template<class ParticleTraits, template< class Traits, class Vb, class ExactAlphaComparisonTag, class WeightedTag > class TAlphaComplexVertexBase = T_Alpha_complex_vertex_base_3, template< class Traits, class Cb, class ExactAlphaComparisonTag, class WeightedTag > class TAlphaComplexCellBase = T_Alpha_complex_cell_base_3, template< class Dt, class AlphaExactComparisonTag > class TAlphaComplexBase = T_Alpha_complex_base_3>
class SBL::CSB::T_Alpha_complex_of_molecular_model< ParticleTraits, TAlphaComplexVertexBase, TAlphaComplexCellBase, TAlphaComplexBase >
Derived class from CGAL alpha-complex for filling it with particles.
It uses ParticleTraits for determining the geometrical kernel used for the representation and computation of the
-complex, and for attaching atom data to their corresponding vertex.
- Template Parameters
-
ParticleTraits | Traits class defining geometric properties of a particle. |
TAlphaComplexVertexBase | Base class for representing a vertex in the 3D -complex. It has SBL::CSB::T_Alpha_complex_vertex_base_3 as default type. |
TAlphaComplexCellBase | Base class for representing a cell in the 3D -complex. It has SBL::CSB::T_Alpha_complex_cell_base_3 as default type. |
TAlphaComplexBase | Base template representation of the -complex it-self without biological context. It allows to switch easily between the class CGAL::Fixed_alpha_shape_3 and the class CGAL::Alpha_shape_3. It has SBL::CSB::T_Alpha_complex_base_3 as default type, that is a wrapper for using both CGAL data structures.
|