MCPcopy Create free account
hub / github.com/KDE/labplot / gridPointsCount

Method gridPointsCount

src/backend/worksheet/plots/cartesian/KDEPlot.cpp:234–237  ·  view source on GitHub ↗

! * returns the the number of equaly spaced points at which the density is to be evaluated, * which also corresponds to the number of data points in the xy-curve used internally. */

Source from the content-addressed store, hash-verified

232 * which also corresponds to the number of data points in the xy-curve used internally.
233 */
234int KDEPlot::gridPointsCount() const {
235 Q_D(const KDEPlot);
236 return d->gridPointsCount;
237}
238
239// ##############################################################################
240// ################# setter methods and undo commands ##########################

Callers 1

calculateDataRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected