37 #ifndef Alembic_AbcCoreAbstract_ObjectHeader_h
38 #define Alembic_AbcCoreAbstract_ObjectHeader_h
44 namespace AbcCoreAbstract {
67 , m_metaData( iMetaData ) {}
72 const std::string &iFullName,
75 , m_fullName( iFullName )
76 , m_metaData( iMetaData ) {}
83 const std::string &
getName()
const {
return m_name; }
84 void setName (
const std::string &iName ) { m_name = iName; }
89 void setFullName(
const std::string &iFullName ) { m_fullName = iFullName; }
98 std::string m_fullName;
#define ALEMBIC_VERSION_NS