Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::plot::PersistenceDiagramPlotGL Member List

This is the complete list of members for inviwo::plot::PersistenceDiagramPlotGL, including all inherited members.

addSelectionChangedCallback(std::function< SelectionFunc > callback) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
addToolTipCallback(std::function< ToolTipFunc > callback) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
axisRenderers_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
color_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
getGlobalPickId(uint32_t localIndex) const (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
hoveredIndices_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
indexColumn_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
lineShader_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
minmaxC_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
minmaxR_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
minmaxX_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
minmaxY_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
objectPicked(PickingEvent *p) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
PersistenceDiagramPlotGL(Processor *processor=nullptr) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLexplicit
picking_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
plot(Image &dest, IndexBuffer *indices=nullptr, bool useAxisRanges=false) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
plot(Image &dest, const Image &src, IndexBuffer *indices=nullptr, bool useAxisRanges=false) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
plot(ImageOutport &dest, IndexBuffer *indices=nullptr, bool useAxisRanges=false) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
plot(ImageOutport &dest, ImageInport &src, IndexBuffer *indices=nullptr, bool useAxisRanges=false) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
plot(const ivec2 &start, const ivec2 &size, IndexBuffer *indices=nullptr, bool useAxisRanges=false) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
plot(const size2_t &dims, IndexBuffer *indices, bool useAxisRanges) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
pointShader_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
processor_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
properties_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
renderAxis(const size2_t &dims) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
renderLines(const size2_t &dims, const std::vector< uint32_t > &diagonalIndices, const std::vector< uint32_t > &indices) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
renderPoints(const size2_t &dims, const std::vector< uint32_t > &indices) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
selectedIndices_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
SelectionCallbackHandle typedef (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
selectionChangedCallback_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
SelectionFunc typedef (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setColorData(std::shared_ptr< const BufferBase > buffer) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setIndexColumn(std::shared_ptr< const TemplateColumn< uint32_t > > indexcol) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setSelectedIndices(const BitSet &indices) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setXAxis(std::shared_ptr< const Column > col) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setXAxisData(std::shared_ptr< const BufferBase > buffer) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setXAxisLabel(const std::string &label) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setYAxis(std::shared_ptr< const Column > col, Type type=Type::Death) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setYAxisData(std::shared_ptr< const BufferBase > buffer) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
setYAxisLabel(const std::string &label) (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
tooltipCallback_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
ToolTipCallbackHandle typedef (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
ToolTipFunc typedef (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
Type enum name (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGL
type (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
xAxis_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
yAxis_ (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLprotected
~PersistenceDiagramPlotGL()=default (defined in inviwo::plot::PersistenceDiagramPlotGL)inviwo::plot::PersistenceDiagramPlotGLvirtual