3Depict
|
This is the complete list of members for Plot1D, including all inherited members.
b | PlotBase | protected |
clone() const | Plot1D | virtual |
computeDataBounds(const std::vector< float > &d, float &minV, float &maxV) | PlotBase | protectedstatic |
computeDataBounds(const std::vector< float > &d, const std::vector< float > &errorBar, float &minV, float &maxV) | PlotBase | protectedstatic |
computeDataBounds(const std::vector< std::pair< float, float > > &d, float &minVx, float &maxVx, float &minVy, float &maxVy) | PlotBase | protectedstatic |
copyBase(PlotBase *target) const | PlotBase | protected |
drawPlot(mglGraph *graph) const | Plot1D | virtual |
drawRegions(mglGraph *graph, const mglPoint &min, const mglPoint &max) const | Plot1D | |
findRegionLimit(unsigned int regionId, unsigned int movementType, float &limitX, float &limitY) const | Plot1D | |
g | PlotBase | protected |
getBounds(float &xMin, float &xMax, float &yMin, float &yMax) const | PlotBase | virtual |
getColour(float &r, float &g, float &b) const | PlotBase | |
getMode() const | PlotBase | |
getPlotMode() const | PlotBase | inline |
getRawData(std::vector< std::vector< float > > &rawData, std::vector< std::string > &labels) const | Plot1D | virtual |
getRegion(unsigned int id, PlotRegion &r) const | Plot1D | |
getRegionIdAtPosition(float x, float y, unsigned int &id) const | Plot1D | |
getSmallestNonzero() const | Plot1D | |
getTitle() const | PlotBase | inline |
getType() const | PlotBase | |
getXLabel() const | PlotBase | inline |
getYLabel() const | PlotBase | inline |
isEmpty() const | Plot1D | virtual |
maxX | PlotBase | |
maxY | PlotBase | |
minX | PlotBase | |
minY | PlotBase | |
moveRegion(unsigned int region, unsigned int method, float newPos) | Plot1D | |
moveRegion(unsigned int regionId, unsigned int method, float newX, float newY) const | Plot1D | |
parentObject | PlotBase | |
parentPlotIndex | PlotBase | |
Plot1D() | Plot1D | |
PlotBase() | PlotBase | |
plotMode | PlotBase | protected |
r | PlotBase | protected |
regionGroup | PlotBase | |
setColour(float rNew, float gNew, float bNew) | PlotBase | |
setData(const std::vector< std::pair< float, float > > &v) | Plot1D | |
setData(const std::vector< std::pair< float, float > > &v, const std::vector< float > &symYErr) | Plot1D | |
setData(const std::vector< float > &vX, const std::vector< float > &vY) | Plot1D | |
setData(const std::vector< float > &vX, const std::vector< float > &vY, const std::vector< float > &symYErr) | Plot1D | |
setErrMode(PLOT_ERROR newErrMode) | Plot1D | |
setLogarithmic(bool p) | Plot1D | inline |
setPlotMode(unsigned int newMode) | PlotBase | inline |
setStrings(const std::string &x, const std::string &y, const std::string &t) | PlotBase | |
setTraceStyle(unsigned int newStyle) | PlotBase | inline |
title | PlotBase | protected |
titleAsRawDataLabel | PlotBase | |
traceStyle | PlotBase | protected |
visible | PlotBase | |
wantLogPlot() const | Plot1D | inline |
xLabel | PlotBase | protected |
yLabel | PlotBase | protected |
~PlotBase() | PlotBase | inlinevirtual |