23 #ifndef __vtkMRMLTableStorageNode_h 24 #define __vtkMRMLTableStorageNode_h 48 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
53 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "TableStorage";}
59 virtual void SetSchemaFileName(
const char* schemaFileName);
60 virtual std::string GetSchemaFileName();
63 std::string FindSchemaFileName(
const char* fileName);
67 vtkSetMacro(AutoFindSchema,
bool);
68 vtkGetMacro(AutoFindSchema,
bool);
69 vtkBooleanMacro(AutoFindSchema,
bool);
81 virtual
void InitializeSupportedWriteFileTypes() VTK_OVERRIDE;
84 virtual
int ReadDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
87 virtual
int WriteDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
89 std::
string GenerateSchemaFileName(const
char* fileName);
91 virtual
std::
string GetFieldDelimiterCharacters(
std::
string filename);
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
MRML node to represent a table object.
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0
MRML node for handling Table node storage.