Component: Per edge quality More...
#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 |
Component: Per edge quality
The Quality Component is a generic place for storing a float. The term 'quality' is a bit misleading and it is due to its original storic meaning. You should intend it as a general purpose container.
Definition at line 235 of file edge/component.h.
typedef A vcg::edge::Quality< A, TT >::QualityType |
Definition at line 237 of file edge/component.h.
const QualityType& vcg::edge::Quality< A, TT >::cQ | ( | ) | const [inline] |
Definition at line 239 of file edge/component.h.
static bool vcg::edge::Quality< A, TT >::HasQuality | ( | ) | [inline, static] |
Definition at line 242 of file edge/component.h.
void vcg::edge::Quality< A, TT >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 241 of file edge/component.h.
static void vcg::edge::Quality< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::edge::Qualityd< TT >, vcg::edge::Qualityf< TT >, and vcg::edge::Qualitys< TT >.
Definition at line 243 of file edge/component.h.
QualityType& vcg::edge::Quality< A, TT >::Q | ( | ) | [inline] |
Definition at line 238 of file edge/component.h.
QualityType vcg::edge::Quality< A, TT >::_quality [private] |
Definition at line 246 of file edge/component.h.