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

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