Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
OpenMesh::DefaultTraits Class Reference

#include <OpenMesh/Mesh/Traits.hh>

Inheritance diagram for OpenMesh::DefaultTraits:
AnalyzerTraits CustomTraits CustomTraits CustomTraitsVec2i CustomTraitsVec2i MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits MyTraits OpenMesh::Kernel_OSG::Traits OpenMesh::Python::MeshTraits OpenMesh::Subdivider::Adaptive::CompositeTraits OpenMesh::Subdivider::Adaptive::Traits OpenMesh::Subdivider::Uniform::CompositeTraits OpenMesh::VDPM::MeshTraits PolyTraits TriTraits

Public Types

typedef Vec3f Point
 The default coordinate type is OpenMesh::Vec3f.
 
typedef Vec3f Normal
 The default normal type is OpenMesh::Vec3f.
 
typedef float TexCoord1D
 The default 1D texture coordinate type is float.
 
typedef Vec2f TexCoord2D
 The default 2D texture coordinate type is OpenMesh::Vec2f.
 
typedef Vec3f TexCoord3D
 The default 3D texture coordinate type is OpenMesh::Vec3f.
 
typedef int TextureIndex
 The default texture index type.
 
typedef Vec3uc Color
 The default color type is OpenMesh::Vec3uc.
 

Public Member Functions

 VertexAttributes (0)
 
 HalfedgeAttributes (Attributes::PrevHalfedge)
 
 EdgeAttributes (0)
 
 FaceAttributes (0)
 

Detailed Description

Base class for all traits. All user traits should be derived from this class. You may enrich all basic items by additional properties or define one or more of the types Point, Normal, TexCoord, or Color.

See also
The Mesh docu section on Specifying your MyMesh.
Traits.hh for a list of macros for traits classes.

Definition at line 126 of file Traits.hh.


The documentation for this class was generated from the following file: