#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 204 of file edge/component.h.
| typedef A vcg::edge::Quality< A, TT >::QualityType |
Definition at line 206 of file edge/component.h.
| const QualityType& vcg::edge::Quality< A, TT >::cQ | ( | ) | const [inline] |
Definition at line 208 of file edge/component.h.
| static bool vcg::edge::Quality< A, TT >::HasQuality | ( | ) | [inline, static] |
Definition at line 211 of file edge/component.h.
| void vcg::edge::Quality< A, TT >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 210 of file edge/component.h.
| static void vcg::edge::Quality< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::edge::Qualitys< TT >, vcg::edge::Qualityf< TT >, and vcg::edge::Qualityd< TT >.
Definition at line 212 of file edge/component.h.
| QualityType& vcg::edge::Quality< A, TT >::Q | ( | ) | [inline] |
Definition at line 207 of file edge/component.h.
QualityType vcg::edge::Quality< A, TT >::_quality [private] |
Definition at line 215 of file edge/component.h.