#include <component.h>

Public Types | |
| typedef int | MarkType |
Public Member Functions | |
| int & | IMark () |
| const int | IMark () const |
| void | InitIMark () |
Static Public Member Functions | |
| static bool | HasMark () |
| static bool | HasMarkOcc () |
| static void | Name (std::vector< std::string > &name) |
Definition at line 171 of file tetrahedron/component.h.
| typedef int vcg::tetra::EmptyMark< T >::MarkType |
Definition at line 173 of file tetrahedron/component.h.
| static bool vcg::tetra::EmptyMark< T >::HasMark | ( | ) | [inline, static] |
Definition at line 174 of file tetrahedron/component.h.
| static bool vcg::tetra::EmptyMark< T >::HasMarkOcc | ( | ) | [inline, static] |
Definition at line 175 of file tetrahedron/component.h.
| int& vcg::tetra::EmptyMark< T >::IMark | ( | ) | [inline] |
Definition at line 177 of file tetrahedron/component.h.
| const int vcg::tetra::EmptyMark< T >::IMark | ( | ) | const [inline] |
Definition at line 178 of file tetrahedron/component.h.
| void vcg::tetra::EmptyMark< T >::InitIMark | ( | ) | [inline] |
Definition at line 176 of file tetrahedron/component.h.
| static void vcg::tetra::EmptyMark< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 179 of file tetrahedron/component.h.