69 #ifndef __vtkPCosmoHaloFinder_h
70 #define __vtkPCosmoHaloFinder_h
99 vtkSetMacro(RL,
float);
100 vtkGetMacro(RL,
float);
106 vtkSetMacro(Overlap,
float);
107 vtkGetMacro(Overlap,
float);
113 vtkSetMacro(PMin,
int);
114 vtkGetMacro(PMin,
int);
119 vtkSetMacro(BB,
float);
120 vtkGetMacro(BB,
float);
125 vtkSetMacro(CopyHaloDataToParticles,
int);
126 vtkGetMacro(CopyHaloDataToParticles,
int);
132 vtkSetMacro(ComputeMostBoundParticle,
int);
133 vtkGetMacro(ComputeMostBoundParticle,
int);
139 vtkSetMacro(ComputeMostConnectedParticle,
int);
140 vtkGetMacro(ComputeMostConnectedParticle,
int);
145 vtkSetMacro(ComputeSOD,
int);
146 vtkGetMacro(ComputeSOD,
int);
152 vtkSetMacro(SODCenterType,
int);
153 vtkGetMacro(SODCenterType,
int);
159 vtkSetMacro(RhoCScale,
float);
160 vtkGetMacro(RhoCScale,
float);
165 vtkSetMacro(SODMassScale,
float);
166 vtkGetMacro(SODMassScale,
float);
203 #endif // __vtkPCosmoHaloFinder_h
vtkMultiProcessController * Controller
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
int CopyHaloDataToParticles
Superclass for algorithms that produce only unstructured grid as output.
int ComputeMostBoundParticle
find halos within a cosmology data file
int ComputeMostConnectedParticle
Multiprocessing communication superclass.