| VTK
    9.0.1
    | 
helper to identify requested arrays with More...
#include <vtkADIOS2CoreArraySelection.h>
Inherits map< std::string, bool >.
| Public Member Functions | |
| void | AddArray (const char *name, bool status=true) | 
| add a new array to the set, with a particular status  More... | |
| bool | ArrayIsEnabled (const char *name) | 
| test if a particular array is enablled or not  More... | |
| bool | HasArray (const char *name) | 
| check if a particular array is in the map yet or not  More... | |
| void | SetArrayStatus (const char *name, bool status) | 
| get/set user choice of whether a particular array is to be loaded  More... | |
| int | GetArrayStatus (const char *name) | 
| const char * | GetArrayName (int index) | 
| get name of a particular array  More... | |
| int | GetNumberOfArrays () | 
| get number of arrays in the map  More... | |
helper to identify requested arrays with
Used to mark arrays that reader can optionally read in. Needed for ParaView GUI usage.
This file is a helper for the vtkADIOS2CoreImageReader and not intended to be part of VTK public API
Definition at line 39 of file vtkADIOS2CoreArraySelection.h.
| void vtkADIOS2ArraySelection::AddArray | ( | const char * | name, | 
| bool | status = true | ||
| ) | 
add a new array to the set, with a particular status
| bool vtkADIOS2ArraySelection::ArrayIsEnabled | ( | const char * | name | ) | 
test if a particular array is enablled or not
| bool vtkADIOS2ArraySelection::HasArray | ( | const char * | name | ) | 
check if a particular array is in the map yet or not
| void vtkADIOS2ArraySelection::SetArrayStatus | ( | const char * | name, | 
| bool | status | ||
| ) | 
get/set user choice of whether a particular array is to be loaded
| int vtkADIOS2ArraySelection::GetArrayStatus | ( | const char * | name | ) | 
| const char* vtkADIOS2ArraySelection::GetArrayName | ( | int | index | ) | 
get name of a particular array
| int vtkADIOS2ArraySelection::GetNumberOfArrays | ( | ) | 
get number of arrays in the map
 1.8.17
 1.8.17