Describeas a base class for composite features.
More...
|
typedef cadex::internal::MTKBaseImpl_CompositeFeature | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a composite feature.
|
|
|
| MTKBase_CompositeFeature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| MTKBase_Feature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
Describeas a base class for composite features.
Composite feature is a feature consisting of other features. Features can be any inherited from the base MTKBase_Feature class, and can be retrieved by FeatureList() method.
- Examples
- MTKConverter/Program.cs, and MTKConverter/main.cxx.
◆ MTKBase_CompositeFeature()
cadex::MTKBase_CompositeFeature::MTKBase_CompositeFeature |
( |
const MTKBase_FeatureList & | theFeatureList | ) |
|
◆ AddFeature()
void cadex::MTKBase_CompositeFeature::AddFeature |
( |
const MTKBase_Feature & | theFeature | ) |
|
Adds feature reference to feature references list.
- See also
- FeatureList()
◆ AddFeatures()
void cadex::MTKBase_CompositeFeature::AddFeatures |
( |
const MTKBase_FeatureList & | theFeatureList | ) |
|
Adds feature references to feature references list.
- See also
- FeatureList()
◆ FeatureList()