Version: 6.3.1
Public Member Functions | Protected Member Functions | Protected Attributes

GEOMAlgo_FinderShapeOn2 Class Reference

#include <GEOMAlgo_FinderShapeOn2.hxx>

Inheritance diagram for GEOMAlgo_FinderShapeOn2:
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 GEOMAlgo_FinderShapeOn2 ()
virtual Standard_EXPORT ~GEOMAlgo_FinderShapeOn2 ()
Standard_EXPORT void SetClsf (const Handle(GEOMAlgo_Clsf)&aClsf)
Standard_EXPORT const
Handle_GEOMAlgo_Clsf & 
Clsf () const
Standard_EXPORT void SetShapeType (const TopAbs_ShapeEnum aST)
Standard_EXPORT TopAbs_ShapeEnum ShapeType () const
Standard_EXPORT void SetState (const GEOMAlgo_State aSF)
Standard_EXPORT GEOMAlgo_State State () const
Standard_EXPORT void SetNbPntsMin (const Standard_Integer aNb)
Standard_EXPORT Standard_Integer NbPntsMin () const
Standard_EXPORT void SetNbPntsMax (const Standard_Integer aNb)
Standard_EXPORT Standard_Integer NbPntsMax () const
virtual Standard_EXPORT void Perform ()
Standard_EXPORT const
TopTools_ListOfShape & 
Shapes () const
Standard_EXPORT const
GEOMAlgo_IndexedDataMapOfShapeState
MSS () const
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
Standard_EXPORT Standard_Integer ErrorStatus () const
Standard_EXPORT Standard_Integer WarningStatus () const
Standard_EXPORT void ComputeInternalShapes (const Standard_Boolean theFlag)

Protected Member Functions

virtual Standard_EXPORT void CheckData ()
Standard_EXPORT void ProcessVertices ()
Standard_EXPORT void ProcessEdges ()
Standard_EXPORT void ProcessFaces ()
Standard_EXPORT void ProcessSolids ()
Standard_EXPORT void InnerPoints (const TopoDS_Face &aF, GEOMAlgo_ListOfPnt &aLP)
Standard_EXPORT void InnerPoints (const TopoDS_Edge &aE, GEOMAlgo_ListOfPnt &aLP)
Standard_EXPORT void InnerPoints (const TopoDS_Edge &aE, const Standard_Integer aNbPnts, GEOMAlgo_ListOfPnt &aLP)
virtual Standard_EXPORT void CheckResult ()

Protected Attributes

TopAbs_ShapeEnum myShapeType
GEOMAlgo_State myState
Standard_Integer myNbPntsMin
Standard_Integer myNbPntsMax
Handle_GEOMAlgo_Clsf myClsf
TopTools_ListOfShape myLS
GEOMAlgo_IndexedDataMapOfShapeState myMSS
TopoDS_Shape myShape
Standard_Real myTolerance
TopoDS_Shape myResult
IntTools_Context myContext
Standard_Integer myErrorStatus
Standard_Integer myWarningStatus
Standard_Boolean myComputeInternalShapes

Constructor & Destructor Documentation

GEOMAlgo_FinderShapeOn2::GEOMAlgo_FinderShapeOn2 ( )
GEOMAlgo_FinderShapeOn2::~GEOMAlgo_FinderShapeOn2 ( ) [virtual]

Member Function Documentation

void* GEOMAlgo_FinderShapeOn2.operator new ( size_t  ,
void *  anAddress 
)

Reimplemented from GEOMAlgo_ShapeAlgo.

void* GEOMAlgo_FinderShapeOn2.operator new ( size_t  size)

Reimplemented from GEOMAlgo_ShapeAlgo.

void GEOMAlgo_FinderShapeOn2.operator delete ( void *  anAddress)

Reimplemented from GEOMAlgo_ShapeAlgo.

void GEOMAlgo_FinderShapeOn2::SetClsf ( const Handle(GEOMAlgo_Clsf)&  aClsf)

References myClsf.

Standard_EXPORT const Handle_GEOMAlgo_Clsf& GEOMAlgo_FinderShapeOn2.Clsf ( ) const
void GEOMAlgo_FinderShapeOn2::SetShapeType ( const TopAbs_ShapeEnum  aST)

References myShapeType.

TopAbs_ShapeEnum GEOMAlgo_FinderShapeOn2::ShapeType ( ) const

References myShapeType.

void GEOMAlgo_FinderShapeOn2::SetState ( const GEOMAlgo_State  aSF)

References myState.

GEOMAlgo_State GEOMAlgo_FinderShapeOn2::State ( ) const

References myState.

void GEOMAlgo_FinderShapeOn2::SetNbPntsMin ( const Standard_Integer  aNb)

References myNbPntsMin.

Standard_Integer GEOMAlgo_FinderShapeOn2::NbPntsMin ( ) const

References myNbPntsMin.

void GEOMAlgo_FinderShapeOn2::SetNbPntsMax ( const Standard_Integer  aNb)

References myNbPntsMax.

Standard_Integer GEOMAlgo_FinderShapeOn2::NbPntsMax ( ) const

References myNbPntsMax.

void GEOMAlgo_FinderShapeOn2::Perform ( ) [virtual]
const TopTools_ListOfShape & GEOMAlgo_FinderShapeOn2::Shapes ( ) const
const GEOMAlgo_IndexedDataMapOfShapeState & GEOMAlgo_FinderShapeOn2::MSS ( ) const

References myMSS.

void GEOMAlgo_FinderShapeOn2::CheckData ( ) [protected, virtual]
void GEOMAlgo_FinderShapeOn2::ProcessVertices ( ) [protected]
void GEOMAlgo_FinderShapeOn2::ProcessEdges ( ) [protected]
void GEOMAlgo_FinderShapeOn2::ProcessFaces ( ) [protected]
void GEOMAlgo_FinderShapeOn2::ProcessSolids ( ) [protected]
void GEOMAlgo_FinderShapeOn2::InnerPoints ( const TopoDS_Face &  aF,
GEOMAlgo_ListOfPnt aLP 
) [protected]
void GEOMAlgo_FinderShapeOn2::InnerPoints ( const TopoDS_Edge &  aE,
GEOMAlgo_ListOfPnt aLP 
) [protected]
void GEOMAlgo_FinderShapeOn2::InnerPoints ( const TopoDS_Edge &  aE,
const Standard_Integer  aNbPnts,
GEOMAlgo_ListOfPnt aLP 
) [protected]
void GEOMAlgo_ShapeAlgo::SetShape ( const TopoDS_Shape &  aS) [inherited]
void GEOMAlgo_ShapeAlgo::SetTolerance ( const Standard_Real  aT) [inherited]
const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Shape ( ) const [inherited]
Standard_Real GEOMAlgo_ShapeAlgo::Tolerance ( ) const [inherited]
const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Result ( ) const [inherited]
Standard_Integer GEOMAlgo_Algo::ErrorStatus ( ) const [inherited]
Standard_Integer GEOMAlgo_Algo::WarningStatus ( ) const [inherited]
void GEOMAlgo_Algo::ComputeInternalShapes ( const Standard_Boolean  theFlag) [inherited]
void GEOMAlgo_Algo::CheckResult ( ) [protected, virtual, inherited]

Reimplemented in GEOMAlgo_Gluer.

References GEOMAlgo_Algo.myErrorStatus.


Field Documentation

TopAbs_ShapeEnum GEOMAlgo_FinderShapeOn2.myShapeType [protected]
Standard_Integer GEOMAlgo_FinderShapeOn2.myNbPntsMin [protected]
Standard_Integer GEOMAlgo_FinderShapeOn2.myNbPntsMax [protected]
Handle_GEOMAlgo_Clsf GEOMAlgo_FinderShapeOn2.myClsf [protected]
TopTools_ListOfShape GEOMAlgo_FinderShapeOn2.myLS [protected]
TopoDS_Shape GEOMAlgo_ShapeAlgo.myShape [protected, inherited]
Standard_Real GEOMAlgo_ShapeAlgo.myTolerance [protected, inherited]
TopoDS_Shape GEOMAlgo_ShapeAlgo.myResult [protected, inherited]
IntTools_Context GEOMAlgo_ShapeAlgo.myContext [protected, inherited]
Standard_Integer GEOMAlgo_Algo.myErrorStatus [protected, inherited]
Standard_Integer GEOMAlgo_Algo.myWarningStatus [protected, inherited]
Standard_Boolean GEOMAlgo_Algo.myComputeInternalShapes [protected, inherited]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS