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);
89 std::string GenerateSchemaFileName(
const char* fileName);
91 virtual std::string GetFieldDelimiterCharacters(std::string filename);
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()
MRML node to represent a table object.
virtual int WriteDataInternal(vtkMRMLNode *refNode)
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0
MRML node for handling Table node storage.