85 #ifndef __vtkPCosmoReader_h
86 #define __vtkPCosmoReader_h
88 #include "vtkFiltersCosmoModule.h"
91 class vtkMultiProcessController;
99 void PrintSelf(ostream& os, vtkIndent indent);
103 vtkSetStringMacro(FileName);
104 vtkGetStringMacro(FileName);
109 vtkSetMacro(RL,
float);
110 vtkGetMacro(RL,
float);
116 vtkSetMacro(Overlap,
float);
117 vtkGetMacro(Overlap,
float);
122 vtkSetMacro(ReadMode,
int);
123 vtkGetMacro(ReadMode,
int);
129 vtkSetMacro(CosmoFormat,
int);
130 vtkGetMacro(CosmoFormat,
int);
135 virtual vtkMultiProcessController* GetController();
136 virtual void SetController(vtkMultiProcessController*);
144 (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
146 (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Read a binary cosmology data file.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.
vtkMultiProcessController * Controller