26 #include "indexedVertex.H" 38 CGAL::Point_3<baseK>&
p 68 is >> pt.
x() >> pt.
y() >> pt.
z();
70 p = CGAL::Point_3<baseK>
84 const CGAL::Point_3<baseK>&
p 101 os << CGAL::to_double(
p.x()) <<
' ' 102 << CGAL::to_double(
p.y()) <<
' ' 103 << CGAL::to_double(
p.z());
109 template<
class Gt,
class Vb>
116 os <<
p.point() <<
' ' 118 <<
static_cast<int>(
p.type()) <<
' ' 119 <<
p.procIndex() <<
' ' 120 <<
p.alignment() <<
' ' 121 <<
p.targetCellSize() <<
' ' 122 <<
static_cast<int>(
p.fixed());
128 template<
class Gt,
class Vb>
144 >>
p.targetCellSize();
148 p.fixed() =
static_cast<bool>(
fixed);
154 template<
class Gt,
class Vb>
158 const InfoProxy<CGAL::indexedVertex<Gt, Vb>>&
p 165 CGAL::to_double(iv.point().x()),
166 CGAL::to_double(iv.point().y()),
167 CGAL::to_double(iv.point().z())
179 Pstream::myProcNo() == iv.processor_
181 :
string(
" (from " +
name(iv.processor_) +
")")
184 os << iv.index_ <<
" " 187 <<
" size:" << iv.targetCellSize_
188 <<
" alignment:" << iv.alignment_
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOstream & fixed(IOstream &io)
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
word name(const complex &)
Return a string representation of a complex.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.