23#ifndef __vtkSlicerPlotsLogic_h
24#define __vtkSlicerPlotsLogic_h
32#include "vtkSlicerPlotsModuleLogicExport.h"
34class vtkAbstractArray;
47 void PrintSelf(ostream& os, vtkIndent indent)
override;
MRML node for referencing a collection of data to plot.
MRML node to represent a vtkPlot object.
MRML node to represent a table object.
vtkMRMLPlotChartNode * GetFirstPlotChartForSeries(vtkMRMLPlotSeriesNode *seriesNode)
Finds the first plot chart that contains the specified series.
~vtkSlicerPlotsLogic() override
static int GetLayoutWithPlot(int currentLayout)
Returns ID of the layout that is similar to current layout but also contains a table view.
vtkMRMLPlotSeriesNode * CloneSeries(vtkMRMLPlotSeriesNode *source, const char *name)
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSlicerPlotsLogic * New()
void ShowChartInLayout(vtkMRMLPlotChartNode *chartNode)