28#ifndef vtkXdmf3ArraySelection_h
29#define vtkXdmf3ArraySelection_h
31#include "vtkIOXdmf3Module.h"
38#pragma warning(disable : 4251)
51 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
const char * GetArrayName(int index)
get string name of a particular array
void AddArray(const char *name, bool status=true)
add a new array to the set, with a particular status
int GetNumberOfArrays()
get number of arrays in the set
int GetArraySetting(const char *name)
get/set user choice of whether a particular array is to be loaded
bool HasArray(const char *name)
check if a particular array is in the set yet or not
void Merge(const vtkXdmf3ArraySelection &other)
used in parallel to send of combine sets
bool ArrayIsEnabled(const char *name)
test if a particular array is enablled or not