#include <WireExplorer.h>
Public Member Functions | |
Standard_EXPORT const TopoDS_Edge & | Current () |
Standard_EXPORT void | Init () |
Standard_EXPORT bool | More () |
Standard_EXPORT bool | MoreEdge () |
Standard_EXPORT void | Next () |
Standard_EXPORT const TopoDS_Edge & | NextEdge () |
Standard_EXPORT | WireExplorer (const TopoDS_Wire &wire) |
virtual Standard_EXPORT | ~WireExplorer (void) |
Definition at line 54 of file WireExplorer.h.
WireExplorer::WireExplorer | ( | const TopoDS_Wire & | wire | ) |
Definition at line 35 of file WireExplorer.cxx.
WireExplorer::~WireExplorer | ( | void | ) | [virtual] |
Definition at line 40 of file WireExplorer.cxx.
const TopoDS_Edge & WireExplorer::Current | ( | ) |
Definition at line 67 of file WireExplorer.cxx.
Referenced by best_fit_test(), BRepAdaptor_CompCurve2::Initialize(), cutting_tools::OffsetWires_FeatureBased(), cutting_tools::OffsetWires_Spiral(), and cutting_tools::OffsetWires_Standard().
void WireExplorer::Init | ( | void | ) |
Definition at line 44 of file WireExplorer.cxx.
Referenced by best_fit_test(), BRepAdaptor_CompCurve2::Initialize(), cutting_tools::OffsetWires_FeatureBased(), cutting_tools::OffsetWires_Spiral(), and cutting_tools::OffsetWires_Standard().
bool WireExplorer::More | ( | ) |
Definition at line 52 of file WireExplorer.cxx.
Referenced by best_fit_test(), BRepAdaptor_CompCurve2::Initialize(), cutting_tools::OffsetWires_FeatureBased(), cutting_tools::OffsetWires_Spiral(), and cutting_tools::OffsetWires_Standard().
bool WireExplorer::MoreEdge | ( | ) |
Definition at line 57 of file WireExplorer.cxx.
Referenced by cutting_tools::OffsetWires_FeatureBased(), and cutting_tools::OffsetWires_Standard().
void WireExplorer::Next | ( | ) |
Definition at line 62 of file WireExplorer.cxx.
Referenced by best_fit_test(), BRepAdaptor_CompCurve2::Initialize(), cutting_tools::OffsetWires_FeatureBased(), cutting_tools::OffsetWires_Spiral(), and cutting_tools::OffsetWires_Standard().
const TopoDS_Edge & WireExplorer::NextEdge | ( | ) |
Definition at line 72 of file WireExplorer.cxx.
Referenced by cutting_tools::OffsetWires_FeatureBased(), and cutting_tools::OffsetWires_Standard().