23 #ifndef __vtkMRMLTableSQLightStorageNode_h 24 #define __vtkMRMLTableSQLightStorageNode_h 35 class vtkSQLiteDatabase;
42 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
47 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "TableSQLightStorage";}
53 vtkSetStringMacro(Password);
54 vtkGetStringMacro(Password);
57 vtkSetStringMacro(TableName);
58 vtkGetStringMacro(TableName);
61 static int DropTable(
char *tableName, vtkSQLiteDatabase* database);
73 virtual
void InitializeSupportedWriteFileTypes() VTK_OVERRIDE;
76 virtual
int ReadDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
79 virtual
int WriteDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
virtual void InitializeSupportedReadFileTypes()
void operator=(const vtkMRMLStorageNode &)
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE=0
Create instance of the default node. Like New only virtual.
A superclass for other storage nodes.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0