*-------------------------- MARK ----------------------------------*/ More...
#include <component_ocf.h>

Public Types | |
| typedef int | MarkType |
Public Member Functions | |
| int | IMark () const |
| int & | IMark () |
| template<class LeftV > | |
| void | ImportData (const LeftV &leftV) |
| void | InitIMark () |
Static Public Member Functions | |
| static bool | HasMark () |
| static bool | HasMarkOcf () |
*-------------------------- MARK ----------------------------------*/
Definition at line 504 of file vertex/component_ocf.h.
| typedef int vcg::vertex::MarkOcf< T >::MarkType |
Definition at line 506 of file vertex/component_ocf.h.
| static bool vcg::vertex::MarkOcf< T >::HasMark | ( | ) | [inline, static] |
Definition at line 525 of file vertex/component_ocf.h.
| static bool vcg::vertex::MarkOcf< T >::HasMarkOcf | ( | ) | [inline, static] |
Definition at line 526 of file vertex/component_ocf.h.
| int vcg::vertex::MarkOcf< T >::IMark | ( | ) | const [inline] |
Definition at line 512 of file vertex/component_ocf.h.
| int& vcg::vertex::MarkOcf< T >::IMark | ( | ) | [inline] |
Definition at line 507 of file vertex/component_ocf.h.
| void vcg::vertex::MarkOcf< T >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 518 of file vertex/component_ocf.h.
| void vcg::vertex::MarkOcf< T >::InitIMark | ( | ) | [inline] |
Definition at line 527 of file vertex/component_ocf.h.