Home
last modified time | relevance | path

Searched refs:m_internal_squared_radius (Results 1 – 1 of 1) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DScale_space_surface_reconstruction_3.h82 FT m_internal_squared_radius; // For backward compatibility variable
92 Scale_space_surface_reconstruction_3 () : m_internal_squared_radius(0.) { } in Scale_space_surface_reconstruction_3()
108 : m_internal_squared_radius (0.) in Scale_space_surface_reconstruction_3()
188 m_internal_squared_radius = smoother.squared_radius();
223 CGAL_assertion (m_internal_squared_radius != 0.); in reconstruct_surface()
224 reconstruct_surface (Alpha_shape_mesher(m_internal_squared_radius)); in reconstruct_surface()