Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkPCosmoHaloFinder, simply invoke its constructor as follows
obj = vtkPCosmoHaloFinder
obj is an instance of the vtkPCosmoHaloFinder class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPCosmoHaloFinder = obj.NewInstance ()
vtkPCosmoHaloFinder = obj.SafeDownCast (vtkObject o)
vtkMultiProcessController = obj.GetController () - Set the communicator object for interprocess communication
obj.SetController (vtkMultiProcessController ) - Set the communicator object for interprocess communication
obj.SetNP (int ) - Specify the number of seeded particles in one dimension (total = np^3)
int = obj.GetNP () - Specify the number of seeded particles in one dimension (total = np^3)
obj.SetRL (float ) - Specify the physical box dimensions size (rL) (default 91)
float = obj.GetRL () - Specify the physical box dimensions size (rL) (default 91)
obj.SetOverlap (float ) - Specify the ghost cell spacing (edge boundary of box) (default 5)
float = obj.GetOverlap () - Specify the ghost cell spacing (edge boundary of box) (default 5)
obj.SetPMin (int ) - Specify the minimum number of particles for a halo (pmin)
int = obj.GetPMin () - Specify the minimum number of particles for a halo (pmin)
obj.SetBB (float ) - Specify the linking length (bb)
float = obj.GetBB () - Specify the linking length (bb)
obj.SetParticleMass (float ) - Specify the particle mass
float = obj.GetParticleMass () - Specify the particle mass
obj.SetCopyHaloDataToParticles (int ) - Copy the halo information to the original particles (Default on)
int = obj.GetCopyHaloDataToParticles () - Copy the halo information to the original particles (Default on)