![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Sources of values for this feature. More...
#include <FeaturesInterface.h>
Public Types | |
| enum | Type { ScalarField = 0 , DimX , DimY , DimZ , Red , Green , Blue } |
| Sources types. More... | |
| using | Set = std::vector< Source > |
Public Member Functions | |
| Source (Type t=ScalarField, QString n=QString()) | |
Public Attributes | |
| Type | type |
| QString | name |
Sources of values for this feature.
Definition at line 114 of file FeaturesInterface.h.
| using masc::Feature::Source::Set = std::vector<Source> |
Definition at line 115 of file FeaturesInterface.h.
Sources types.
| Enumerator | |
|---|---|
| ScalarField | |
| DimX | |
| DimY | |
| DimZ | |
| Red | |
| Green | |
| Blue | |
Definition at line 118 of file FeaturesInterface.h.
|
inline |
Definition at line 120 of file FeaturesInterface.h.
| QString masc::Feature::Source::name |
Definition at line 124 of file FeaturesInterface.h.
Referenced by masc::Classifier::classify(), masc::Classifier::evaluate(), GetSource(), masc::Feature::LoadSources(), masc::ContextBasedFeature::prepare(), masc::NeighborhoodFeature::prepare(), masc::PointFeature::prepare(), and masc::Classifier::train().
| Type masc::Feature::Source::type |
Definition at line 123 of file FeaturesInterface.h.
Referenced by GetSource(), and masc::Feature::LoadSources().