#include <CurveCreator_UtilsICurve.hxx>
|
static int | findLocalPointIndex (const CurveCreator_ICurve *theCurve, int theSectionId, double theX, double theY) |
|
static void | findSectionsToPoints (const CurveCreator_ICurve *theCurve, const double theX, const double theY, CurveCreator_ICurve::SectionToPointList &thePoints) |
|
static void | convert (const CurveCreator_ICurve::SectionToPointList &thePoints, QMap< int, QList< int > > &theConvPoints) |
|
static void | getPoint (const CurveCreator_ICurve *theCurve, const int theISection, const int theIPoint, gp_Pnt &thePoint) |
|
static std::string | getUniqSectionName (CurveCreator_ICurve *theCurve) |
|
static bool | contains (const CurveCreator_ICurve::SectionToPointList &theList, const CurveCreator_ICurve::SectionToPoint &theValue) |
| Returns whethe the container has the value. More...
|
|
- Parameters
-
theList | a container of values |
theValue | a value |
int CurveCreator_UtilsICurve::findLocalPointIndex |
( |
const CurveCreator_ICurve * |
theCurve, |
|
|
int |
theSectionId, |
|
|
double |
theX, |
|
|
double |
theY |
|
) |
| |
|
static |
void CurveCreator_UtilsICurve::getPoint |
( |
const CurveCreator_ICurve * |
theCurve, |
|
|
const int |
theISection, |
|
|
const int |
theIPoint, |
|
|
gp_Pnt & |
thePoint |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: