Methods
|
|
|
|
VRMLModel
|
VRMLModel (
self,
filename,
debug,
)
VRMLModel(char* filename, int debug) -> VRMLModel
VRMLModel constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
addAssociatedModel
|
addAssociatedModel ( self, model )
addAssociatedModel(Model* model)
addAssociatedModel documentation.
|
|
associatedModels
|
associatedModels ( self )
associatedModels() -> std::vector<Model*>
associatedModels documentation.
|
|
bbox
|
bbox ( self )
bbox() -> bool, otf::Geom3d::BBox
bbox documentation.
|
|
destroy
|
destroy ( self )
destroy()
destroy documentation.
|
|
error
|
error ( self )
error() -> char*
error documentation.
|
|
oslChildren
|
oslChildren ( self )
oslChildren() -> std::vector<Selectable*>
oslChildren documentation.
|
|
oslIdent
|
oslIdent (
self,
start,
end,
)
oslIdent(enum Selector start, enum Selector end) -> std::string
oslIdent documentation.
|
|
oslLevel
|
oslLevel ( self )
oslLevel() -> enum Selector
oslLevel documentation.
|
|
oslParents
|
oslParents ( self )
oslParents() -> std::vector<Selectable*>
oslParents documentation.
|
|
oslTestAbbr
|
oslTestAbbr ( self, a )
oslTestAbbr(OSLAbbreviation* a) -> bool
oslTestAbbr documentation.
|
|
removeAssociatedModel
|
removeAssociatedModel ( self, model )
removeAssociatedModel(Model* model)
removeAssociatedModel documentation.
|
|
valid
|
valid ( self )
valid() -> bool
valid documentation.
|