|
| virtual uint8 | GetMainAxisIndex () override |
| | get main axis index (relevant for abs/inc/nlg)
|
| |
| virtual uint32 | GetInvolved () override |
| | get mask of involved axes
|
| |
| virtual double | Prepare (uint32 auIncremental, double *apPosition) override |
| | prepare part
|
| |
| virtual void | GetPosition (double adP, double *apPosition) override |
| | get position at P
|
| |
| virtual void | GetDerivative (uint32 auLevel, double adP, double *apDerivative) override |
| | get auLevel derivative at P
|
| |
| virtual void | GetD2max (double *apD2max) override |
| | get max 2. derivative of part
|
| |
| virtual void | GetD3max (double *apD3max) override |
| | get max 3. derivative of part
|
| |
| virtual bool | IsStartBlendingAllowed () override |
| | return true if start blending allowed
|
| |
| virtual bool | IsEndBlendingAllowed () override |
| | return true if end blending allowed
|
| |
|
| CINOSMovePathPartLinear (uint8 auIndex, double adValue) |
| | constructor
|
| |
|
virtual | ~CINOSMovePathPartLinear () |
| | destructor
|
| |
|
uint8 | GetType () |
| | get part type
|
| |
| virtual double | GetMaxVectorLength (double adError) |
| | get max vector length for given error
|
| |
|
virtual bool | IsContinuous (uint32 auLevel) |
| | return true if part is auLevel continuous
|
| |
|
| CINOSMovePathPart () |
| | constructor
|
| |
|
| CINOSMovePathPart (uint8 auType) |
| | constructor
|
| |
|
virtual | ~CINOSMovePathPart () |
| | destructor
|
| |
|
void | SetSegment (class CINOSMovePathSegment *apSegment) |
| | set pointer to my segment
|
| |
|
|
uint8 | m_uIndex |
| | axis index
|
| |
|
double | m_dValue |
| | part value
|
| |
|
double | m_dLength |
| | part length
|
| |
|
uint8 | m_uType |
| | part type
|
| |
|
class CINOSMovePathSegment * | m_pSegment |
| | pointer to my segment
|
| |
|
| enum | {
eTypeUnknown
, eTypeLinear
, eTypeLinearBay
, eTypeCircle
,
eTypeRapid
} |
| |
◆ GetD2max()
| virtual void CINOSMovePathPartLinear::GetD2max |
( |
double * |
apD2max | ) |
|
|
inlineoverridevirtual |
◆ GetD3max()
| virtual void CINOSMovePathPartLinear::GetD3max |
( |
double * |
apD3max | ) |
|
|
inlineoverridevirtual |
◆ GetDerivative()
| virtual void CINOSMovePathPartLinear::GetDerivative |
( |
uint32 |
auLevel, |
|
|
double |
adP, |
|
|
double * |
apDerivative |
|
) |
| |
|
inlineoverridevirtual |
◆ GetInvolved()
| virtual uint32 CINOSMovePathPartLinear::GetInvolved |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetMainAxisIndex()
| virtual uint8 CINOSMovePathPartLinear::GetMainAxisIndex |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetPosition()
| virtual void CINOSMovePathPartLinear::GetPosition |
( |
double |
adP, |
|
|
double * |
apPosition |
|
) |
| |
|
inlineoverridevirtual |
◆ IsEndBlendingAllowed()
| virtual bool CINOSMovePathPartLinear::IsEndBlendingAllowed |
( |
| ) |
|
|
inlineoverridevirtual |
◆ IsStartBlendingAllowed()
| virtual bool CINOSMovePathPartLinear::IsStartBlendingAllowed |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Prepare()
| virtual double CINOSMovePathPartLinear::Prepare |
( |
uint32 |
auIncremental, |
|
|
double * |
apPosition |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: