#include <OpenMesh/Mesh/Traits.hh>

Public Types | |
| typedef Vec3uc | Color |
| The default color type is OpenMesh::Vec3uc. | |
| typedef Vec3f | Normal |
| The default normal type is OpenMesh::Vec3f. | |
| typedef Vec3f | Point |
| The default coordinate 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. | |
Public Member Functions | |
| EdgeAttributes (0) | |
| FaceAttributes (0) | |
| HalfedgeAttributes (Attributes::PrevHalfedge) | |
| VertexAttributes (0) | |
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.
Definition at line 119 of file Core/Mesh/Traits.hh.
| typedef Vec3uc OpenMesh::DefaultTraits::Color |
The default color type is OpenMesh::Vec3uc.
Reimplemented in OpenMesh::Kernel_OSG::Traits.
Definition at line 138 of file Core/Mesh/Traits.hh.
| typedef Vec3f OpenMesh::DefaultTraits::Normal |
The default normal type is OpenMesh::Vec3f.
Reimplemented in OpenMesh::Kernel_OSG::Traits.
Definition at line 125 of file Core/Mesh/Traits.hh.
| typedef Vec3f OpenMesh::DefaultTraits::Point |
The default coordinate type is OpenMesh::Vec3f.
Reimplemented in OpenMesh::Kernel_OSG::Traits.
Definition at line 122 of file Core/Mesh/Traits.hh.
| typedef float OpenMesh::DefaultTraits::TexCoord1D |
The default 1D texture coordinate type is float.
Definition at line 128 of file Core/Mesh/Traits.hh.
The default 2D texture coordinate type is OpenMesh::Vec2f.
Definition at line 130 of file Core/Mesh/Traits.hh.
The default 3D texture coordinate type is OpenMesh::Vec3f.
Definition at line 132 of file Core/Mesh/Traits.hh.
| typedef int OpenMesh::DefaultTraits::TextureIndex |
The default texture index type.
Definition at line 135 of file Core/Mesh/Traits.hh.
| OpenMesh::DefaultTraits::EdgeAttributes | ( | 0 | ) |
| OpenMesh::DefaultTraits::FaceAttributes | ( | 0 | ) |
| OpenMesh::DefaultTraits::HalfedgeAttributes | ( | Attributes::PrevHalfedge | ) |
| OpenMesh::DefaultTraits::VertexAttributes | ( | 0 | ) |