85 #ifndef __vtkPCosmoReader_h
86 #define __vtkPCosmoReader_h
102 vtkSetStringMacro(FileName);
103 vtkGetStringMacro(FileName);
108 vtkSetMacro(RL,
float);
109 vtkGetMacro(RL,
float);
115 vtkSetMacro(Overlap,
float);
116 vtkGetMacro(Overlap,
float);
121 vtkSetMacro(ReadMode,
int);
122 vtkGetMacro(ReadMode,
int);
128 vtkSetMacro(CosmoFormat,
int);
129 vtkGetMacro(CosmoFormat,
int);
Wrapper around vtkstd::string to keep symbols short.
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.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.
vtkMultiProcessController * Controller
Multiprocessing communication superclass.