Go to the documentation of this file.
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())
vertexType type_
Type of pair-point.
Foam::scalar targetCellSize_
Target size of the dual cell of this vertex.
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
int processor_
Number of the processor that owns this vertex.
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool vertexFixed_
Specify whether the vertex is fixed or movable.
Foam::tensor alignment_
Required alignment of the dual cell of this vertex.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
IOstream & fixed(IOstream &io)
Foam::label index_
The index for this Delaunay vertex. For referred vertices, the.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
word name(const complex &)
Return a string representation of a complex.