|
3ds Max C++ API Reference
|
Classes | |
| class | IDerivedObject |
| class | GeomPipelineEnumProc |
| class | NotifyCollapseEnumProc |
| class | NotifyCollapseMaintainCustAttribEnumProc |
| Class used by EnumGeomPipeline to notify the pipeline of a collapse as well as maintaing the Custom Attributes. (Obsolete) More... | |
| class | NotifyCollapseMaintainCustAttribEnumProc2 |
| Class used by EnumGeomPipeline to notify the pipeline of a collapse as well as maintaing the Custom Attributes. More... | |
Enumerations | |
| enum | PipeEnumResult { PIPE_ENUM_CONTINUE , PIPE_ENUM_STOP } |
Functions | |
| CoreExport IDerivedObject * | CreateWSDerivedObject (Object *pob=NULL) |
| CoreExport IDerivedObject * | CreateDerivedObject (Object *pob=NULL) |
| CoreExport int | EnumGeomPipeline (GeomPipelineEnumProc *gpep, INode *start, bool includeEmptyDOs=false) |
| CoreExport int | EnumGeomPipeline (GeomPipelineEnumProc *gpep, Object *start, bool includeEmptyDOs=false) |
| CoreExport int | EnumGeomPipeline (GeomPipelineEnumProc *gpep, IDerivedObject *start, int modIndex=0, bool includeEmptyDOs=false) |
Variables | |
| CoreExport Class_ID | derivObjClassID |
| CoreExport Class_ID | WSMDerivObjClassID |
| enum PipeEnumResult |
| CoreExport IDerivedObject* CreateWSDerivedObject | ( | Object * | pob = NULL | ) |
| CoreExport IDerivedObject* CreateDerivedObject | ( | Object * | pob = NULL | ) |
| CoreExport int EnumGeomPipeline | ( | GeomPipelineEnumProc * | gpep, |
| INode * | start, | ||
| bool | includeEmptyDOs = false |
||
| ) |
| CoreExport int EnumGeomPipeline | ( | GeomPipelineEnumProc * | gpep, |
| Object * | start, | ||
| bool | includeEmptyDOs = false |
||
| ) |
| CoreExport int EnumGeomPipeline | ( | GeomPipelineEnumProc * | gpep, |
| IDerivedObject * | start, | ||
| int | modIndex = 0, |
||
| bool | includeEmptyDOs = false |
||
| ) |
|
extern |
|
extern |