HDK
|
#include <SIM_ConRel.h>
Public Member Functions | |
ConRelData (const SIM_Data *op, const GA_RWHandleV3 &cd) | |
virtual | ~ConRelData () |
virtual bool | getDataB (const UT_StringRef &name) const |
virtual int | getDataI (const UT_StringRef &name) const |
virtual fpreal | getDataF (const UT_StringRef &name) const |
virtual UT_Vector3 | getDataV3 (const UT_StringRef &name) const |
virtual UT_Quaternion | getDataQ (const UT_StringRef &name) const |
virtual UT_Vector2 | getDataV2 (const UT_StringRef &name) const |
const GA_RWHandleV3 & | getColorAttrib () const |
Protected Attributes | |
const SIM_OptionsUser * | myOptions |
GA_RWHandleV3 | color_attrib |
A utility class for getting values of the constraint options. An instance of this class is passed as an argument to buildConRelGude(..) so that rendering of the constraint guide geometry can be done accuratly depending on who calls it. The diffuse attribute (color_attrib) is passed in for efficiency reasons, so that each call of buildConRelGuide does not need to call addDiffuseAttribute on its own
Definition at line 46 of file SIM_ConRel.h.
|
inline |
Definition at line 49 of file SIM_ConRel.h.
|
inlinevirtual |
Definition at line 54 of file SIM_ConRel.h.
|
inline |
Definition at line 79 of file SIM_ConRel.h.
|
inlinevirtual |
Definition at line 55 of file SIM_ConRel.h.
|
inlinevirtual |
Definition at line 63 of file SIM_ConRel.h.
|
inlinevirtual |
Definition at line 59 of file SIM_ConRel.h.
|
inlinevirtual |
Definition at line 71 of file SIM_ConRel.h.
|
inlinevirtual |
Definition at line 75 of file SIM_ConRel.h.
|
inlinevirtual |
Definition at line 67 of file SIM_ConRel.h.
|
protected |
Definition at line 82 of file SIM_ConRel.h.
|
protected |
Definition at line 81 of file SIM_ConRel.h.