$darkmode
Component: Per vertex 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. More...
#include <component.h>
Public Types | |
| typedef A | QualityType |
Public Member Functions | |
| const QualityType & | Q () const |
| QualityType & | Q () |
| const QualityType & | cQ () const |
| template<class RightValueType > | |
| void | ImportData (const RightValueType &rVert) |
Static Public Member Functions | |
| static bool | HasQuality () |
| static void | Name (std::vector< std::string > &name) |
Component: Per vertex 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.