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