Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
vcg::edge::Quality< A, TT > Class Template Reference

Component: Per edge quality More...

#include <component.h>

Inheritance diagram for vcg::edge::Quality< A, TT >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef A QualityType

Public Member Functions

const QualityTypecQ () const
template<class LeftV >
void ImportData (const LeftV &left)
QualityTypeQ ()

Static Public Member Functions

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

Private Attributes

QualityType _quality

Detailed Description

template<class A, class TT>
class vcg::edge::Quality< A, TT >

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.

See also:
vcg::tri::UpdateColor for methods transforming quality into colors
vcg::tri::UpdateQuality for methods to manage it

Definition at line 235 of file edge/component.h.


Member Typedef Documentation

template<class A, class TT>
typedef A vcg::edge::Quality< A, TT >::QualityType

Definition at line 237 of file edge/component.h.


Member Function Documentation

template<class A, class TT>
const QualityType& vcg::edge::Quality< A, TT >::cQ ( ) const [inline]

Definition at line 239 of file edge/component.h.

template<class A, class TT>
static bool vcg::edge::Quality< A, TT >::HasQuality ( ) [inline, static]

Definition at line 242 of file edge/component.h.

template<class A, class TT>
template<class LeftV >
void vcg::edge::Quality< A, TT >::ImportData ( const LeftV &  left) [inline]

Definition at line 241 of file edge/component.h.

template<class A, class TT>
static void vcg::edge::Quality< A, TT >::Name ( std::vector< std::string > &  name) [inline, static]
template<class A, class TT>
QualityType& vcg::edge::Quality< A, TT >::Q ( ) [inline]

Definition at line 238 of file edge/component.h.


Member Data Documentation

template<class A, class TT>
QualityType vcg::edge::Quality< A, TT >::_quality [private]

Definition at line 246 of file edge/component.h.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:25