Component: Per edge Incremental Mark More...
#include <component.h>
Public Member Functions | |
int & | IMark () |
const int & | IMark () const |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
void | InitIMark () |
Mark () | |
Static Public Member Functions | |
static bool | HasMark () |
static bool | HasMarkOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
int | _imark |
Component: Per edge Incremental Mark
An int that allows to efficently un-mark the whole mesh.
Definition at line 166 of file edge/component.h.
vcg::edge::Mark< T >::Mark | ( | ) | [inline] |
Definition at line 168 of file edge/component.h.
static bool vcg::edge::Mark< T >::HasMark | ( | ) | [inline, static] |
Definition at line 169 of file edge/component.h.
static bool vcg::edge::Mark< T >::HasMarkOcc | ( | ) | [inline, static] |
Definition at line 170 of file edge/component.h.
int& vcg::edge::Mark< T >::IMark | ( | ) | [inline] |
Definition at line 172 of file edge/component.h.
const int& vcg::edge::Mark< T >::IMark | ( | ) | const [inline] |
Definition at line 173 of file edge/component.h.
void vcg::edge::Mark< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 175 of file edge/component.h.
void vcg::edge::Mark< T >::InitIMark | ( | ) | [inline] |
Definition at line 171 of file edge/component.h.
static void vcg::edge::Mark< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 176 of file edge/component.h.
int vcg::edge::Mark< T >::_imark [private] |
Definition at line 179 of file edge/component.h.