27#ifndef vtkADIOS2CoreArraySelection_h
28#define vtkADIOS2CoreArraySelection_h
30#include "vtkIOADIOS2Module.h"
37#pragma warning(disable : 4251)
45 void AddArray(
const char* name,
bool status =
true);
helper to identify requested arrays with
void SetArrayStatus(const char *name, bool status)
get/set user choice of whether a particular array is to be loaded
int GetNumberOfArrays()
get number of arrays in the map
bool ArrayIsEnabled(const char *name)
test if a particular array is enablled or not
int GetArrayStatus(const char *name)
get/set user choice of whether a particular array is to be loaded
const char * GetArrayName(int index)
get name of a particular array
bool HasArray(const char *name)
check if a particular array is in the map yet or not
void AddArray(const char *name, bool status=true)
add a new array to the set, with a particular status