1#include <OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh>
12 OpenMesh::DefaultAttributer::Color );
23 typename Base::Refs::FaceHandle my_face_handle;
33int main(
int argc,
char **argv)
41 mesh.add_property( vprop_double );
45 mesh.add_property( mprop_string );
#define VertexAttributes(_i)
Macro for defining the vertex attributes. See Specifying your MyMesh.
#define HalfedgeAttributes(_i)
Macro for defining the halfedge attributes. See Specifying your MyMesh.
#define FaceAttributes(_i)
Macro for defining the face attributes. See Specifying your MyMesh.