GEOMAlgo_ShapeAlgo Class Reference

#include <GEOMAlgo_ShapeAlgo.hxx>

Inheritance diagram for GEOMAlgo_ShapeAlgo:

Inheritance graph

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

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

Constructor & Destructor Documentation

GEOMAlgo_ShapeAlgo::GEOMAlgo_ShapeAlgo  )  [protected]
 

GEOMAlgo_ShapeAlgo::~GEOMAlgo_ShapeAlgo  )  [protected, virtual]
 


Member Function Documentation

void* GEOMAlgo_ShapeAlgo.operator new size_t  ,
void *  anAddress
 

Reimplemented from GEOMAlgo_Algo.

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_GlueAnalyser, and GEOMAlgo_Gluer.

void* GEOMAlgo_ShapeAlgo.operator new size_t  size  ) 
 

Reimplemented from GEOMAlgo_Algo.

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_GlueAnalyser, and GEOMAlgo_Gluer.

void GEOMAlgo_ShapeAlgo.operator delete void *  anAddress  ) 
 

Reimplemented from GEOMAlgo_Algo.

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_GlueAnalyser, and GEOMAlgo_Gluer.

void GEOMAlgo_ShapeAlgo::SetShape const TopoDS_Shape &  aS  ) 
 

void GEOMAlgo_ShapeAlgo::SetTolerance const Standard_Real  aT  ) 
 

const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Shape  )  const
 

Standard_Real GEOMAlgo_ShapeAlgo::Tolerance  )  const
 

const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Result  )  const
 

virtual Standard_EXPORT void GEOMAlgo_Algo.Perform  )  [pure virtual, inherited]
 

Implemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_GlueAnalyser, GEOMAlgo_Gluer, GEOMAlgo_ShellSolid, GEOMAlgo_SolidSolid, GEOMAlgo_VertexSolid, and GEOMAlgo_WireSolid.

Standard_Integer GEOMAlgo_Algo::ErrorStatus  )  const [inherited]
 

Standard_Integer GEOMAlgo_Algo::WarningStatus  )  const [inherited]
 

void GEOMAlgo_Algo::CheckData  )  [protected, virtual, inherited]
 

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOnQuad, and GEOMAlgo_Gluer.

void GEOMAlgo_Algo::CheckResult  )  [protected, virtual, inherited]
 

Reimplemented in GEOMAlgo_Gluer.


Field Documentation

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]