*-------------------------- VERTEX ----------------------------------------*/ More...
#include <hedge_component.h>

Public Member Functions | |
| int & | IMark () |
| int | IMark () const |
| template<class LeftV > | |
| void | ImportData (const LeftV &left) |
| void | InitIMark () |
Static Public Member Functions | |
| static bool | HasMark () |
| static bool | HasMarkOcc () |
| static void | Name (std::vector< std::string > &name) |
*-------------------------- VERTEX ----------------------------------------*/
Return the pointer to the ((j+1)%3)-th vertex of the face.
| j | Index of the face vertex. |
Definition at line 101 of file hedge_component.h.
| static bool vcg::hedge::EmptyMark< T >::HasMark | ( | ) | [inline, static] |
Definition at line 103 of file hedge_component.h.
| static bool vcg::hedge::EmptyMark< T >::HasMarkOcc | ( | ) | [inline, static] |
Definition at line 104 of file hedge_component.h.
| int& vcg::hedge::EmptyMark< T >::IMark | ( | ) | [inline] |
Definition at line 106 of file hedge_component.h.
| int vcg::hedge::EmptyMark< T >::IMark | ( | ) | const [inline] |
Definition at line 107 of file hedge_component.h.
| void vcg::hedge::EmptyMark< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 109 of file hedge_component.h.
| void vcg::hedge::EmptyMark< T >::InitIMark | ( | ) | [inline] |
Definition at line 105 of file hedge_component.h.
| static void vcg::hedge::EmptyMark< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 110 of file hedge_component.h.