Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
vtkMRMLTableStorageNode::StructColumnInfo Struct Reference

#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
 

Detailed Description

Definition at line 107 of file vtkMRMLTableStorageNode.h.

Member Data Documentation

◆ ColumnName

std::string vtkMRMLTableStorageNode::StructColumnInfo::ColumnName

Definition at line 109 of file vtkMRMLTableStorageNode.h.

◆ ComponentNames

std::vector<std::string> vtkMRMLTableStorageNode::StructColumnInfo::ComponentNames

Definition at line 112 of file vtkMRMLTableStorageNode.h.

◆ NullValueString

std::string vtkMRMLTableStorageNode::StructColumnInfo::NullValueString

Definition at line 113 of file vtkMRMLTableStorageNode.h.

◆ RawComponentArrays

std::vector<vtkAbstractArray*> vtkMRMLTableStorageNode::StructColumnInfo::RawComponentArrays

Definition at line 110 of file vtkMRMLTableStorageNode.h.

◆ ScalarType

int vtkMRMLTableStorageNode::StructColumnInfo::ScalarType = VTK_STRING

Definition at line 111 of file vtkMRMLTableStorageNode.h.


The documentation for this struct was generated from the following file: