SISCone 3.0.5
|
information on store cones candidates. More...
#include <hash.h>
Public Attributes | |
CSph3vector | centre |
centre of the cone | |
bool | is_stable |
true if stable w.r.t. "border particles" | |
sph_hash_element * | next |
pointer to the next element | |
information on store cones candidates.
We store in this class the information used to count all protocones in a first pass. This first pass only count cones with different references and test their stbility with the parent-child particles (border particles).
CSph3vector siscone_spherical::sph_hash_element::centre |
centre of the cone
Definition at line 48 of file hash.h.
Referenced by siscone_spherical::sph_hash_cones::insert(), and siscone_spherical::sph_hash_cones::insert().
bool siscone_spherical::sph_hash_element::is_stable |
true if stable w.r.t. "border particles"
Definition at line 49 of file hash.h.
Referenced by siscone_spherical::sph_hash_cones::insert(), and siscone_spherical::sph_hash_cones::insert().
sph_hash_element* siscone_spherical::sph_hash_element::next |
pointer to the next element
Definition at line 51 of file hash.h.
Referenced by siscone_spherical::sph_hash_cones::insert(), siscone_spherical::sph_hash_cones::insert(), and siscone_spherical::sph_hash_cones::~sph_hash_cones().