*-------------------------- VERTEX ----------------------------------------*/ More...
#include <hedge_component.h>
Public Member Functions | |
const int & | IMark () const |
int & | IMark () |
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 108 of file hedge_component.h.
static bool vcg::hedge::EmptyMark< T >::HasMark | ( | ) | [inline, static] |
Definition at line 110 of file hedge_component.h.
static bool vcg::hedge::EmptyMark< T >::HasMarkOcc | ( | ) | [inline, static] |
Definition at line 111 of file hedge_component.h.
const int& vcg::hedge::EmptyMark< T >::IMark | ( | ) | const [inline] |
Definition at line 114 of file hedge_component.h.
int& vcg::hedge::EmptyMark< T >::IMark | ( | ) | [inline] |
Definition at line 113 of file hedge_component.h.
void vcg::hedge::EmptyMark< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 116 of file hedge_component.h.
void vcg::hedge::EmptyMark< T >::InitIMark | ( | ) | [inline] |
Definition at line 112 of file hedge_component.h.
static void vcg::hedge::EmptyMark< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 117 of file hedge_component.h.