|
cgma
|
Source feature tool data. More...
#include <TDSourceFeature.hpp>
Public Member Functions | |
| TDSourceFeature (GeometryFeatureEngine::FeatureType type_in) | |
| ~TDSourceFeature () | |
| Destructor. | |
| GeometryFeatureEngine::FeatureType | source_feature () |
| Returns the source feature on this RefEntity. | |
| void | source_feature (GeometryFeatureEngine::FeatureType type_in) |
| Sets the source feature on this RefEntity. | |
Static Public Member Functions | |
| static int | is_source_feature (const ToolData *td) |
Private Attributes | |
| GeometryFeatureEngine::FeatureType | sourceFeature |
Source feature tool data.
Definition at line 11 of file TDSourceFeature.hpp.
Definition at line 9 of file TDSourceFeature.cpp.
{
sourceFeature = type_in;
}
| static int TDSourceFeature::is_source_feature | ( | const ToolData * | td | ) | [inline, static] |
Definition at line 28 of file TDSourceFeature.hpp.
{return (CAST_TO(td, const TDSourceFeature) != NULL);}
Returns the source feature on this RefEntity.
Definition at line 21 of file TDSourceFeature.hpp.
{return sourceFeature;}
| void TDSourceFeature::source_feature | ( | GeometryFeatureEngine::FeatureType | type_in | ) | [inline] |
Sets the source feature on this RefEntity.
Definition at line 25 of file TDSourceFeature.hpp.
{sourceFeature = type_in;}
Definition at line 32 of file TDSourceFeature.hpp.