#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 <TopoDS_Iterator.hxx>#include <gp_Pnt.hxx>#include <gp_Lin.hxx>#include <TopoDS_Edge.hxx>#include <TopoDS_Face.hxx>#include <TopoDS_Wire.hxx>#include <TopoDS_Shape.hxx>#include <AIS_ColoredShape.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 (TColgp_HArray1OfPnt) CurveCreator_Curve | |
| Handle (AIS_InteractiveObject) CurveCreator_Curve | |
| #define DEBTRACE | ( | msg | ) | {std::cerr<<std::flush<<__FILE__<<" ["<<__LINE__<<"] : "<<msg<<std::endl<<std::flush;} |
| Handle | ( | AIS_InteractiveObject | ) |
References CurveCreator_Curve::constructAISObject(), and CurveCreator_Curve::myAISShape.
| Handle | ( | TColgp_HArray1OfPnt | ) |