#include <component.h>
Public Types | |
typedef vcg::Point3< A > | Quality3Type |
Public Member Functions | |
void | Alloc (const int &ns) |
Quality3Type | cQ3 () const |
void | Dealloc () |
template<class RightValueType > | |
void | ImportData (const RightValueType &rightF) |
Quality3Type & | Q3 () |
Static Public Member Functions | |
static bool | HasQuality3 () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
Quality3Type | _quality |
Definition at line 432 of file face/component.h.
typedef vcg::Point3<A> vcg::face::Quality3< A, T >::Quality3Type |
Definition at line 434 of file face/component.h.
void vcg::face::Quality3< A, T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 442 of file face/component.h.
Quality3Type vcg::face::Quality3< A, T >::cQ3 | ( | ) | const [inline] |
Definition at line 436 of file face/component.h.
void vcg::face::Quality3< A, T >::Dealloc | ( | ) | [inline] |
Definition at line 443 of file face/component.h.
static bool vcg::face::Quality3< A, T >::HasQuality3 | ( | ) | [inline, static] |
Definition at line 444 of file face/component.h.
void vcg::face::Quality3< A, T >::ImportData | ( | const RightValueType & | rightF | ) | [inline] |
Definition at line 438 of file face/component.h.
static void vcg::face::Quality3< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::face::Quality3d< T >, vcg::face::Quality3f< T >, and vcg::face::Quality3s< T >.
Definition at line 445 of file face/component.h.
Quality3Type& vcg::face::Quality3< A, T >::Q3 | ( | ) | [inline] |
Definition at line 435 of file face/component.h.
Quality3Type vcg::face::Quality3< A, T >::_quality [private] |
Definition at line 447 of file face/component.h.