![]() |
ImFusion SDK 4.3
|
This is the complete list of members for GlPlotView, including all inherited members.
| addObject(GlObject *object) | GlView | |
| addPlot2d(int size, const T *x, const T *y, const std::string &style="r-", bool fit=false, bool sort=true) | GlPlotView | |
| addPlot2d(int size, const T *y, const std::string &style="r-", bool fit=false, bool sort=true) | GlPlotView | |
| addPlot2d(const std::vector< T > &y, const std::string &style="r-", bool fit=false, bool sort=true) | GlPlotView | |
| addPlot2d(const std::vector< T > &x, const std::vector< T > &y, const std::string &style="r-", bool fit=false, bool sort=true) | GlPlotView | |
| addPlot2d(const Tensor< 1 > *xPtr, const Tensor< 1 > &y, const std::string &style="r-", bool fit=false, bool sort=true) | GlPlotView | |
| addPlot3d(int size, const T *x, const T *y, const T *z, const std::string &style="r") | GlPlotView | |
| addValuePlot2d(int handle, double y) | GlPlotView | |
| addValuePlot2d(int handle, double x, double y, bool sort=true) | GlPlotView | |
| Bar enum value (defined in GlPlotView) | GlPlotView | |
| bounds() const (defined in GlPlotView) | GlPlotView | inline |
| bounds2D() const (defined in GlPlotView) | GlPlotView | |
| clear() | GlPlotView | |
| clearPlot(int handle) | GlPlotView | |
| colors (defined in GlPlotView) | GlPlotView | |
| colorToString(const vec3 &color) const (defined in GlPlotView) | GlPlotView | |
| computeSpectrum(const PlotInfo &plot, std::vector< double > &Out, std::vector< double > &freqOut) const (defined in GlPlotView) | GlPlotView | |
| Coordinate enum name | GlPlotView | |
| coordToScreenPixel(const vec2 &coord) const (defined in GlPlotView) | GlPlotView | |
| Cross enum value (defined in GlPlotView) | GlPlotView | |
| CROSSES enum value (defined in GlPlotView) | GlPlotView | |
| Dashed enum value (defined in GlPlotView) | GlPlotView | |
| DEFAULT_STYLE enum value (defined in GlPlotView) | GlPlotView | |
| DISABLED enum value (defined in GlPlotView) | GlPlotView | |
| exportPlotsCsv(const std::string &filename) | GlPlotView | |
| extent2D() const (defined in GlPlotView) | GlPlotView | |
| getNextUnusedStyle(bool allowAutoColors=false) const | GlPlotView | |
| GlPlotView() (defined in GlPlotView) | GlPlotView | |
| GlView() (defined in GlView) | GlView | |
| hasHistogramPlot() const | GlPlotView | |
| height() const | GlView | inline |
| is3D() const | GlPlotView | inline |
| LineStyle enum name | GlPlotView | |
| lineStyleToString(LineStyle l) const | GlPlotView | |
| LogarithmicAxes enum name | GlPlotView | |
| logAxes() const (defined in GlPlotView) | GlPlotView | inline |
| LogX enum value (defined in GlPlotView) | GlPlotView | |
| LogXY enum value (defined in GlPlotView) | GlPlotView | |
| LogY enum value (defined in GlPlotView) | GlPlotView | |
| m_height (defined in GlView) | GlView | protected |
| m_matrix | GlView | protected |
| m_objects | GlView | protected |
| m_state | GlView | mutableprotected |
| m_width (defined in GlView) | GlView | protected |
| Marker enum name | GlPlotView | |
| markerToString(Marker m) const | GlPlotView | |
| matrix() const | GlView | inlinevirtual |
| NoLine enum value (defined in GlPlotView) | GlPlotView | |
| NoMarker enum value (defined in GlPlotView) | GlPlotView | |
| None enum value (defined in GlPlotView) | GlPlotView | |
| normals (defined in GlPlotView) | GlPlotView | |
| NR_STYLES enum value (defined in GlPlotView) | GlPlotView | |
| objects() const | GlView | inline |
| orderIndependentTransparency() const | GlView | inlinevirtual |
| OTHER enum value | GlView | |
| plotCount() const | GlPlotView | inline |
| plotData() const | GlPlotView | inline |
| plotData(int handle, PlotInfo &plot) const | GlPlotView | |
| Point enum value (defined in GlPlotView) | GlPlotView | |
| removeObject(GlObject *object) | GlView | |
| removePlot(int handle) | GlPlotView | |
| render() override | GlPlotView | virtual |
| reset() | GlPlotView | |
| resetBounds() | GlPlotView | |
| resize(int width, int height) | GlView | virtual |
| screenPixelToCoord(const vec2 &pixel) const (defined in GlPlotView) | GlPlotView | |
| SelectionFocusMarkerStyle enum name | GlPlotView | |
| selectionFocusMarkerStyle() const (defined in GlPlotView) | GlPlotView | inline |
| setAdjustBounds(const bool rescale) | GlPlotView | inline |
| setAxisEqual(const bool axisEqual) | GlPlotView | inline |
| setBarWidth(const unsigned int width) | GlPlotView | inline |
| setBounds(Coordinate coord, double min, double max) | GlPlotView | |
| setBounds2D(const vec4 &bounds) (defined in GlPlotView) | GlPlotView | |
| setColor(int handle, const vec3 &color) (defined in GlPlotView) | GlPlotView | |
| setFlatShaded(const bool optFlatShaded) | GlPlotView | inline |
| setFocusImage(const SharedImageSet &img) (defined in GlPlotView) | GlPlotView | |
| setGrid(const bool grid, const bool halfGrid=false, const bool showNumbers=true, const bool dataGrid=true) | GlPlotView | |
| setGridSize(const int gridSizeX=10, const int gridSizeY=10, const int gridSizeZ=10) | GlPlotView | |
| setHeatmap(const bool heatMapOn) | GlPlotView | inline |
| setIsolines(const bool iso) | GlPlotView | inline |
| setLabels(const std::string &lx, const std::string &ly) | GlPlotView | inline |
| setLineStyle(int handle, LineStyle style) (defined in GlPlotView) | GlPlotView | |
| setLogarithmicAxes(LogarithmicAxes logAxes, bool refresh=false) | GlPlotView | |
| setMarkerStyle(int handle, Marker style) (defined in GlPlotView) | GlPlotView | |
| setMatrix(const mat4 &mat) | GlView | inlinevirtual |
| setMousePosition(const vec2i &val) (defined in GlPlotView) | GlPlotView | inline |
| setPointLabels(int idx, const std::vector< std::string > &labels) (defined in GlPlotView) | GlPlotView | |
| setSelectionFocusMarkerStyle(int style, const std::string &color="w") (defined in GlPlotView) | GlPlotView | |
| setShowAllLabels(bool v) (defined in GlPlotView) | GlPlotView | inline |
| setShowLabelAtCursor(bool v) (defined in GlPlotView) | GlPlotView | inline |
| setTitle(const std::string &title) | GlPlotView | inline |
| setWhiteBackgroundOverride(bool toWhite) | GlPlotView | |
| setXAxisRefersToSelection(bool on) | GlPlotView | inline |
| sharedOitInstance() const | GlView | protected |
| SLICE2D enum value | GlView | |
| SLICE3D enum value | GlView | |
| Solid enum value (defined in GlPlotView) | GlPlotView | |
| SPACE3D enum value | GlView | |
| Square enum value (defined in GlPlotView) | GlPlotView | |
| state() const | GlView | inline |
| styleToString(const PlotInfo &pi) const (defined in GlPlotView) | GlPlotView | |
| title() | GlPlotView | inline |
| Triangle enum value (defined in GlPlotView) | GlPlotView | |
| Type enum name | GlView | |
| type() const override | GlPlotView | inlinevirtual |
| typeName() const (defined in GlPlotView) | GlPlotView | inlinevirtual |
| updatePlot2d(int handle, const T *y) | GlPlotView | |
| updateSelectionFocusMarker(int focus) | GlPlotView | |
| VERTICAL_LINE enum value (defined in GlPlotView) | GlPlotView | |
| vertices (defined in GlPlotView) | GlPlotView | |
| width() const | GlView | inline |
| X enum value (defined in GlPlotView) | GlPlotView | |
| xAxisRefersToSelection() const (defined in GlPlotView) | GlPlotView | inline |
| Y enum value (defined in GlPlotView) | GlPlotView | |
| Z enum value (defined in GlPlotView) | GlPlotView | |
| ~GlPlotView() override (defined in GlPlotView) | GlPlotView | |
| ~GlView()=default (defined in GlView) | GlView | virtual |