23#ifndef __vtkSlicerTablesLogic_h
24#define __vtkSlicerTablesLogic_h
32#include "vtkSlicerTablesModuleLogicExport.h"
34class vtkAbstractArray;
49 void PrintSelf(ostream& os, vtkIndent indent)
override;
56 vtkMRMLTableNode*
AddTable(
const char* fileName,
const char* name =
nullptr,
bool findSchema =
true,
const char* password =
nullptr,
MRML node to represent a table object.
Slicer logic class for double array manipulation This class manages the logic associated with reading...
void PrintSelf(ostream &os, vtkIndent indent) override
~vtkSlicerTablesLogic() override
static vtkSlicerTablesLogic * New()
static int GetLayoutWithTable(int currentLayout)
Returns ID of the layout that is similar to current layout but also contains a table view.
vtkMRMLTableNode * AddTable(const char *fileName, const char *name=nullptr, bool findSchema=true, const char *password=nullptr, vtkMRMLMessageCollection *userMessages=nullptr)