Developer Documentation
|
Classes | |
struct | State |
Storage type for intermediate states and the final flag of a mesh entity. More... | |
Public Types | |
typedef int | state_t |
External representation for intermediate state. | |
typedef bool | final_t |
External representation for final flag. | |
typedef Refs::HalfedgeHandle | HalfedgeHandle |
typedef std::map< state_t, Point > | PositionHistory |
typedef std::map< state_t, Point > | PositionHistory |
typedef Refs::Scalar | Scalar |
typedef std::map< state_t, Point > | PositionHistory |
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. | |
Public Member Functions | |
FaceAttributes (OpenMesh::Attributes::Normal) | |
VertexAttributes (OpenMesh::Attributes::Normal) | |
HalfedgeAttributes (OpenMesh::Attributes::PrevHalfedge) | |
state_t | state () const |
void | set_state (const state_t _s) |
void | inc_state () |
final_t | final () const |
void | set_final () |
void | set_not_final () |
const HalfedgeHandle & | red_halfedge () const |
void | set_red_halfedge (const HalfedgeHandle &_h) |
void | set_position (const int &_i, const Point &_p) |
const Point | position (const int &_i) |
state_t | state () const |
void | set_state (const state_t _s) |
void | inc_state () |
final_t | final () const |
void | set_final () |
void | set_not_final () |
void | set_position (const int &_i, const Point &_p) |
const Point | position (const int &_i) |
state_t | state () const |
void | set_state (const state_t _s) |
void | inc_state () |
final_t | final () const |
void | set_final () |
void | set_not_final () |
void | set_position (const int &_i, const Point &_p) |
const Point | position (const int &_i) |
Public Member Functions inherited from OpenMesh::DefaultTraits | |
VertexAttributes (0) | |
HalfedgeAttributes (Attributes::PrevHalfedge) | |
EdgeAttributes (0) | |
FaceAttributes (0) | |
Public Attributes | |
FaceTraits | |
State | state_ |
HalfedgeHandle | red_halfedge_ |
PositionHistory | pos_map_ |
EdgeTraits | |
VertexTraits | |
Adaptive Composite Subdivision framework.Mesh traits for adaptive composite subdivision
Definition at line 81 of file CompositeTraits.hh.
OpenMesh::Subdivider::Adaptive::CompositeTraits::EdgeTraits |
Definition at line 155 of file CompositeTraits.hh.
OpenMesh::Subdivider::Adaptive::CompositeTraits::FaceTraits |
Definition at line 108 of file CompositeTraits.hh.
OpenMesh::Subdivider::Adaptive::CompositeTraits::VertexTraits |
Definition at line 203 of file CompositeTraits.hh.