#include <GEOMAlgo_GluerAlgo.hxx>

Public Member Functions | |
| Standard_EXPORT | GEOMAlgo_GluerAlgo () |
| virtual Standard_EXPORT | ~GEOMAlgo_GluerAlgo () |
| virtual Standard_EXPORT void | SetArgument (const TopoDS_Shape &theShape) |
| Standard_EXPORT const TopoDS_Shape & | Argument () const |
| Standard_EXPORT void | SetTolerance (const Standard_Real aT) |
| Standard_EXPORT Standard_Real | Tolerance () const |
| Standard_EXPORT void | SetCheckGeometry (const Standard_Boolean aFlag) |
| Standard_EXPORT Standard_Boolean | CheckGeometry () const |
| virtual Standard_EXPORT void | Perform () |
| virtual Standard_EXPORT void | Clear () |
| Standard_EXPORT IntTools_Context & | Context () |
| Standard_EXPORT const TopTools_DataMapOfShapeListOfShape & | Images () const |
| Standard_EXPORT const TopTools_DataMapOfShapeShape & | Origins () const |
Protected Attributes | |
| TopoDS_Shape | myArgument |
| Standard_Real | myTolerance |
| Standard_Boolean | myCheckGeometry |
| IntTools_Context | myContext |
| TopTools_DataMapOfShapeListOfShape | myImages |
| TopTools_DataMapOfShapeShape | myOrigins |
| GEOMAlgo_GluerAlgo::GEOMAlgo_GluerAlgo | ( | ) |
References myCheckGeometry, and myTolerance.
| GEOMAlgo_GluerAlgo::~GEOMAlgo_GluerAlgo | ( | ) | [virtual] |
| void GEOMAlgo_GluerAlgo::SetArgument | ( | const TopoDS_Shape & | theShape | ) | [virtual] |
References myArgument.
| const TopoDS_Shape & GEOMAlgo_GluerAlgo::Argument | ( | ) | const |
References myArgument.
| void GEOMAlgo_GluerAlgo::SetTolerance | ( | const Standard_Real | aT | ) |
References myTolerance.
| Standard_Real GEOMAlgo_GluerAlgo::Tolerance | ( | ) | const |
References myTolerance.
| void GEOMAlgo_GluerAlgo::SetCheckGeometry | ( | const Standard_Boolean | aFlag | ) |
References myCheckGeometry.
| Standard_Boolean GEOMAlgo_GluerAlgo::CheckGeometry | ( | ) | const |
References myCheckGeometry.
| void GEOMAlgo_GluerAlgo::Perform | ( | ) | [virtual] |
Reimplemented in GEOMAlgo_GlueDetector, and GEOMAlgo_Gluer2.
| void GEOMAlgo_GluerAlgo::Clear | ( | ) | [virtual] |
Reimplemented in GEOMAlgo_Gluer2.
| IntTools_Context & GEOMAlgo_GluerAlgo::Context | ( | ) |
References myContext.
| const TopTools_DataMapOfShapeListOfShape & GEOMAlgo_GluerAlgo::Images | ( | ) | const |
References myImages.
| const TopTools_DataMapOfShapeShape & GEOMAlgo_GluerAlgo::Origins | ( | ) | const |
References myOrigins.
TopoDS_Shape GEOMAlgo_GluerAlgo.myArgument [protected] |
Standard_Real GEOMAlgo_GluerAlgo.myTolerance [protected] |
Standard_Boolean GEOMAlgo_GluerAlgo.myCheckGeometry [protected] |
IntTools_Context GEOMAlgo_GluerAlgo.myContext [protected] |
TopTools_DataMapOfShapeListOfShape GEOMAlgo_GluerAlgo.myImages [protected] |
TopTools_DataMapOfShapeShape GEOMAlgo_GluerAlgo.myOrigins [protected] |