*-------------------------- MARK ----------------------------------*/ More...
#include <component_ocf.h>
Public Types | |
typedef int | MarkType |
Public Member Functions | |
int | cIMark () const |
const int & | IMark () const |
int & | IMark () |
template<class RightVertexType > | |
void | ImportData (const RightVertexType &rightV) |
void | InitIMark () |
bool | IsMarkEnabled () const |
Static Public Member Functions | |
static bool | HasMark () |
static bool | HasMarkOcf () |
static void | Name (std::vector< std::string > &name) |
*-------------------------- MARK ----------------------------------*/
Definition at line 406 of file vertex/component_ocf.h.
typedef int vcg::vertex::MarkOcf< T >::MarkType |
Definition at line 408 of file vertex/component_ocf.h.
int vcg::vertex::MarkOcf< T >::cIMark | ( | ) | const [inline] |
Definition at line 411 of file vertex/component_ocf.h.
static bool vcg::vertex::MarkOcf< T >::HasMark | ( | ) | [inline, static] |
Definition at line 421 of file vertex/component_ocf.h.
static bool vcg::vertex::MarkOcf< T >::HasMarkOcf | ( | ) | [inline, static] |
Definition at line 422 of file vertex/component_ocf.h.
const int& vcg::vertex::MarkOcf< T >::IMark | ( | ) | const [inline] |
Definition at line 409 of file vertex/component_ocf.h.
int& vcg::vertex::MarkOcf< T >::IMark | ( | ) | [inline] |
Definition at line 410 of file vertex/component_ocf.h.
void vcg::vertex::MarkOcf< T >::ImportData | ( | const RightVertexType & | rightV | ) | [inline] |
Definition at line 414 of file vertex/component_ocf.h.
void vcg::vertex::MarkOcf< T >::InitIMark | ( | ) | [inline] |
Definition at line 423 of file vertex/component_ocf.h.
bool vcg::vertex::MarkOcf< T >::IsMarkEnabled | ( | ) | const [inline] |
Definition at line 420 of file vertex/component_ocf.h.
static void vcg::vertex::MarkOcf< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 424 of file vertex/component_ocf.h.