#include <ObjectHeader.h>
The ObjectHeader is a collection of MetaData which helps define a Property. It also acts as a key for getting an instance of a property from a CompoundProperty.
Definition at line 51 of file ObjectHeader.h.
Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::ObjectHeader |
( |
| ) |
|
|
inline |
Default constructor creates an unspecified object header. ...
Definition at line 56 of file ObjectHeader.h.
Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::ObjectHeader |
( |
const std::string & |
iName, |
|
|
const MetaData & |
iMetaData |
|
) |
| |
|
inline |
Explicit constructor, ignoring full name. ...
Definition at line 63 of file ObjectHeader.h.
Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::ObjectHeader |
( |
const std::string & |
iName, |
|
|
const std::string & |
iFullName, |
|
|
const MetaData & |
iMetaData |
|
) |
| |
|
inline |
Explicit constructor with full name. ...
Definition at line 71 of file ObjectHeader.h.
const std::string& Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::getFullName |
( |
| ) |
const |
|
inline |
All objects have a full name, which is unique in the whole file. ...
Definition at line 88 of file ObjectHeader.h.
const MetaData& Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::getMetaData |
( |
| ) |
const |
|
inline |
All objects have metadata. It is manipulated directly.
Definition at line 93 of file ObjectHeader.h.
MetaData& Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::getMetaData |
( |
| ) |
|
|
inline |
const std::string& Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::getName |
( |
| ) |
const |
|
inline |
Default Copy constructor Default Assignment operator All objects have a name, which is unique amongst its siblings. ...
Definition at line 83 of file ObjectHeader.h.
void Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::setFullName |
( |
const std::string & |
iFullName | ) |
|
|
inline |
void Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ObjectHeader::setName |
( |
const std::string & |
iName | ) |
|
|
inline |
The documentation for this class was generated from the following file: