35 #ifndef IECORE_OPTIONS_H
36 #define IECORE_OPTIONS_H
38 #include "IECore/Export.h"
39 #include "IECore/PreWorldRenderable.h"
51 Options( CompoundDataPtr options );
62 CompoundDataPtr optionsData();
65 void render(
Renderer *renderer )
const override;
69 CompoundDataPtr m_options;
71 static const unsigned int m_ioVersion;
78 #endif // IECORE_OPTIONS_H
Definition: PreWorldRenderable.h:47
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