#include <GEOMAlgo_FinderShapeOn1.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GEOMAlgo_FinderShapeOn1 () |
| virtual Standard_EXPORT | ~GEOMAlgo_FinderShapeOn1 () |
| Standard_EXPORT void | SetSurface (const Handle(Geom_Surface)&aS) |
| Standard_EXPORT void | SetShapeType (const TopAbs_ShapeEnum aST) |
| Standard_EXPORT void | SetState (const GEOMAlgo_State aSF) |
| 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 |
| Standard_EXPORT const Handle_Geom_Surface & | Surface () const |
| Standard_EXPORT TopAbs_ShapeEnum | ShapeType () const |
| Standard_EXPORT GEOMAlgo_State | State () 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 TopAbs_State | GetPointState (const gp_Pnt &aP) |
| virtual Standard_EXPORT void | CheckResult () |
Protected Attributes | |
| Handle_Geom_Surface | mySurface |
| TopAbs_ShapeEnum | myShapeType |
| GEOMAlgo_State | myState |
| Standard_Integer | myNbPntsMin |
| Standard_Integer | myNbPntsMax |
| GeomAdaptor_Surface | myGAS |
| 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 |
| GEOMAlgo_FinderShapeOn1::GEOMAlgo_FinderShapeOn1 | ( | ) |
References GEOMAlgo_ST_UNKNOWN, myNbPntsMax, myNbPntsMin, myShapeType, myState, and GEOMAlgo_ShapeAlgo.myTolerance.
| GEOMAlgo_FinderShapeOn1::~GEOMAlgo_FinderShapeOn1 | ( | ) | [virtual] |
| void* GEOMAlgo_FinderShapeOn1.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
Reimplemented from GEOMAlgo_ShapeAlgo.
| void* GEOMAlgo_FinderShapeOn1.operator new | ( | size_t | size | ) |
Reimplemented from GEOMAlgo_ShapeAlgo.
| void GEOMAlgo_FinderShapeOn1.operator delete | ( | void * | anAddress | ) |
Reimplemented from GEOMAlgo_ShapeAlgo.
| void GEOMAlgo_FinderShapeOn1::SetSurface | ( | const Handle(Geom_Surface)& | aS | ) |
References mySurface.
| void GEOMAlgo_FinderShapeOn1::SetShapeType | ( | const TopAbs_ShapeEnum | aST | ) |
References myShapeType.
| void GEOMAlgo_FinderShapeOn1::SetState | ( | const GEOMAlgo_State | aSF | ) |
References myState.
| void GEOMAlgo_FinderShapeOn1::SetNbPntsMin | ( | const Standard_Integer | aNb | ) |
References myNbPntsMin.
| Standard_Integer GEOMAlgo_FinderShapeOn1::NbPntsMin | ( | ) | const |
References myNbPntsMin.
| void GEOMAlgo_FinderShapeOn1::SetNbPntsMax | ( | const Standard_Integer | aNb | ) |
References myNbPntsMax.
| Standard_Integer GEOMAlgo_FinderShapeOn1::NbPntsMax | ( | ) | const |
References myNbPntsMax.
| Standard_EXPORT const Handle_Geom_Surface& GEOMAlgo_FinderShapeOn1.Surface | ( | ) | const |
| TopAbs_ShapeEnum GEOMAlgo_FinderShapeOn1::ShapeType | ( | ) | const |
References myShapeType.
| GEOMAlgo_State GEOMAlgo_FinderShapeOn1::State | ( | ) | const |
References myState.
| void GEOMAlgo_FinderShapeOn1::Perform | ( | ) | [virtual] |
| const TopTools_ListOfShape & GEOMAlgo_FinderShapeOn1::Shapes | ( | ) | const |
References GEOMAlgo_IndexedDataMapOfShapeState.FindKey(), PAL_MESH_030_geometry.i, myLS, myMSS, and myShapeType.
| const GEOMAlgo_IndexedDataMapOfShapeState & GEOMAlgo_FinderShapeOn1::MSS | ( | ) | const |
References myMSS.
| void GEOMAlgo_FinderShapeOn1::CheckData | ( | ) | [protected, virtual] |
Reimplemented from GEOMAlgo_Algo.
Reimplemented in GEOMAlgo_FinderShapeOnQuad.
References GEOMAlgo_ST_INOUT, GEOMAlgo_ST_UNKNOWN, GEOMAlgo_Algo.myErrorStatus, myGAS, GEOMAlgo_ShapeAlgo.myShape, myShapeType, myState, and mySurface.
| void GEOMAlgo_FinderShapeOn1::ProcessVertices | ( | ) | [protected] |
| void GEOMAlgo_FinderShapeOn1::ProcessEdges | ( | ) | [protected] |
References GEOMAlgo_IndexedDataMapOfShapeState.Add(), GEOMAlgo_StateCollector.AppendState(), GEOMAlgo_IndexedDataMapOfShapeState.Contains(), GEOMAlgo_IndexedDataMapOfShapeState.FindFromKey(), GEOMAlgo_ST_ON, GetPointState(), Handle(), PAL_MESH_030_geometry.i, GEOMAlgo_ListIteratorOfListOfPnt.Initialize(), InnerPoints(), GEOMAlgo_SurfaceTools.IsConformState(), MapShapes(), GEOMAlgo_ListIteratorOfListOfPnt.More(), GEOMAlgo_Algo.myErrorStatus, myGAS, myMSS, myNbPntsMax, GEOMAlgo_ShapeAlgo.myShape, myShapeType, myState, GEOMAlgo_ListIteratorOfListOfPnt.Next(), GEOMAlgo_StateCollector.State(), and GEOMAlgo_ListIteratorOfListOfPnt.Value().
| void GEOMAlgo_FinderShapeOn1::ProcessFaces | ( | ) | [protected] |
References GEOMAlgo_IndexedDataMapOfShapeState.Add(), GEOMAlgo_StateCollector.AppendState(), GEOMAlgo_IndexedDataMapOfShapeState.Contains(), GEOMAlgo_IndexedDataMapOfShapeState.FindFromKey(), GEOMAlgo_ST_ON, GetPointState(), Handle(), PAL_MESH_030_geometry.i, GEOMAlgo_ListIteratorOfListOfPnt.Initialize(), InnerPoints(), GEOMAlgo_SurfaceTools.IsConformState(), MapShapes(), GEOMAlgo_ListIteratorOfListOfPnt.More(), GEOMAlgo_Algo.myErrorStatus, myGAS, myMSS, myNbPntsMax, GEOMAlgo_ShapeAlgo.myShape, myShapeType, myState, GEOMAlgo_ListIteratorOfListOfPnt.Next(), GEOMAlgo_StateCollector.State(), Surface(), and GEOMAlgo_ListIteratorOfListOfPnt.Value().
| void GEOMAlgo_FinderShapeOn1::ProcessSolids | ( | ) | [protected] |
References GEOMAlgo_IndexedDataMapOfShapeState.Add(), GEOMAlgo_StateCollector.AppendState(), GEOMAlgo_IndexedDataMapOfShapeState.Contains(), GEOMAlgo_IndexedDataMapOfShapeState.FindFromKey(), PAL_MESH_030_geometry.i, GEOMAlgo_SurfaceTools.IsConformState(), MapShapes(), GEOMAlgo_Algo.myErrorStatus, myMSS, GEOMAlgo_ShapeAlgo.myShape, myState, and GEOMAlgo_StateCollector.State().
| void GEOMAlgo_FinderShapeOn1::InnerPoints | ( | const TopoDS_Face & | aF, |
| GEOMAlgo_ListOfPnt & | aLP | ||
| ) | [protected] |
References GEOMAlgo_ListOfPnt.Append(), GEOMAlgo_DataMapOfPassKeyInteger.Bind(), GEOMAlgo_FinderShapeOn.BuildTriangulation(), GEOMAlgo_DataMapOfPassKeyInteger.ChangeFind(), GEOMAlgo_ListOfPnt.Clear(), GEOMAlgo_ListOfPnt.Extent(), Handle(), GEOMAlgo_PassKey.Id(), GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.Initialize(), GEOMAlgo_DataMapOfPassKeyInteger.IsBound(), GEOMAlgo_SurfaceTools.IsCoaxial(), GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.Key(), GEOMAlgo_Algo.myErrorStatus, myNbPntsMin, GEOMAlgo_Algo.myWarningStatus, GEOMAlgo_PassKey.SetIds(), Surface(), and GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.Value().
| void GEOMAlgo_FinderShapeOn1::InnerPoints | ( | const TopoDS_Edge & | aE, |
| GEOMAlgo_ListOfPnt & | aLP | ||
| ) | [protected] |
| void GEOMAlgo_FinderShapeOn1::InnerPoints | ( | const TopoDS_Edge & | aE, |
| const Standard_Integer | aNbPnts, | ||
| GEOMAlgo_ListOfPnt & | aLP | ||
| ) | [protected] |
References GEOMAlgo_ListOfPnt.Append(), Handle(), and myNbPntsMin.
| TopAbs_State GEOMAlgo_FinderShapeOn1::GetPointState | ( | const gp_Pnt & | aP | ) | [protected, virtual] |
Reimplemented in GEOMAlgo_FinderShapeOnQuad.
References GEOMAlgo_SurfaceTools.GetState(), myGAS, and GEOMAlgo_ShapeAlgo.myTolerance.
| void GEOMAlgo_ShapeAlgo::SetShape | ( | const TopoDS_Shape & | aS | ) | [inherited] |
References GEOMAlgo_ShapeAlgo.myShape.
| void GEOMAlgo_ShapeAlgo::SetTolerance | ( | const Standard_Real | aT | ) | [inherited] |
References GEOMAlgo_ShapeAlgo.myTolerance.
| const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Shape | ( | ) | const [inherited] |
References GEOMAlgo_ShapeAlgo.myShape.
| Standard_Real GEOMAlgo_ShapeAlgo::Tolerance | ( | ) | const [inherited] |
References GEOMAlgo_ShapeAlgo.myTolerance.
| const TopoDS_Shape & GEOMAlgo_ShapeAlgo::Result | ( | ) | const [inherited] |
References GEOMAlgo_ShapeAlgo.myResult.
| 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::CheckResult | ( | ) | [protected, virtual, inherited] |
Reimplemented in GEOMAlgo_Gluer.
References GEOMAlgo_Algo.myErrorStatus.
Handle_Geom_Surface GEOMAlgo_FinderShapeOn1.mySurface [protected] |
TopAbs_ShapeEnum GEOMAlgo_FinderShapeOn1.myShapeType [protected] |
GEOMAlgo_State GEOMAlgo_FinderShapeOn1.myState [protected] |
Standard_Integer GEOMAlgo_FinderShapeOn1.myNbPntsMin [protected] |
Standard_Integer GEOMAlgo_FinderShapeOn1.myNbPntsMax [protected] |
GeomAdaptor_Surface GEOMAlgo_FinderShapeOn1.myGAS [protected] |
TopTools_ListOfShape GEOMAlgo_FinderShapeOn1.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] |