#include <pos.h>
Public Member Functions | |
void | NextF () |
Function to jump on the next face of the list of vertex z. | |
VertexStar (EDGETYPE *const ep, int const zp) | |
Constructor which associates the EdgePos elementet with a face and its edge. | |
VertexStar () | |
Default Constructor. | |
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 49 of file vcg/simplex/edge/pos.h.
vcg::edge::VertexStar< EDGETYPE >::VertexStar | ( | ) | [inline] |
Default Constructor.
Definition at line 57 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 59 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 66 of file vcg/simplex/edge/pos.h.
EDGETYPE* vcg::edge::VertexStar< EDGETYPE >::e |
Pointer to an edge.
Definition at line 53 of file vcg/simplex/edge/pos.h.
int vcg::edge::VertexStar< EDGETYPE >::z |
Local index of the vertex.
Definition at line 55 of file vcg/simplex/edge/pos.h.