#include <GEOMAlgo_ClsfSurf.hxx>
Public Member Functions |
| Standard_EXPORT | GEOMAlgo_ClsfSurf () |
| virtual Standard_EXPORT | ~GEOMAlgo_ClsfSurf () |
| Standard_EXPORT void | SetSurface (const Handle(Geom_Surface)&aS) |
Standard_EXPORT const
Handle_Geom_Surface & | Surface () const |
| virtual Standard_EXPORT void | Perform () |
| virtual Standard_EXPORT void | CheckData () |
virtual Standard_EXPORT
Standard_Boolean | CanBeON (const Handle(Geom_Curve)&aC) const |
virtual Standard_EXPORT
Standard_Boolean | CanBeON (const Handle(Geom_Surface)&aST) const |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
| Standard_EXPORT void | SetPnt (const gp_Pnt &aP) |
| Standard_EXPORT const gp_Pnt & | Pnt () const |
| Standard_EXPORT void | SetTolerance (const Standard_Real aT) |
| Standard_EXPORT Standard_Real | Tolerance () const |
| Standard_EXPORT TopAbs_State | State () const |
| virtual Standard_EXPORT void | CheckResult () |
| Standard_EXPORT Standard_Integer | ErrorStatus () const |
| Standard_EXPORT Standard_Integer | WarningStatus () const |
Protected Attributes |
| Handle_Geom_Surface | myS |
| GeomAdaptor_Surface | myGAS |
| TopAbs_State | myState |
| gp_Pnt | myPnt |
| Standard_Real | myTolerance |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
Constructor & Destructor Documentation
| GEOMAlgo_ClsfSurf::GEOMAlgo_ClsfSurf |
( |
| ) |
|
| GEOMAlgo_ClsfSurf::~GEOMAlgo_ClsfSurf |
( |
| ) |
[virtual] |
Member Function Documentation
| void GEOMAlgo_ClsfSurf::SetSurface |
( |
const Handle(Geom_Surface)& |
aS | ) |
|
| Standard_EXPORT const Handle_Geom_Surface& GEOMAlgo_ClsfSurf.Surface |
( |
| ) |
const |
| void GEOMAlgo_ClsfSurf::Perform |
( |
| ) |
[virtual] |
| void GEOMAlgo_ClsfSurf::CheckData |
( |
| ) |
[virtual] |
| Standard_Boolean GEOMAlgo_ClsfSurf::CanBeON |
( |
const Handle(Geom_Curve)& |
aC | ) |
const [virtual] |
| Standard_Boolean GEOMAlgo_ClsfSurf::CanBeON |
( |
const Handle(Geom_Surface)& |
aST | ) |
const [virtual] |
| Standard_EXPORT const GEOMAlgo_ClsfSurf.Handle |
( |
Standard_Type |
| ) |
const |
| void GEOMAlgo_Clsf::SetPnt |
( |
const gp_Pnt & |
aP | ) |
[inherited] |
| const gp_Pnt & GEOMAlgo_Clsf::Pnt |
( |
| ) |
const [inherited] |
| void GEOMAlgo_Clsf::SetTolerance |
( |
const Standard_Real |
aT | ) |
[inherited] |
| Standard_Real GEOMAlgo_Clsf::Tolerance |
( |
| ) |
const [inherited] |
| TopAbs_State GEOMAlgo_Clsf::State |
( |
| ) |
const [inherited] |
| void GEOMAlgo_HAlgo::CheckResult |
( |
| ) |
[virtual, inherited] |
| Standard_Integer GEOMAlgo_HAlgo::ErrorStatus |
( |
| ) |
const [inherited] |
| Standard_Integer GEOMAlgo_HAlgo::WarningStatus |
( |
| ) |
const [inherited] |
Field Documentation