Developer Documentation
Loading...
Searching...
No Matches
traits0.cc
2{
3 typedef Vec3f Point;
4 typedef Vec3f Normal;
5 typedef Vec2f TexCoord;
6 typedef Vec3uc Color;
7
8 VertexTraits {};
9 HalfedgeTraits {};
10 EdgeTraits {};
11 FaceTraits {};
12
14 HalfedgeAttributes(Attributes::PrevHalfedge);
17};
#define VertexAttributes(_i)
Macro for defining the vertex attributes. See Specifying your MyMesh.
Definition Traits.hh:79
#define HalfedgeAttributes(_i)
Macro for defining the halfedge attributes. See Specifying your MyMesh.
Definition Traits.hh:82
#define FaceAttributes(_i)
Macro for defining the face attributes. See Specifying your MyMesh.
Definition Traits.hh:88
#define EdgeAttributes(_i)
Macro for defining the edge attributes. See Specifying your MyMesh.
Definition Traits.hh:85