$darkmode
VCG Library
Public Member Functions | Static Public Member Functions | List of all members
vcg::vertex::Mark< T > Class Template Reference

Per vertex Incremental Mark. More...

#include <component.h>

Inheritance diagram for vcg::vertex::Mark< T >:

Public Member Functions

const int & IMark () const
 Return a const reference to the incremental mark value.
 
int & IMark ()
 Return a reference to the incremental mark value.
 
int cIMark () const
 Return a const reference to the incremental mark value.
 
void InitIMark ()
 
template<class RightValueType >
void ImportData (const RightValueType &rVert)
 

Static Public Member Functions

static bool HasMark ()
 
static void Name (std::vector< std::string > &name)
 

Detailed Description

template<class T>
class vcg::vertex::Mark< T >

Per vertex Incremental Mark.

It is just an int that allows to efficently un-mark the whole mesh.

See also
UnmarkAll

The documentation for this class was generated from the following file: