|
HDK
|
#include <VISF_PrimitiveType.h>
Public Member Functions | |
| VISF_PrimitiveType () | |
| VISF_PrimitiveType (GT_PrimitiveType gt_type) | |
| VISF_PrimitiveType (GA_PrimitiveTypeId geo_type) | |
| VISF_PrimitiveType (GT_PrimitiveType gt_type, GA_PrimitiveTypeId geo_type) | |
| bool | operator== (const VISF_PrimitiveType &other) const |
| bool | isValid () const |
| bool | isMatch (GT_PrimitiveType gt_type) const |
| bool | isMatch (GA_PrimitiveTypeId geo_type) const |
| bool | isMatch (GT_PrimitiveType gt_type, GA_PrimitiveTypeId geo_type) const |
| bool | isGTType () const |
| bool | isGEOType () const |
Public Attributes | |
| GT_PrimitiveType | myGTType |
| int | myGEOType |
Definition at line 22 of file VISF_PrimitiveType.h.
| VISF_PrimitiveType::VISF_PrimitiveType | ( | ) |
| VISF_PrimitiveType::VISF_PrimitiveType | ( | GT_PrimitiveType | gt_type | ) |
| VISF_PrimitiveType::VISF_PrimitiveType | ( | GA_PrimitiveTypeId | geo_type | ) |
| VISF_PrimitiveType::VISF_PrimitiveType | ( | GT_PrimitiveType | gt_type, |
| GA_PrimitiveTypeId | geo_type | ||
| ) |
| bool VISF_PrimitiveType::isGEOType | ( | ) | const |
| bool VISF_PrimitiveType::isGTType | ( | ) | const |
| bool VISF_PrimitiveType::isMatch | ( | GT_PrimitiveType | gt_type | ) | const |
| bool VISF_PrimitiveType::isMatch | ( | GA_PrimitiveTypeId | geo_type | ) | const |
| bool VISF_PrimitiveType::isMatch | ( | GT_PrimitiveType | gt_type, |
| GA_PrimitiveTypeId | geo_type | ||
| ) | const |
| bool VISF_PrimitiveType::isValid | ( | ) | const |
| bool VISF_PrimitiveType::operator== | ( | const VISF_PrimitiveType & | other | ) | const |
| int VISF_PrimitiveType::myGEOType |
Definition at line 39 of file VISF_PrimitiveType.h.
| GT_PrimitiveType VISF_PrimitiveType::myGTType |
Definition at line 38 of file VISF_PrimitiveType.h.