3DCoat Core API
The 3DCoat API documentation.
|
class HeadParams More...
#include <CorePrimAPI.h>
Public Member Functions | |
HeadParams () | |
constructor | |
HeadParams (int _type, void *_param) | |
constructor. | |
~HeadParams () | |
destructor | |
HeadParams & | setData (int _type, void *param) |
set the parameters data with specified type. | |
void * | getData () const |
get the head data | |
HeadParams & | operator= (const HeadParams &h) |
assignment operator | |
void | copy (const HeadParams &h) |
copies the HeadParams object | |
void | release () |
release the data | |
class HeadParams
coat::HeadParams::HeadParams | ( | int | _type, |
void * | _param ) |
constructor.
_type | head type |
_param | pointer to the param data |
void * coat::HeadParams::getData | ( | ) | const |
get the head data
HeadParams & coat::HeadParams::setData | ( | int | _type, |
void * | param ) |
set the parameters data with specified type.
_type | head type |
_param | pointer to the param data |