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