std::list<GeomPointPtr>& thePoints);
static GeomEdgePtr buildInterpolationCurve(SketchPlugin_Sketch* theSketch,
- AttributeRefAttrListPtr& thePoints,
+ AttributeRefAttrListPtr thePoints,
bool thePeriodic,
bool theClosed);
static GeomEdgePtr buildApproximationCurve(SketchPlugin_Sketch* theSketch,
- AttributeRefAttrListPtr& thePoints,
+ AttributeRefAttrListPtr thePoints,
double thePrecision,
bool thePeriodic,
bool theClosed);
}
GeomEdgePtr buildInterpolationCurve(SketchPlugin_Sketch* theSketch,
- AttributeRefAttrListPtr& thePoints,
+ AttributeRefAttrListPtr thePoints,
bool thePeriodic,
bool theClosed)
{
}
GeomEdgePtr buildApproximationCurve(SketchPlugin_Sketch* theSketch,
- AttributeRefAttrListPtr& thePoints,
+ AttributeRefAttrListPtr thePoints,
double thePrecision,
bool thePeriodic,
bool theClosed)