![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/MRML/Core/vtkMRMLTableStorageNode.h>
Public Attributes | |
std::string | ColumnName |
std::vector< std::string > | ComponentNames |
std::string | NullValueString |
std::vector< vtkAbstractArray * > | RawComponentArrays |
int | ScalarType = VTK_STRING |
Definition at line 107 of file vtkMRMLTableStorageNode.h.
std::string vtkMRMLTableStorageNode::StructColumnInfo::ColumnName |
Definition at line 109 of file vtkMRMLTableStorageNode.h.
std::vector<std::string> vtkMRMLTableStorageNode::StructColumnInfo::ComponentNames |
Definition at line 112 of file vtkMRMLTableStorageNode.h.
std::string vtkMRMLTableStorageNode::StructColumnInfo::NullValueString |
Definition at line 113 of file vtkMRMLTableStorageNode.h.
std::vector<vtkAbstractArray*> vtkMRMLTableStorageNode::StructColumnInfo::RawComponentArrays |
Definition at line 110 of file vtkMRMLTableStorageNode.h.
int vtkMRMLTableStorageNode::StructColumnInfo::ScalarType = VTK_STRING |
Definition at line 111 of file vtkMRMLTableStorageNode.h.