3DCoat Core API
The 3DCoat API documentation.
Public Member Functions | List of all members
coat::boltHead::Head Class Reference

class Head More...

#include <CorePrimAPI.h>

Public Member Functions

 Head ()
 constructor
 
 Head (int _type, void *_param)
 constructor. More...
 
 ~Head ()
 destructor
 
HeadsetData (int _type, void *param)
 set the parameters data with specified type. More...
 
void * getData () const
 get the head data More...
 
Headoperator= (const Head &h)
 assignment operator
 
void copy (const Head &h)
 copies the Head object
 
void release ()
 release the data
 

Detailed Description

class Head

Examples
bolt_binary.cpp, and boltheads.cpp.

Constructor & Destructor Documentation

◆ Head()

coat::boltHead::Head::Head ( int  _type,
void *  _param 
)

constructor.

Parameters
_typehead type
_parampointer to the param data

Member Function Documentation

◆ getData()

void * coat::boltHead::Head::getData ( ) const

get the head data

Returns
pointer to the head data

◆ setData()

Head & coat::boltHead::Head::setData ( int  _type,
void *  param 
)

set the parameters data with specified type.

Parameters
_typehead type
_parampointer to the param data
Examples
bolt_binary.cpp, and boltheads.cpp.

The documentation for this class was generated from the following file: