|
Open CASCADE Technology 6.5.2
|
#include <StepShape_GeometricSetSelect.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepShape_GeometricSetSelect () | |
| Returns a GeometricSetSelect SelectType | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a GeometricSetSelect Kind Entity that is : 1 -> Point 2 -> Curve 3 -> Surface 0 else | |
| Handle_StepGeom_Point | Point () const |
| returns Value as a Point (Null if another type) | |
| Handle_StepGeom_Curve | Curve () const |
| returns Value as a Curve (Null if another type) | |
| Handle_StepGeom_Surface | Surface () const |
| returns Value as a Surface (Null if another type) | |
| StepShape_GeometricSetSelect::StepShape_GeometricSetSelect | ( | ) |
| Standard_Integer StepShape_GeometricSetSelect::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Handle_StepGeom_Curve StepShape_GeometricSetSelect::Curve | ( | ) | const |
| void StepShape_GeometricSetSelect::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_GeometricSetSelect::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_GeometricSetSelect::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| Handle_StepGeom_Point StepShape_GeometricSetSelect::Point | ( | ) | const |
| Handle_StepGeom_Surface StepShape_GeometricSetSelect::Surface | ( | ) | const |
1.7.4