39 CGAL::Point_3<baseK>&
p
69 is >> pt.
x() >> pt.
y() >> pt.
z();
71 p = CGAL::Point_3<baseK>
85 const CGAL::Point_3<baseK>&
p
102 os << CGAL::to_double(
p.x()) <<
' '
103 << CGAL::to_double(
p.y()) <<
' '
104 << CGAL::to_double(
p.z());
110template<
class Gt,
class Vb>
117 os <<
p.point() <<
' '
119 <<
static_cast<int>(
p.type()) <<
' '
120 <<
p.procIndex() <<
' '
121 <<
p.alignment() <<
' '
122 <<
p.targetCellSize() <<
' '
123 <<
static_cast<int>(
p.fixed());
129template<
class Gt,
class Vb>
145 >>
p.targetCellSize();
149 p.fixed() =
static_cast<bool>(
fixed);
155template<
class Gt,
class Vb>
159 const InfoProxy<CGAL::indexedVertex<Gt, Vb>>& iproxy
162 const auto& iv = *iproxy;
166 CGAL::to_double(iv.point().x()),
167 CGAL::to_double(iv.point().y()),
168 CGAL::to_double(iv.point().z())
180 Pstream::myProcNo() == iv.processor_
182 :
string(
" (from " +
name(iv.processor_) +
")")
185 os << iv.index_ <<
" "
188 <<
" size:" << iv.targetCellSize_
189 <<
" alignment:" << iv.alignment_
Input/output from string buffers.
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const Cmpt & x() const noexcept
Access to the vector x component.
const Cmpt & z() const noexcept
Access to the vector z component.
const Cmpt & y() const noexcept
Access to the vector y component.
static const Enum< vertexType > vertexTypeNames_
OBJstream os(runTime.globalPath()/outputName)
IOstream & fixed(IOstream &io)
Ostream & endl(Ostream &os)
Add newline and flush stream.
vector point
Point is a vector.