#include <GEOMAlgo_ShapeAlgo.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT void | SetShape (const TopoDS_Shape &aS) |
| Standard_EXPORT void | SetTolerance (const Standard_Real aT) |
| Standard_EXPORT const TopoDS_Shape & | Shape () const |
| Standard_EXPORT Standard_Real | Tolerance () const |
| Standard_EXPORT const TopoDS_Shape & | Result () const |
| virtual Standard_EXPORT void | Perform ()=0 |
| Standard_EXPORT Standard_Integer | ErrorStatus () const |
| Standard_EXPORT Standard_Integer | WarningStatus () const |
| Standard_EXPORT void | ComputeInternalShapes (const Standard_Boolean theFlag) |
Protected Member Functions | |
| Standard_EXPORT | GEOMAlgo_ShapeAlgo () |
| virtual Standard_EXPORT | ~GEOMAlgo_ShapeAlgo () |
| virtual Standard_EXPORT void | CheckData () |
| virtual Standard_EXPORT void | CheckResult () |
Protected Attributes | |
| TopoDS_Shape | myShape |
| Standard_Real | myTolerance |
| TopoDS_Shape | myResult |
| IntTools_Context | myContext |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
| Standard_Boolean | myComputeInternalShapes |
| GEOMAlgo_ShapeAlgo::GEOMAlgo_ShapeAlgo | ( | ) | [protected] |
References myTolerance.
| GEOMAlgo_ShapeAlgo::~GEOMAlgo_ShapeAlgo | ( | ) | [protected, virtual] |
| void* GEOMAlgo_ShapeAlgo.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
Reimplemented from GEOMAlgo_Algo.
Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOn2, GEOMAlgo_GlueAnalyser, and GEOMAlgo_Gluer.
| void* GEOMAlgo_ShapeAlgo.operator new | ( | size_t | size | ) |
Reimplemented from GEOMAlgo_Algo.
Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOn2, GEOMAlgo_GlueAnalyser, and GEOMAlgo_Gluer.
| void GEOMAlgo_ShapeAlgo.operator delete | ( | void * | anAddress | ) |
Reimplemented from GEOMAlgo_Algo.
Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOn2, GEOMAlgo_GlueAnalyser, and GEOMAlgo_Gluer.
| void GEOMAlgo_ShapeAlgo::SetShape | ( | const TopoDS_Shape & | aS | ) |
References myShape.
| void GEOMAlgo_ShapeAlgo::SetTolerance | ( | const Standard_Real | aT | ) |
References myTolerance.
| const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Shape | ( | ) | const |
References myShape.
| Standard_Real GEOMAlgo_ShapeAlgo::Tolerance | ( | ) | const |
References myTolerance.
| const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Result | ( | ) | const |
References myResult.
| virtual Standard_EXPORT void GEOMAlgo_Algo.Perform | ( | ) | [pure virtual, inherited] |
Implemented in GEOMAlgo_Builder, GEOMAlgo_BuilderFace, GEOMAlgo_BuilderSolid, GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOn2, GEOMAlgo_GlueAnalyser, GEOMAlgo_GlueDetector, GEOMAlgo_Gluer, GEOMAlgo_Gluer2, GEOMAlgo_ShapeInfoFiller, GEOMAlgo_ShellSolid, GEOMAlgo_SolidSolid, GEOMAlgo_VertexSolid, GEOMAlgo_WESCorrector, GEOMAlgo_WESScaler, GEOMAlgo_WireSolid, and GEOMAlgo_WireSplitter.
| Standard_Integer GEOMAlgo_Algo::ErrorStatus | ( | ) | const [inherited] |
References GEOMAlgo_Algo.myErrorStatus.
| Standard_Integer GEOMAlgo_Algo::WarningStatus | ( | ) | const [inherited] |
References GEOMAlgo_Algo.myWarningStatus.
| void GEOMAlgo_Algo::ComputeInternalShapes | ( | const Standard_Boolean | theFlag | ) | [inherited] |
References GEOMAlgo_Algo.myComputeInternalShapes.
| void GEOMAlgo_Algo::CheckData | ( | ) | [protected, virtual, inherited] |
Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOn2, GEOMAlgo_FinderShapeOnQuad, GEOMAlgo_Gluer, GEOMAlgo_Gluer2, GEOMAlgo_ShapeInfoFiller, and GEOMAlgo_WESScaler.
References GEOMAlgo_Algo.myErrorStatus.
| void GEOMAlgo_Algo::CheckResult | ( | ) | [protected, virtual, inherited] |
Reimplemented in GEOMAlgo_Gluer.
References GEOMAlgo_Algo.myErrorStatus.
TopoDS_Shape GEOMAlgo_ShapeAlgo.myShape [protected] |
Standard_Real GEOMAlgo_ShapeAlgo.myTolerance [protected] |
TopoDS_Shape GEOMAlgo_ShapeAlgo.myResult [protected] |
IntTools_Context GEOMAlgo_ShapeAlgo.myContext [protected] |
Standard_Integer GEOMAlgo_Algo.myErrorStatus [protected, inherited] |
Standard_Integer GEOMAlgo_Algo.myWarningStatus [protected, inherited] |
Standard_Boolean GEOMAlgo_Algo.myComputeInternalShapes [protected, inherited] |