|
| OCollectionsSchema () |
|
| OCollectionsSchema (Alembic::AbcCoreAbstract::CompoundPropertyWriterPtr iParent, const std::string &iName, const Abc::Argument &iArg0=Abc::Argument(), const Abc::Argument &iArg1=Abc::Argument(), const Abc::Argument &iArg2=Abc::Argument(), const Abc::Argument &iArg3=Abc::Argument()) |
|
| OCollectionsSchema (Abc::OCompoundProperty iParent, const std::string &iName, const Abc::Argument &iArg0=Abc::Argument(), const Abc::Argument &iArg1=Abc::Argument(), const Abc::Argument &iArg2=Abc::Argument()) |
|
| OCollectionsSchema (const OCollectionsSchema &iCopy) |
| Copy constructor.
|
|
Abc::OStringArrayProperty | createCollection (const std::string &iName, const Abc::Argument &iArg0=Abc::Argument(), const Abc::Argument &iArg1=Abc::Argument(), const Abc::Argument &iArg2=Abc::Argument()) |
|
size_t | getNumCollections () |
| Returns the number of collections that we have.
|
|
Abc::OStringArrayProperty | getCollection (size_t i) |
| Return a collection by index.
|
|
Abc::OStringArrayProperty | getCollection (const std::string &iName) |
| Return a collection by name.
|
|
bool | valid () const |
| Returns whether this function set is valid.
|
|
| OSchema () |
|
| OSchema (AbcA::CompoundPropertyWriterPtr iParent, const std::string &iName, const Argument &iArg0=Argument(), const Argument &iArg1=Argument(), const Argument &iArg2=Argument(), const Argument &iArg3=Argument()) |
|
| OSchema (OCompoundProperty iParent, const std::string &iName, const Argument &iArg0=Argument(), const Argument &iArg1=Argument(), const Argument &iArg2=Argument()) |
|
virtual | ~OSchema () |
|
| OCompoundProperty () |
|
| OCompoundProperty (AbcA::CompoundPropertyWriterPtr iParent, const std::string &iName, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
| OCompoundProperty (OCompoundProperty iParent, const std::string &iName, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
| OCompoundProperty (AbcA::CompoundPropertyWriterPtr iProp, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
| OCompoundProperty (AbcA::CompoundPropertyWriterPtr iProp, WrapExistingFlag iWrapFlag=kWrapExisting, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
| OCompoundProperty (OObject iObject, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
| OCompoundProperty (OObject iObject, TopFlag iTopFlag=kTop, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
| ~OCompoundProperty () |
|
size_t | getNumProperties () const |
|
const AbcA::PropertyHeader & | getPropertyHeader (size_t i) const |
|
const AbcA::PropertyHeader * | getPropertyHeader (const std::string &iName) const |
|
OBaseProperty | getProperty (size_t i) const |
|
OBaseProperty | getProperty (const std::string &iName) const |
|
OCompoundProperty | getParent () const |
|
const AbcA::PropertyHeader & | getHeader () const |
|
const std::string & | getName () const |
|
AbcA::PropertyType | getPropertyType () const |
|
bool | isScalar () const |
|
bool | isArray () const |
|
bool | isCompound () const |
|
bool | isSimple () const |
|
const AbcA::MetaData & | getMetaData () const |
|
const AbcA::DataType & | getDataType () const |
|
AbcA::TimeSamplingPtr | getTimeSampling () const |
|
OObject | getObject () const |
|
AbcA::CompoundPropertyWriterPtr | getPtr () const |
|
void | reset () |
|
bool | valid () const |
|
| ALEMBIC_OPERATOR_BOOL (valid()) |
|
ErrorHandler & | getErrorHandler () const |
|
ErrorHandler::Policy | getErrorHandlerPolicy () const |
|
Definition at line 48 of file OCollections.h.