mirror of https://github.com/CGAL/cgal
skip more function from manual
This commit is contained in:
parent
416983e90c
commit
89bf326ecb
|
|
@ -175,8 +175,10 @@ public:
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
typedef Gt Geom_traits; ///< Geometric traits class
|
typedef Gt Geom_traits; ///< Geometric traits class
|
||||||
|
/// \cond SKIP_IN_MANUAL
|
||||||
typedef Reconstruction_triangulation_3<Robust_circumcenter_filtered_traits_3<Gt> >
|
typedef Reconstruction_triangulation_3<Robust_circumcenter_filtered_traits_3<Gt> >
|
||||||
Triangulation;
|
Triangulation;
|
||||||
|
/// \endcond
|
||||||
typedef typename Triangulation::Cell_handle Cell_handle;
|
typedef typename Triangulation::Cell_handle Cell_handle;
|
||||||
|
|
||||||
// Geometric types
|
// Geometric types
|
||||||
|
|
@ -353,11 +355,11 @@ public:
|
||||||
return m_tr->bounding_sphere();
|
return m_tr->bounding_sphere();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// \cond SKIP_IN_MANUAL
|
||||||
const Triangulation& tr() const {
|
const Triangulation& tr() const {
|
||||||
return *m_tr;
|
return *m_tr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// \cond SKIP_IN_MANUAL
|
|
||||||
// This variant requires all parameters.
|
// This variant requires all parameters.
|
||||||
template <class SparseLinearAlgebraTraits_d,
|
template <class SparseLinearAlgebraTraits_d,
|
||||||
class Visitor>
|
class Visitor>
|
||||||
|
|
@ -583,6 +585,7 @@ public:
|
||||||
d * m_hint->vertex(3)->f();
|
d * m_hint->vertex(3)->f();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// \cond SKIP_IN_MANUAL
|
||||||
void initialize_cell_indices()
|
void initialize_cell_indices()
|
||||||
{
|
{
|
||||||
int i=0;
|
int i=0;
|
||||||
|
|
@ -602,9 +605,6 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void initialize_cell_normals() const
|
void initialize_cell_normals() const
|
||||||
{
|
{
|
||||||
Normal.resize(m_tr->number_of_cells());
|
Normal.resize(m_tr->number_of_cells());
|
||||||
|
|
@ -660,6 +660,7 @@ public:
|
||||||
vc.x(), vc.y(), vc.z(),
|
vc.x(), vc.y(), vc.z(),
|
||||||
entry[0],entry[1],entry[2],entry[3],entry[4],entry[5],entry[6],entry[7],entry[8]);
|
entry[0],entry[1],entry[2],entry[3],entry[4],entry[5],entry[6],entry[7],entry[8]);
|
||||||
}
|
}
|
||||||
|
/// \endcond
|
||||||
|
|
||||||
/// Returns a point located inside the inferred surface.
|
/// Returns a point located inside the inferred surface.
|
||||||
Point get_inner_point() const
|
Point get_inner_point() const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue