|
FRX SDK Documentation 2025 SP0
|
#include <UnspecifiedCurve.h>
Public Member Functions | |
| UnspecifiedCurve () | |
| UnspecifiedCurve (Body *) | |
| UnspecifiedCurve (UnspecifiedCurve &&) | |
| UnspecifiedCurve (UnspecifiedCurve const &) | |
| UnspecifiedCurve & | operator= (UnspecifiedCurve &&) |
| UnspecifiedCurve & | operator= (UnspecifiedCurve const &) |
| virtual | ~UnspecifiedCurve (void) |
| virtual bool | transform (Transf3d const &, Transf3d::Type, Vector3d const &) |
| virtual Curve * | copy (void) const |
| virtual Curve::Type | type (void) const |
| virtual void | print (_iobuf *) const |
Public Member Functions inherited from Curve | |
| Curve () | |
| Curve (Body *) | |
| Curve (Curve &&) | |
| Curve (Curve const &) | |
| Curve & | operator= (Curve &&) |
| Curve & | operator= (Curve const &) |
| Curve * | next (void) const |
| virtual | ~Curve (void) |
| virtual void | restore (SaveRestoreCallback *) |
| virtual void | save (SaveRestoreCallback *) const |
| void | __autoclassinit2 (unsigned __int64) |
| void | setNext (Curve *) |
Additional Inherited Members | |
Public Types inherited from Curve | |
| enum | Type { Default = 0 } |
Definition at line 25 of file UnspecifiedCurve.h.
| UnspecifiedCurve::UnspecifiedCurve | ( | ) |
| UnspecifiedCurve::UnspecifiedCurve | ( | Body * | ) |
| UnspecifiedCurve::UnspecifiedCurve | ( | UnspecifiedCurve && | ) |
| UnspecifiedCurve::UnspecifiedCurve | ( | UnspecifiedCurve const & | ) |
| UnspecifiedCurve & UnspecifiedCurve::operator= | ( | UnspecifiedCurve && | ) |
| UnspecifiedCurve & UnspecifiedCurve::operator= | ( | UnspecifiedCurve const & | ) |
|
virtual |
|
virtual |