int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
const std::string & GetParticleType() const
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkAMReXParticlesReader()
const char * GetPlotFileName() const
vtkMultiProcessController * Controller
~vtkAMReXParticlesReader() override
vtkDataArraySelection * GetPointDataArraySelection() const
Get vtkDataArraySelection instance to select point arrays to read.
void SetParticleType(const std::string &str)
Get/Set the particle type to read.
reader for AMReX plotfiles particle data.
void SetPlotFileName(const char *fname)
Get/Set the AMReX plotfile.
static vtkAMReXParticlesReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static int CanReadFile(const char *fname, const char *particlesType=nullptr)
Returns 1 is fname refers to a plotfile that the reader can read.
void SetController(vtkMultiProcessController *controller)
Get/Set the controller to use.