Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
OpenMesh::Python::MeshTraits Struct Reference
Inheritance diagram for OpenMesh::Python::MeshTraits:
OpenMesh::DefaultTraits

Public Types

typedef OpenMesh::Vec3d Point
 
typedef OpenMesh::Vec3d Normal
 
typedef OpenMesh::Vec4f Color
 
- Public Types inherited from OpenMesh::DefaultTraits
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.
 

Additional Inherited Members

- Public Member Functions inherited from OpenMesh::DefaultTraits
 VertexAttributes (0)
 
 HalfedgeAttributes (Attributes::PrevHalfedge)
 
 EdgeAttributes (0)
 
 FaceAttributes (0)
 

Detailed Description

Definition at line 31 of file Bindings.hh.

Member Typedef Documentation

Use RGBA colors

Definition at line 39 of file Bindings.hh.

Use double precision normals

Definition at line 36 of file Bindings.hh.

Use double precision points

Definition at line 33 of file Bindings.hh.


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