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

Per vertex Incremental Mark. More...

#include <component.h>

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

Public Member Functions

int & IMark ()
 
int IMark () const
 
int cIMark () const
 
void InitIMark ()
 
template<class RightValueType >
void ImportData (const RightValueType &rightF)
 

Static Public Member Functions

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

Detailed Description

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

Per vertex Incremental Mark.

It is just an int that allows to efficently (in constant time) un-mark the whole mesh.

See also
UnmarkAll

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