#include <pos.h>
Public Member Functions | |
| void | NextF () |
| Function to jump on the next face of the list of vertex z. | |
| VertexStar () | |
| Default Constructor. | |
| VertexStar (EDGETYPE *const ep, int const zp) | |
| Constructor which associates the EdgePos elementet with a face and its edge. | |
Public Attributes | |
| EDGETYPE * | e |
| Pointer to an edge. | |
| int | z |
| Local index of the vertex. | |
Class VertexStar
| EDGETYPE | Specifies the type of the faces |
Definition at line 55 of file vcg/simplex/edge/pos.h.
| vcg::edge::VertexStar< EDGETYPE >::VertexStar | ( | ) | [inline] |
Default Constructor.
Definition at line 63 of file vcg/simplex/edge/pos.h.
| vcg::edge::VertexStar< EDGETYPE >::VertexStar | ( | EDGETYPE *const | ep, |
| int const | zp | ||
| ) | [inline] |
Constructor which associates the EdgePos elementet with a face and its edge.
Definition at line 65 of file vcg/simplex/edge/pos.h.
| void vcg::edge::VertexStar< EDGETYPE >::NextF | ( | ) | [inline] |
Function to jump on the next face of the list of vertex z.
Definition at line 72 of file vcg/simplex/edge/pos.h.
| EDGETYPE* vcg::edge::VertexStar< EDGETYPE >::e |
Pointer to an edge.
Definition at line 59 of file vcg/simplex/edge/pos.h.
| int vcg::edge::VertexStar< EDGETYPE >::z |
Local index of the vertex.
Definition at line 61 of file vcg/simplex/edge/pos.h.