35 #ifndef IE_CORE_TRIANGULATEOP_H
36 #define IE_CORE_TRIANGULATEOP_H
40 #include "IECore/Export.h"
41 #include "IECore/TypedPrimitiveOp.h"
42 #include "IECore/NumericParameter.h"
43 #include "IECore/SimpleTypedParameter.h"
59 IE_CORE_DECLARERUNTIMETYPED(
TriangulateOp, MeshPrimitiveOp );
73 BoolParameterPtr m_throwExceptionsParameter;
74 FloatParameterPtr m_toleranceParameter;
83 #endif // IE_CORE_TRIANGULATEOP_H
The TypedPrimitiveOp template defines a base class for Ops which modify primitives of a specific type...
Definition: TypedPrimitiveOp.h:47
Definition: TypedParameter.h:48
Definition: MeshPrimitive.h:56
Definition: TriangulateOp.h:52
Definition: CompoundObject.h:46
Definition: NumericParameter.h:48
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43