FbxContainer Class Reference
 
 
 
FbxContainer Class Reference

#include <fbxcontainer.h>


Class Description

Generic container for object grouping and encapsulation.

Definition at line 26 of file fbxcontainer.h.

Inheritance diagram for FbxContainer:
FbxObject FbxEmitter

List of all members.

Container dynamic attributes

FbxProperty  CreateProperty (FbxString pName, FbxDataType &pType, FbxString pLabel)
  Create a new property.

Public and fast access Properties

FbxPropertyT< FbxString TemplateName
  This property contains the template name information of the container.
FbxPropertyT< FbxString TemplatePath
  This property contains the template path information of the container.
FbxPropertyT< FbxString TemplateVersion
  This property contains the template version information of the container.
FbxPropertyT< FbxString ViewName
  This property contains the view name information of the container.

Member Function Documentation

FbxProperty CreateProperty ( FbxString  pName,
FbxDataType pType,
FbxString  pLabel 
)

Create a new property.

Parameters:
pName Name of the property
pType Type of the property
pLabel Label of the property
Returns:
the newly created property

Member Data Documentation

This property contains the template name information of the container.

To access this property do: TemplateName.Get(). To set this property do: TemplateName.Set(FbxString).

Default value is "".

Definition at line 55 of file fbxcontainer.h.

This property contains the template path information of the container.

To access this property do: TemplatePath.Get(). To set this property do: TemplatePath.Set(FbxString).

Default value is "".

Definition at line 64 of file fbxcontainer.h.

This property contains the template version information of the container.

To access this property do: TemplateVersion.Get(). To set this property do: TemplateVersion.Set(FbxString).

Default value is "".

Definition at line 73 of file fbxcontainer.h.

This property contains the view name information of the container.

To access this property do: ViewName.Get(). To set this property do: ViewName.Set(FbxString).

Default value is "".

Definition at line 82 of file fbxcontainer.h.


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