|
| | OGeomBaseSchema () |
| |
| | OGeomBaseSchema (AbcA::CompoundPropertyWriterPtr iParent, const std::string &iName, const Argument &iArg0=Argument(), const Argument &iArg1=Argument(), const Argument &iArg2=Argument(), const Argument &iArg3=Argument()) |
| |
| | OGeomBaseSchema (const OGeomBaseSchema &iCopy) |
| | Copy constructor. More...
|
| |
| virtual void | reset () |
| |
| virtual bool | valid () const |
| |
| Abc::OCompoundProperty | getArbGeomParams () |
| |
| Abc::OCompoundProperty | getUserProperties () |
| |
| Abc::OBox3dProperty | getChildBoundsProperty () |
| |
| | 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 |
| |
template<class INFO>
class Alembic::AbcGeom::ALEMBIC_VERSION_NS::OGeomBaseSchema< INFO >
This class holds properties common to all classes with a physical volume.
- selfBounds
- childBounds (optional)
- GeomParams (optional)
- UserProperties (optional)
This class is used to encapsulate common functionality of the real Geometry schema classes, like OPoints and OPolyMesh and so on
Definition at line 58 of file OGeomBase.h.