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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepShape_ReversibleTopologyItem () | |
| Returns a ReversibleTopologyItem SelectType | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a ReversibleTopologyItem Kind Entity that is : 1 -> Edge 2 -> Path 3 -> Face 4 -> FaceBound 5 -> ClosedShell 6 -> OpenShell 0 else | |
| Handle_StepShape_Edge | Edge () const |
| returns Value as a Edge (Null if another type) | |
| Handle_StepShape_Path | Path () const |
| returns Value as a Path (Null if another type) | |
| Handle_StepShape_Face | Face () const |
| returns Value as a Face (Null if another type) | |
| Handle_StepShape_FaceBound | FaceBound () const |
| returns Value as a FaceBound (Null if another type) | |
| Handle_StepShape_ClosedShell | ClosedShell () const |
| returns Value as a ClosedShell (Null if another type) | |
| Handle_StepShape_OpenShell | OpenShell () const |
| returns Value as a OpenShell (Null if another type) | |
| StepShape_ReversibleTopologyItem::StepShape_ReversibleTopologyItem | ( | ) |
| Standard_Integer StepShape_ReversibleTopologyItem::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Handle_StepShape_ClosedShell StepShape_ReversibleTopologyItem::ClosedShell | ( | ) | const |
| Handle_StepShape_Edge StepShape_ReversibleTopologyItem::Edge | ( | ) | const |
| Handle_StepShape_Face StepShape_ReversibleTopologyItem::Face | ( | ) | const |
| Handle_StepShape_FaceBound StepShape_ReversibleTopologyItem::FaceBound | ( | ) | const |
| Handle_StepShape_OpenShell StepShape_ReversibleTopologyItem::OpenShell | ( | ) | const |
| void StepShape_ReversibleTopologyItem::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_ReversibleTopologyItem::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_ReversibleTopologyItem::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
| Handle_StepShape_Path StepShape_ReversibleTopologyItem::Path | ( | ) | const |
1.7.4