36 #ifndef IE_CORE_MESHPRIMITIVEBUILDER_H
37 #define IE_CORE_MESHPRIMITIVEBUILDER_H
39 #include "IECore/Export.h"
40 #include "IECore/VectorTypedData.h"
41 #include "IECore/MeshPrimitive.h"
61 void addVertex(
const Imath::Vec3<T> &p,
const Imath::Vec3<T> &n );
65 void addTriangle(
int v0,
int v1,
int v2 );
68 MeshPrimitivePtr mesh()
const;
74 IntVectorDataPtr m_verticesPerFace;
75 IntVectorDataPtr m_vertexIds;
Definition: MeshPrimitiveBuilder.h:51
Definition: RefCounted.h:124
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43