INOS
cinosmovepathinterpolatornone.h
Go to the documentation of this file.
1//******************************************************************************
26//******************************************************************************
27#ifndef INC_CINOSMOVEPATHINTERPOLATORNONE_H
28#define INC_CINOSMOVEPATHINTERPOLATORNONE_H
29//------------------------------------------------------------------------------
30// defines
31//------------------------------------------------------------------------------
32//
33//------------------------------------------------------------------------------
34// includes
35//------------------------------------------------------------------------------
36//
37// system
38#include <inos.h>
40//
41// C++
42//
43// project
44//
45//------------------------------------------------------------------------------
46// class definition
47//------------------------------------------------------------------------------
48//
50{
51 //--- user interface ---------------------------------------------------
52
53 // public member functions
54 public :
55
57 virtual bool IsCurveContinuous(uint32 auLevel) override;
58
60 virtual uint32 Prepare() override;
61
62 //--- internals --------------------------------------------------------
63
64 // constructor / destructor
65 public :
72
73 // protected members
74 protected :
75
76 // dynamic
78};
79
80//------------------------------------------------------------------------------
81// end of file
82//------------------------------------------------------------------------------
83
84#endif // INC_CINOSMOVEPATHINTERPOLATORNONE_H
The CINOSMovePathInterpolator class.
#define DECLARE_DYNAMIC(aClass)
Definition cinospartitionmemory.h:328
Definition cinosmcmodule.h:1900
Definition cinosmovepathcurve.h:56
Definition cinosmovepathinterpolatornone.h:50
virtual ~CINOSMovePathInterpolatorNone()
destructor
CINOSMovePathInterpolatorNone(CINOSMovePathCurve *apCurve, CINOSMovePath *apPath=NULL)
constructor
virtual uint32 Prepare() override
do precalculation
virtual bool IsCurveContinuous(uint32 auLevel) override
check if curve continuous
Definition cinosmovepathinterpolator.h:82
Definition cinosmovepath.h:566