23 #ifndef __vtkSlicerTablesLogic_h 24 #define __vtkSlicerTablesLogic_h 32 #include "vtkSlicerTablesModuleLogicExport.h" 34 class vtkAbstractArray;
48 void PrintSelf(ostream& os, vtkIndent indent)
override;
53 vtkMRMLTableNode* AddTable(
const char* fileName,
const char* name =
nullptr,
bool findSchema =
true,
const char* password =
nullptr);
56 static int GetLayoutWithTable(
int currentLayout);
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSlicerModuleLogic * New()
The Usual vtk class functions.
Slicer logic class for double array manipulation This class manages the logic associated with reading...
MRML node to represent a table object.