35 #ifndef IE_CORE_ATTRIBUTESTATE_H
36 #define IE_CORE_ATTRIBUTESTATE_H
38 #include "IECore/Export.h"
39 #include "IECore/StateRenderable.h"
64 CompoundDataPtr attributesData();
67 void render(
Renderer *renderer )
const override;
71 CompoundDataPtr m_attributes;
73 static const unsigned int m_ioVersion;
81 #endif // IE_CORE_ATTRIBUTESTATE_H
Definition: StateRenderable.h:48
Definition: Renderer.h:93
std::map< InternedString, DataPtr > CompoundDataMap
The type of Data held by the CompoundData typedef.
Definition: CompoundDataBase.h:46
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: AttributeState.h:48