35 #ifndef IE_CORE_PRIMITIVEVARIABLE_H
36 #define IE_CORE_PRIMITIVEVARIABLE_H
38 #include "IECore/Export.h"
39 #include "IECore/VectorTypedData.h"
89 DataPtr expandedData()
const;
111 #endif // IE_CORE_PRIMITIVEVARIABLE_H
Definition: PrimitiveVariable.h:47
Interpolation interpolation
The interpolation type for this PrimitiveVariable.
Definition: PrimitiveVariable.h:92
DataPtr data
Definition: PrimitiveVariable.h:96
IntVectorDataPtr indices
Definition: PrimitiveVariable.h:103
Interpolation
Definition: PrimitiveVariable.h:53
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
std::map< std::string, PrimitiveVariable > PrimitiveVariableMap
A simple type to hold named PrimitiveVariables.
Definition: PrimitiveVariable.h:107