3DCoat Python API
The 3DCoat Python API documentation.
Loading...
Searching...
No Matches
coat.HeadParams Class Reference

Public Member Functions

 __init__ (self)
 
 __init__ (self, int _type, any _param)
 
 __init__ (self)
 
HeadParams setData (self, int _type, any param)
 set the parameters data with specified type.
 
any getData (self)
 get the head data
 
HeadParams __assign__ (self, HeadParams h)
 
 copy (self, HeadParams h)
 copies the HeadParams object
 
 release (self)
 release the data
 

Constructor & Destructor Documentation

◆ __init__() [1/3]

coat.HeadParams.__init__ ( self)

◆ __init__() [2/3]

coat.HeadParams.__init__ ( self,
int _type,
any _param )

◆ __init__() [3/3]

coat.HeadParams.__init__ ( self)

Member Function Documentation

◆ __assign__()

HeadParams coat.HeadParams.__assign__ ( self,
HeadParams h )

◆ copy()

coat.HeadParams.copy ( self,
HeadParams h )

copies the HeadParams object

◆ getData()

any coat.HeadParams.getData ( self)

get the head data

Returns
pointer to the head data

◆ release()

coat.HeadParams.release ( self)

release the data

◆ setData()

HeadParams coat.HeadParams.setData ( self,
int _type,
any param )

set the parameters data with specified type.

Parameters
_typehead type

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