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);
virtual int ReadDataInternal(vtkMRMLNode *refNode)
virtual void InitializeSupportedReadFileTypes()
void operator=(const vtkMRMLStorageNode &)
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE=0
Create instance of the default node. Like New only virtual.
A supercalss for other storage nodes.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual void InitializeSupportedWriteFileTypes()
virtual int WriteDataInternal(vtkMRMLNode *refNode)
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0