3ds Max C++ API Reference
|
Enumerations | |
enum | { kSetTick , kSetFraction , kSetTickFraction } |
Functions | |
virtual TimeValue | GetTick (int index) const =0 |
Get particle property. More... | |
virtual float | GetFraction (int index) const =0 |
Returns true if "index" particle exists. More... | |
virtual void | GetTickFraction (int index, TimeValue &tick, float &fraction) const =0 |
virtual bool | IsSync () const =0 |
Returns true if all particles have the same time. More... | |
virtual const PreciseTimeValue & | GetValue (int index) const =0 |
Methods not in the mapped interface. More... | |
virtual const PreciseTimeValue & | GetValue () const =0 |
Get synchronized time for all particles; if timing isn't synchronized then return time for the first particle in the container. More... | |
FPInterfaceDesc * | GetDesc () |
VFN_2 (kSetTick, SetTick, TYPE_INT, TYPE_TIMEVALUE) | |
VFN_2 (kSetFraction, SetFraction, TYPE_INT, TYPE_FLOAT) | |
VFN_3 (kSetTickFraction, SetTickFraction, TYPE_INT, TYPE_TIMEVALUE, TYPE_FLOAT) | |
virtual void | SetTick (int index, TimeValue time)=0 |
virtual void | SetFraction (int index, float time)=0 |
virtual void | SetTickFraction (int index, TimeValue tick, float fraction)=0 |
virtual void | SetValue (int index, const PreciseTimeValue &time)=0 |
virtual void | SetValue (const PreciseTimeValue &time)=0 |
FPInterfaceDesc * | GetDesc () |
|
pure virtual |
Returns true if "index" particle exists.
|
pure virtual |
Returns true if all particles have the same time.
|
pure virtual |
Methods not in the mapped interface.
|
pure virtual |
Get synchronized time for all particles; if timing isn't synchronized then return time for the first particle in the container.
|
inlinevirtual |
Implements FPInterface.
VFN_2 | ( | kSetTick | , |
SetTick | , | ||
TYPE_INT | , | ||
TYPE_TIMEVALUE | |||
) |
VFN_2 | ( | kSetFraction | , |
SetFraction | , | ||
TYPE_INT | , | ||
TYPE_FLOAT | |||
) |
VFN_3 | ( | kSetTickFraction | , |
SetTickFraction | , | ||
TYPE_INT | , | ||
TYPE_TIMEVALUE | , | ||
TYPE_FLOAT | |||
) |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Implements FPInterface.