#include <OP_Context.h>
Public Member Functions | |
| OP_Context () | |
| OP_Context (float t) | |
| OP_Context (float t, int thread) | |
| OP_Context (const OP_Context &from) | |
| void * | getData () const |
| OP_VERSION | getVersion () const |
| long | getFrame () const |
| float | getFloatFrame () const |
| float | getTime () const |
| void | setTime (float t) |
| void | setThread (int thr) |
| int | getThread () const |
| void | setData (void *data) |
| void | setVersion (OP_VERSION version) |
| void | setData (void *data, OP_DATA_TYPE type) |
| void | setFrame (long frame) |
| void | setFrame (float frame) |
| void | copyPointer (const OP_Context &from) |
| int | operator== (const OP_Context &to) const |
| OP_Context & | operator= (const OP_Context &to) |
| void | print (FILE *) |
Public Attributes | |
| float | myTime |
| int | myXres |
| int | myYres |
| OP_DATA_TYPE | myType |
| void * | myData |
| OP_VERSION | myVersion |
| int | myThread |
| OP_ContextFlags | myFlags |
CHOP/CHOP_Blend.C, CHOP/CHOP_Blend.h, CHOP/CHOP_Spring.C, CHOP/CHOP_Spring.h, CHOP/CHOP_Stair.C, CHOP/CHOP_Stair.h, expr/functions.C, OBJ/OBJ_Shake.C, OBJ/OBJ_Shake.h, OBJ/OBJ_WorldAlign.C, OBJ/OBJ_WorldAlign.h, POP/POP_LocalForce.C, POP/POP_LocalForce.h, POP/POP_RadialBirth.C, POP/POP_RadialBirth.h, POP/POP_SpotLight.C, POP/POP_SpotLight.h, SOP/MSS_CustomBrushState.C, SOP/SOP_BlindData.C, SOP/SOP_BlindData.h, SOP/SOP_BrushHairLen.C, SOP/SOP_BrushHairLen.h, SOP/SOP_CopRaster.C, SOP/SOP_CopRaster.h, SOP/SOP_CPPWave.C, SOP/SOP_CPPWave.h, SOP/SOP_CustomBrush.C, SOP/SOP_CustomBrush.h, SOP/SOP_DetailAttrib.C, SOP/SOP_DetailAttrib.h, SOP/SOP_Flatten.C, SOP/SOP_Flatten.h, SOP/SOP_GroupRename.C, SOP/SOP_GroupRename.h, SOP/SOP_HDKObject.C, SOP/SOP_HDKObject.h, SOP/SOP_PointWave.C, SOP/SOP_PointWave.h, SOP/SOP_SParticle.C, SOP/SOP_SParticle.h, SOP/SOP_Star.C, SOP/SOP_Star.h, SOP/SOP_TimeCompare.C, and SOP/SOP_TimeCompare.h.
Definition at line 17 of file OP_Context.h.
| OP_Context::OP_Context | ( | ) |
| OP_Context::OP_Context | ( | float | t | ) | [explicit] |
| OP_Context::OP_Context | ( | float | t, | |
| int | thread | |||
| ) |
| OP_Context::OP_Context | ( | const OP_Context & | from | ) |
| void OP_Context::copyPointer | ( | const OP_Context & | from | ) |
| void* OP_Context::getData | ( | void | ) | const [inline] |
Definition at line 25 of file OP_Context.h.
| float OP_Context::getFloatFrame | ( | ) | const |
| long OP_Context::getFrame | ( | ) | const |
| int OP_Context::getThread | ( | ) | const [inline] |
Definition at line 33 of file OP_Context.h.
| float OP_Context::getTime | ( | ) | const [inline] |
Definition at line 29 of file OP_Context.h.
| OP_VERSION OP_Context::getVersion | ( | void | ) | const [inline] |
Definition at line 26 of file OP_Context.h.
| OP_Context& OP_Context::operator= | ( | const OP_Context & | to | ) |
| int OP_Context::operator== | ( | const OP_Context & | to | ) | const |
| void OP_Context::print | ( | FILE * | ) |
| void OP_Context::setData | ( | void * | data, | |
| OP_DATA_TYPE | type | |||
| ) | [inline] |
Definition at line 38 of file OP_Context.h.
| void OP_Context::setData | ( | void * | data | ) | [inline] |
Definition at line 35 of file OP_Context.h.
| void OP_Context::setFrame | ( | float | frame | ) |
| void OP_Context::setFrame | ( | long | frame | ) |
| void OP_Context::setThread | ( | int | thr | ) | [inline] |
Definition at line 32 of file OP_Context.h.
| void OP_Context::setTime | ( | float | t | ) | [inline] |
Definition at line 30 of file OP_Context.h.
| void OP_Context::setVersion | ( | OP_VERSION | version | ) | [inline] |
Definition at line 36 of file OP_Context.h.
| void* OP_Context::myData |
Definition at line 68 of file OP_Context.h.
Definition at line 76 of file OP_Context.h.
Definition at line 73 of file OP_Context.h.
| float OP_Context::myTime |
Definition at line 58 of file OP_Context.h.
Definition at line 67 of file OP_Context.h.
Definition at line 70 of file OP_Context.h.
Definition at line 59 of file OP_Context.h.
Definition at line 60 of file OP_Context.h.
1.5.9