35 #ifndef IECORE_MESHMERGEOP_H
36 #define IECORE_MESHMERGEOP_H
38 #include "IECore/Export.h"
39 #include "IECore/TypedPrimitiveOp.h"
40 #include "IECore/TypedPrimitiveParameter.h"
54 IE_CORE_DECLARERUNTIMETYPED(
MeshMergeOp, MeshPrimitiveOp );
65 struct AppendPrimVars;
66 struct PrependPrimVars;
72 struct DefaultValue<Imath::Vec3<T> >;
75 struct DefaultValue<Imath::Vec2<T> >;
77 MeshPrimitiveParameterPtr m_meshParameter;
78 BoolParameterPtr m_removePrimVarsParameter;
82 IE_CORE_DECLAREPTR( MeshMergeOp );
86 #endif // IECORE_MESHMERGEOP_H
Definition: MeshPrimitive.h:56
Definition: MeshMergeOp.h:47
Definition: CompoundObject.h:46
Definition: TypedObjectParameter.h:63
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43