|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   38 #ifndef vtkSLACParticleReader_h 
   39 #define vtkSLACParticleReader_h 
   41 #include "vtkIONetCDFModule.h"  
   56   vtkGetStringMacro(FileName);
 
   57   vtkSetStringMacro(FileName);
 
   62   static int CanReadFile(
const char* filename);
 
   83   virtual vtkIdType GetNumTuplesInVariable(
int ncFD, 
int varId, 
int expectedNumComponents);
 
   90 #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.