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