Go to the documentation of this file.
41 #ifndef vtkSLACParticleReader_h
42 #define vtkSLACParticleReader_h
44 #include "vtkIONetCDFModule.h"
59 vtkGetStringMacro(FileName);
60 vtkSetStringMacro(FileName);
65 static int CanReadFile(
const char *filename);
88 virtual vtkIdType GetNumTuplesInVariable(
int ncFD,
int varId,
89 int expectedNumComponents);
96 #endif //vtkSLACParticleReader_h
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Store on/off settings for data arrays for a vtkSource.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
dynamic, self-adjusting array of vtkIdType
static vtkPolyDataAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only polydata as output.