Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Attributes
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 95 of file vtkMRMLTableStorageNode.h.

Member Data Documentation

◆ ColumnName

std::string vtkMRMLTableStorageNode::StructColumnInfo::ColumnName

Definition at line 97 of file vtkMRMLTableStorageNode.h.

◆ ComponentNames

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

Definition at line 100 of file vtkMRMLTableStorageNode.h.

◆ NullValueString

std::string vtkMRMLTableStorageNode::StructColumnInfo::NullValueString

Definition at line 101 of file vtkMRMLTableStorageNode.h.

◆ RawComponentArrays

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

Definition at line 98 of file vtkMRMLTableStorageNode.h.

◆ ScalarType

int vtkMRMLTableStorageNode::StructColumnInfo::ScalarType = VTK_STRING

Definition at line 99 of file vtkMRMLTableStorageNode.h.


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