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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepShape_Shell () | |
| Returns a Shell SelectType | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a Shell Kind Entity that is : 1 -> OpenShell 2 -> ClosedShell 0 else | |
| Handle_StepShape_OpenShell | OpenShell () const |
| returns Value as a OpenShell (Null if another type) | |
| Handle_StepShape_ClosedShell | ClosedShell () const |
| returns Value as a ClosedShell (Null if another type) | |
| StepShape_Shell::StepShape_Shell | ( | ) |
| Standard_Integer StepShape_Shell::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Handle_StepShape_ClosedShell StepShape_Shell::ClosedShell | ( | ) | const |
| Handle_StepShape_OpenShell StepShape_Shell::OpenShell | ( | ) | const |
| void StepShape_Shell::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_Shell::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_Shell::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
1.7.4