#include <GEOMAlgo_WESScaler.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_WESScaler () |
| Empty constructor | |
| virtual Standard_EXPORT | ~GEOMAlgo_WESScaler () |
| Standard_EXPORT void | SetScale (const Standard_Real aWES) |
| Modifier | |
| Standard_EXPORT Standard_Real | Scale () const |
| Selector | |
| Standard_EXPORT void | SetFace (const TopoDS_Face &aF) |
| Standard_EXPORT const TopoDS_Face & | Face () const |
| Standard_EXPORT void | SetEdges (const TopTools_ListOfShape &aLE) |
| Standard_EXPORT const TopTools_ListOfShape & | Edges () const |
| virtual Standard_EXPORT void | Perform () |
| Performs the algorithm | |
| Standard_EXPORT const TopoDS_Face & | FaceScaled () const |
| Standard_EXPORT const TopTools_ListOfShape & | EdgesScaled () const |
| Standard_EXPORT const TopoDS_Shape & | Image (const TopoDS_Shape &aS) const |
| Standard_EXPORT const TopoDS_Shape & | Origin (const TopoDS_Shape &aS) const |
| Standard_EXPORT const GEOMAlgo_DataMapOfOrientedShapeShape & | Images () const |
| Selector | |
| Standard_EXPORT const GEOMAlgo_DataMapOfOrientedShapeShape & | Origins () const |
| Selector | |
| 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 () |
| Performs the algorithm | |
| virtual Standard_EXPORT void | CheckResult () |
Protected Attributes | |
| Standard_Real | myScale |
| TopoDS_Face | myFace |
| TopTools_ListOfShape | myEdges |
| TopoDS_Face | myFaceScaled |
| TopTools_ListOfShape | myEdgesScaled |
| GEOMAlgo_DataMapOfOrientedShapeShape | myImages |
| GEOMAlgo_DataMapOfOrientedShapeShape | myOrigins |
| TopoDS_Shape | myShapeTmp |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
| Standard_Boolean | myComputeInternalShapes |
| GEOMAlgo_WESScaler::GEOMAlgo_WESScaler | ( | ) |
References myScale.
| GEOMAlgo_WESScaler::~GEOMAlgo_WESScaler | ( | ) | [virtual] |
| void* GEOMAlgo_WESScaler.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
Reimplemented from GEOMAlgo_Algo.
| void* GEOMAlgo_WESScaler.operator new | ( | size_t | size | ) |
Reimplemented from GEOMAlgo_Algo.
| void GEOMAlgo_WESScaler.operator delete | ( | void * | anAddress | ) |
Reimplemented from GEOMAlgo_Algo.
| void GEOMAlgo_WESScaler::SetScale | ( | const Standard_Real | aWES | ) |
References myScale.
| Standard_Real GEOMAlgo_WESScaler::Scale | ( | ) | const |
References myScale.
| void GEOMAlgo_WESScaler::SetFace | ( | const TopoDS_Face & | aF | ) |
References myFace.
| const TopoDS_Face & GEOMAlgo_WESScaler::Face | ( | ) | const |
References myFace.
| void GEOMAlgo_WESScaler::SetEdges | ( | const TopTools_ListOfShape & | aLE | ) |
References myEdges.
| const TopTools_ListOfShape & GEOMAlgo_WESScaler::Edges | ( | ) | const |
References myEdges.
| void GEOMAlgo_WESScaler::Perform | ( | ) | [virtual] |
| const TopoDS_Face & GEOMAlgo_WESScaler::FaceScaled | ( | ) | const |
References myFaceScaled.
| const TopTools_ListOfShape & GEOMAlgo_WESScaler::EdgesScaled | ( | ) | const |
References myEdgesScaled.
| const TopoDS_Shape & GEOMAlgo_WESScaler::Image | ( | const TopoDS_Shape & | aS | ) | const |
| const TopoDS_Shape & GEOMAlgo_WESScaler::Origin | ( | const TopoDS_Shape & | aS | ) | const |
| const GEOMAlgo_DataMapOfOrientedShapeShape & GEOMAlgo_WESScaler::Images | ( | ) | const |
References myImages.
| const GEOMAlgo_DataMapOfOrientedShapeShape & GEOMAlgo_WESScaler::Origins | ( | ) | const |
References myOrigins.
| void GEOMAlgo_WESScaler::CheckData | ( | ) | [protected, virtual] |
Reimplemented from GEOMAlgo_Algo.
References myEdges, GEOMAlgo_Algo.myErrorStatus, myFace, and myScale.
| 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.
Standard_Real GEOMAlgo_WESScaler.myScale [protected] |
TopoDS_Face GEOMAlgo_WESScaler.myFace [protected] |
TopTools_ListOfShape GEOMAlgo_WESScaler.myEdges [protected] |
TopoDS_Face GEOMAlgo_WESScaler.myFaceScaled [protected] |
TopTools_ListOfShape GEOMAlgo_WESScaler.myEdgesScaled [protected] |
TopoDS_Shape GEOMAlgo_WESScaler.myShapeTmp [protected] |
Standard_Integer GEOMAlgo_Algo.myErrorStatus [protected, inherited] |
Standard_Integer GEOMAlgo_Algo.myWarningStatus [protected, inherited] |
Standard_Boolean GEOMAlgo_Algo.myComputeInternalShapes [protected, inherited] |