27#ifndef INC_CINOSMOVEPATHSEGMENTBASE_H
28#define INC_CINOSMOVEPATHSEGMENTBASE_H
The CINOSMovePathPart class.
The CINOSMovePathPartLinear class.
The CINOSMovePathSegment class.
#define DECLARE_DYNAMIC(aClass)
Definition cinospartitionmemory.h:328
Definition cinosmcmodule.h:1900
Definition cinosmovepathcurve.h:56
Definition cinosmovepathpart.h:45
Definition cinosmovepathsegmentbase.h:48
virtual void GetD2max(TINOSMovePathVec &ovD2max) override
get D2 max
void AddPart(CINOSMovePathPart *apPart, uint32 auFlags)
add part to segment
virtual uint32 Check() override
check segment integrity (called before added to curve)
Definition cinosmovepathsegmentbase.h:91
CINOSMovePathPart * GetPart(uint32 auNumber)
get n-th part
virtual void GetPosition(double adP, TINOSMovePathVec &ovPos) override
get position at 'adP'
class CINOSMovePathPart * m_pParts[DF_INOS_MOVEPATH_MAX_AXES]
array of my parts. Can store at most as many parts as supported "axes"
Definition cinosmovepathsegmentbase.h:148
uint32 GetParts()
get number of parts
virtual void GetDerivativeEnd(uint32 auLevel, TINOSMovePathVec &ovDir) override
get auLevel derivative at segment end
CINOSMovePathSegmentBase()
constructor
Definition cinosmovepathsegmentbase.h:126
virtual void GetDerivative(uint32 auLevel, double adP, TINOSMovePathVec &ovDir) override
get auLevel derivative at 'adP'
virtual bool IsContinuous(uint32 auLevel) override
return true if segment is auLevel continuous
virtual void GetDerivativeBgn(uint32 auLevel, TINOSMovePathVec &ovDir) override
get auLevel derivative at segment begin
virtual ~CINOSMovePathSegmentBase()
destructor
Definition cinosmovepathsegmentbase.h:136
virtual uint32 Prepare(double &adP, uint32 uIncremental, TINOSMovePathVec &ovPos, double adEpsilon) override
prepare segment
virtual void Recalc(double &adP, TINOSMovePathVec &ovStart, uint32 auInvolved, double adEpsilon) override
prepare segment
void DestroyParts()
destroy parts
CINOSMovePathSegmentBase(uint32 auId, uint32 auFlags, double adTolerance, double adVelocity)
constructor
Definition cinosmovepathsegmentbase.h:130
double GetMaxVectorLength(double adError)
get vector length for given error
virtual bool IsEndBlendingAllowed() override
return true if end blending allowed
virtual void GetD3max(TINOSMovePathVec &ovD3max) override
get D3 max
virtual bool IsStartBlendingAllowed() override
return true if start blending allowed
Definition cinosmovepathsegment.h:45
Definition cinosmovepath.h:566
#define DF_INOS_MOVEPATH_MAX_AXES
Definition inosdefault.h:144
uint32 INOS_OK
Definition inoserror.h:1677