GEOMAlgo_Algo Class Reference

#include <GEOMAlgo_Algo.hxx>

Inheritance diagram for GEOMAlgo_Algo:

Inheritance graph

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
virtual Standard_EXPORT void Perform ()=0
Standard_EXPORT Standard_Integer ErrorStatus () const
Standard_EXPORT Standard_Integer WarningStatus () const

Protected Member Functions

Standard_EXPORT GEOMAlgo_Algo ()
virtual Standard_EXPORT ~GEOMAlgo_Algo ()
virtual Standard_EXPORT void CheckData ()
virtual Standard_EXPORT void CheckResult ()

Protected Attributes

Standard_Integer myErrorStatus
Standard_Integer myWarningStatus

Constructor & Destructor Documentation

GEOMAlgo_Algo::GEOMAlgo_Algo  )  [protected]
 

GEOMAlgo_Algo::~GEOMAlgo_Algo  )  [protected, virtual]
 


Member Function Documentation

void* GEOMAlgo_Algo.operator new size_t  ,
void *  anAddress
 

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_GlueAnalyser, GEOMAlgo_Gluer, GEOMAlgo_ShapeAlgo, GEOMAlgo_ShapeSolid, GEOMAlgo_ShellSolid, GEOMAlgo_SolidSolid, GEOMAlgo_VertexSolid, and GEOMAlgo_WireSolid.

void* GEOMAlgo_Algo.operator new size_t  size  ) 
 

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_GlueAnalyser, GEOMAlgo_Gluer, GEOMAlgo_ShapeAlgo, GEOMAlgo_ShapeSolid, GEOMAlgo_ShellSolid, GEOMAlgo_SolidSolid, GEOMAlgo_VertexSolid, and GEOMAlgo_WireSolid.

void GEOMAlgo_Algo.operator delete void *  anAddress  ) 
 

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_GlueAnalyser, GEOMAlgo_Gluer, GEOMAlgo_ShapeAlgo, GEOMAlgo_ShapeSolid, GEOMAlgo_ShellSolid, GEOMAlgo_SolidSolid, GEOMAlgo_VertexSolid, and GEOMAlgo_WireSolid.

virtual Standard_EXPORT void GEOMAlgo_Algo.Perform  )  [pure virtual]
 

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
 

Standard_Integer GEOMAlgo_Algo::WarningStatus  )  const
 

void GEOMAlgo_Algo::CheckData  )  [protected, virtual]
 

Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOnQuad, and GEOMAlgo_Gluer.

void GEOMAlgo_Algo::CheckResult  )  [protected, virtual]
 

Reimplemented in GEOMAlgo_Gluer.


Field Documentation

Standard_Integer GEOMAlgo_Algo.myErrorStatus [protected]
 

Standard_Integer GEOMAlgo_Algo.myWarningStatus [protected]