#include <Debugging.h>
Public Member Functions | |
| void | addShape (const Handle(Geom_Curve) &curve, const std::string &filename) |
| void | addShape (const TopoDS_Shape &shape, const std::string &filename) |
| DebugScope (TracePoint &tp) | |
| void | dumpShape (const TopoDS_Shape &shape, const std::string &filename) |
| ~DebugScope () | |
Private Attributes | |
| std::map< std::string, TopoDS_Shape > | m_shapes |
| TracePoint & | m_tp |
| tigl::DebugScope::DebugScope | ( | TracePoint & | tp | ) |
| tigl::DebugScope::~DebugScope | ( | ) |
| void tigl::DebugScope::addShape | ( | const Handle(Geom_Curve) & | curve, |
| const std::string & | filename ) |
| void tigl::DebugScope::addShape | ( | const TopoDS_Shape & | shape, |
| const std::string & | filename ) |
| void tigl::DebugScope::dumpShape | ( | const TopoDS_Shape & | shape, |
| const std::string & | filename ) |
|
private |
|
private |