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

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