#include <component.h>

Public Types | |
| typedef A | QualityType |
Public Member Functions | |
| const QualityType & | cQ () const |
| template<class LeftV > | |
| void | ImportData (const LeftV &left) |
| QualityType & | Q () |
Static Public Member Functions | |
| static bool | HasQuality () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| QualityType | _quality |
Definition at line 329 of file vertex/component.h.
| typedef A vcg::vertex::Quality< A, TT >::QualityType |
Definition at line 331 of file vertex/component.h.
| const QualityType& vcg::vertex::Quality< A, TT >::cQ | ( | ) | const [inline] |
Definition at line 333 of file vertex/component.h.
| static bool vcg::vertex::Quality< A, TT >::HasQuality | ( | ) | [inline, static] |
Definition at line 336 of file vertex/component.h.
| void vcg::vertex::Quality< A, TT >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 335 of file vertex/component.h.
| static void vcg::vertex::Quality< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::Qualitys< TT >, vcg::vertex::Qualityf< TT >, vcg::vertex::Qualityd< TT >, and vcg::vertex::Qualityf< Arity5< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f, vertex::Mark, vertex::Color4b > >.
Definition at line 337 of file vertex/component.h.
| QualityType& vcg::vertex::Quality< A, TT >::Q | ( | ) | [inline] |
Definition at line 332 of file vertex/component.h.
QualityType vcg::vertex::Quality< A, TT >::_quality [private] |
Definition at line 340 of file vertex/component.h.