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