37#ifndef Alembic_Abc_OBaseProperty_h
38#define Alembic_Abc_OBaseProperty_h
56template <
class PROP_PTR>
191template <
class PROP_PTR>
210template <
class PROP_PTR>
215 return m_property->getHeader();
224template <
class PROP_PTR>
229 return OObject( m_property->getObject(),
231 getErrorHandlerPolicy() );
#define ALEMBIC_ABC_SAFE_CALL_END()
#define ALEMBIC_ABC_SAFE_CALL_BEGIN(CONTEXT)
#define ALEMBIC_VERSION_NS
ErrorHandler & getErrorHandler() const
void setPolicy(Policy iPolicy)
const std::string & getName() const
const AbcA::PropertyHeader & getHeader() const
ALEMBIC_OPERATOR_BOOL(valid())
OBasePropertyT(PROP_PTR iPtr, ErrorHandler::Policy iPolicy)
OBasePropertyT< PROP_PTR > operator_bool_base_type
AbcA::TimeSamplingPtr getTimeSampling() const
AbcA::PropertyType getPropertyType() const
OBasePropertyT< PROP_PTR > this_type
OObject getObject() const
const AbcA::DataType & getDataType() const
const AbcA::MetaData & getMetaData() const
Alembic::Util::shared_ptr< TimeSampling > TimeSamplingPtr
OBasePropertyT< AbcA::BasePropertyWriterPtr > OBaseProperty