Functions | |
| void * | MemAllocNC (Int size) |
| void * | MemAlloc (Int size) |
| void * | MemRealloc (void *orimem, Int size) |
| void | MemFree (void *&mem) |
| cineware::RootMaterial * | AllocAlienRootMaterial () |
| cineware::RootObject * | AllocAlienRootObject () |
| cineware::RootLayer * | AllocAlienRootLayer () |
| cineware::RootRenderData * | AllocAlienRootRenderData () |
| cineware::RootViewPanel * | AllocC4DRootViewPanel () |
| cineware::LayerObject * | AllocAlienLayer () |
| cineware::NodeData * | AllocAlienObjectData (cineware::Int32 id, cineware::Bool &known, cineware::BaseList2D *node) |
| cineware::NodeData * | AllocAlienTagData (cineware::Int32 id, cineware::Bool &known, cineware::BaseList2D *node) |
| cineware::NodeData * | AllocAlienShaderData (cineware::Int32 id, cineware::Bool &known, cineware::BaseList2D *node) |
| cineware::NodeData* AllocAlienObjectData | ( | cineware::Int32 | id, |
| cineware::Bool & | known, | ||
| cineware::BaseList2D * | node | ||
| ) |
Allocates the object types.
| [in] | id | The object data ID to allocate. |
| [out] | known | Assign false to tell Cineware SDK the object data ID is known. |
| [in] | node | The parent node the data gets assigned to. Cineware SDK owns the pointed node. Since R19. |
| cineware::NodeData* AllocAlienTagData | ( | cineware::Int32 | id, |
| cineware::Bool & | known, | ||
| cineware::BaseList2D * | node | ||
| ) |
Allocates the tag types.
| [in] | id | The tag data ID to allocate. |
| [out] | known | Assign false to tell Cineware SDK the tag data ID is known. |
| [in] | node | The parent node the data gets assigned to. Cineware SDK owns the pointed node. Since R19. |
| cineware::NodeData* AllocAlienShaderData | ( | cineware::Int32 | id, |
| cineware::Bool & | known, | ||
| cineware::BaseList2D * | node | ||
| ) |
Allocates the shader types.
| [in] | id | The shader data ID to allocate. |
| [out] | known | Assign false to tell Cineware SDK the shader data ID is known. |
| [in] | node | The parent node the data gets assigned to. Cineware SDK owns the pointed node. Since R19. |