Home
last modified time | relevance | path

Searched defs:curveList (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/geos/geos-3.9.1/include/geos/operation/buffer/
H A DOffsetCurveSetBuilder.h88 std::vector<noding::SegmentString*> curveList; variable
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Misc/
H A DBoundedCylinderDomain.hpp103 std::list<Curve> curveList; member in MBMesquite::BoundedCylinderDomain
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/src/
H A Dconvergenceview.h121 QHash<QString, Curve*> curveList; variable
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/widgets/
H A Dcurveselector.cpp104 CurveList curveList = _store->getObjects<Curve>(); in fillCurves() local
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dchoosecolordialog.cpp133 CurveList curveList = _store->getObjects<Curve>(); in apply() local
H A Ddifferentiatecurvesdialog.cpp176 CurveList curveList = _store->getObjects<Curve>(); in apply() local
H A Dplotitem.cpp661 CurveList PlotItem::curveList() const { in curveList() function in Kst::PlotItem
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/legends/
H A Dplot.cpp222 QwtPlotItemList curveList = itemList( QwtPlotItem::Rtti_PlotCurve ); in applySettings() local
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/examples/event_filter/
H A Dcanvaspicker.cpp278 QwtPlotItemList curveList; in shiftCurveCursor() local
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/event_filter/
H A Dcanvaspicker.cpp316 QwtPlotItemList curveList; in shiftCurveCursor() local
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dfit.c943 removeKnees(curve_list_type const curveList) { in removeKnees()
962 computePointWeights(curve_list_type const curveList, in computePointWeights()
1018 filterCurves(curve_list_type const curveList, in filterCurves()
1892 fitCurves(curve_list_type const curveList, in fitCurves()
1974 fitCurveList(curve_list_type const curveList, in fitCurveList()
2058 curve_list_type const curveList = in fitCurvesToSplines() local
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/buffer/
H A DOffsetCurveSetBuilder.java57 private List curveList = new ArrayList(); field in OffsetCurveSetBuilder
/dports/misc/visp/visp-3.4.0/modules/gui/include/visp3/gui/
H A DvpPlotGraph.h78 vpPlotCurve *curveList; variable
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_plot.h71 const CurveList& curveList() const { return curvelist_p; } in curveList() function
/dports/graphics/geos/geos-3.9.1/src/operation/buffer/
H A DBufferBuilder.cpp192 SegmentString::NonConstVect curveList; in bufferLineSingleSided() local
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/graphics/vector/
H A Dvectorimage.cpp655 void VectorImage::setSelected(QList<int> curveList, bool YesOrNo) in setSelected()
754 bool VectorImage::isSelected(QList<int> curveList) in isSelected()