![]() |
VCG Library
|
Components that you can use to compose your Edge type. More...
Classes | |
class | vcg::edge::VertexRef< T > |
The references to the two vertexes of a edge. More... | |
class | vcg::edge::Mark< T > |
Component: Per edge Incremental Mark More... | |
class | vcg::edge::BitFlags< T > |
Component: Per edge Flags More... | |
class | vcg::edge::Color< A, T > |
Component: Per edge Color More... | |
class | vcg::edge::Quality< A, TT > |
Component: Per edge quality More... | |
class | vcg::edge::VEAdj< T > |
Component: Per vertex Vertex-Edge adjacency relation companion component This component implement one element of the list of edges incident on a vertex. You must use this component only toghether with the corresponding vcg::vertex::VEAdj component in the vertex type More... | |
class | vcg::edge::EEAdj< T > |
Component: Edge-Edge adjacency relation This component implement store the pointer (and index) of the adjacent edges. If the vertex is 1-manifold (as in a classical polyline) it holds that: More... | |
class | vcg::edge::EFAdj< T > |
Component: Edge-Face adjacency relation This component implement store the pointer to a face sharing this edge. More... | |
Components that you can use to compose your Edge type.