|
Open CASCADE Technology 6.5.2
|
Representation of STEP SELECT type SurfaceBoundary
#include <StepGeom_SurfaceBoundary.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepGeom_SurfaceBoundary () | |
| Empty constructor | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a kind of SurfaceBoundary select type 1 -> BoundaryCurve from StepGeom 2 -> DegeneratePcurve from StepGeom 0 else | |
| Handle_StepGeom_BoundaryCurve | BoundaryCurve () const |
| Returns Value as BoundaryCurve (or Null if another type) | |
| Handle_StepGeom_DegeneratePcurve | DegeneratePcurve () const |
| Returns Value as DegeneratePcurve (or Null if another type) | |
| StepGeom_SurfaceBoundary::StepGeom_SurfaceBoundary | ( | ) |
| Handle_StepGeom_BoundaryCurve StepGeom_SurfaceBoundary::BoundaryCurve | ( | ) | const |
| Standard_Integer StepGeom_SurfaceBoundary::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Handle_StepGeom_DegeneratePcurve StepGeom_SurfaceBoundary::DegeneratePcurve | ( | ) | const |
| void StepGeom_SurfaceBoundary::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepGeom_SurfaceBoundary::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepGeom_SurfaceBoundary::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
1.7.4