30 #ifndef vtkPCosmoReader_h 31 #define vtkPCosmoReader_h 33 #include "vtkPVVTKExtensionsCosmoToolsModule.h" 49 vtkSetStringMacro(FileName);
50 vtkGetStringMacro(FileName);
58 vtkSetMacro(RL,
float);
59 vtkGetMacro(RL,
float);
68 vtkSetMacro(Overlap,
float);
69 vtkGetMacro(Overlap,
float);
76 vtkSetMacro(ReadMode,
int);
77 vtkGetMacro(ReadMode,
int);
92 vtkSetMacro(CosmoFormat,
int);
93 vtkGetMacro(CosmoFormat,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Read a binary cosmology data file.
vtkMultiProcessController * Controller
void operator=(const vtkObjectBase &)