#include "CurveCreator_Curve.hxx"#include "CurveCreator.hxx"#include "CurveCreator_PosPoint.hxx"#include "CurveCreator_Section.hxx"#include "CurveCreator_Displayer.hxx"#include "CurveCreator_Utils.hxx"#include <AIS_Shape.hxx>#include <AIS_InteractiveObject.hxx>#include <Geom_CartesianPoint.hxx>#include <gp_Pnt.hxx>#include <gp_Lin.hxx>#include <TopoDS_Edge.hxx>#include <TopoDS_Face.hxx>#include <TopoDS_Wire.hxx>#include <Prs3d_PointAspect.hxx>#include <iostream>#include <stdio.h>Macros | |
| #define | DEBTRACE(msg) {std::cerr<<std::flush<<__FILE__<<" ["<<__LINE__<<"] : "<<msg<<std::endl<<std::flush;} |
Functions | |
| Handle (AIS_InteractiveObject) CurveCreator_Curve | |
Variables | |
| return | myAISShape |
| #define DEBTRACE | ( | msg | ) | {std::cerr<<std::flush<<__FILE__<<" ["<<__LINE__<<"] : "<<msg<<std::endl<<std::flush;} |
| Handle | ( | AIS_InteractiveObject | ) |
| return myAISShape |