32template<
class Gt,
class Vb>
38 processor_(
Foam::Pstream::myProcNo()),
39 alignment_(
Foam::triad::unset),
45template<
class Gt,
class Vb>
51 processor_(
Foam::Pstream::myProcNo()),
52 alignment_(
Foam::triad::unset),
58template<
class Gt,
class Vb>
68 processor_(
Foam::Pstream::myProcNo()),
69 alignment_(
Foam::triad::unset),
75template<
class Gt,
class Vb>
85 processor_(
Foam::Pstream::myProcNo()),
86 alignment_(
Foam::triad::unset),
92template<
class Gt,
class Vb>
104 processor_(processor),
105 alignment_(
Foam::triad::unset),
106 targetCellSize_(0.0),
111template<
class Gt,
class Vb>
123 processor_(processor),
124 alignment_(
Foam::triad::unset),
125 targetCellSize_(0.0),
130template<
class Gt,
class Vb>
136 processor_(
Foam::Pstream::myProcNo()),
137 alignment_(
Foam::triad::unset),
138 targetCellSize_(0.0),
143template<
class Gt,
class Vb>
149 processor_(
Foam::Pstream::myProcNo()),
150 alignment_(
Foam::triad::unset),
151 targetCellSize_(0.0),
158template<
class Gt,
class Vb>
165template<
class Gt,
class Vb>
172template<
class Gt,
class Vb>
180template<
class Gt,
class Vb>
188template<
class Gt,
class Vb>
195template<
class Gt,
class Vb>
202template<
class Gt,
class Vb>
205 return targetCellSize_;
209template<
class Gt,
class Vb>
212 return targetCellSize_;
216template<
class Gt,
class Vb>
219 return type_ ==
vtFar;
223template<
class Gt,
class Vb>
230template<
class Gt,
class Vb>
243template<
class Gt,
class Vb>
250template<
class Gt,
class Vb>
257template<
class Gt,
class Vb>
264template<
class Gt,
class Vb>
271template<
class Gt,
class Vb>
278template<
class Gt,
class Vb>
285template<
class Gt,
class Vb>
292template<
class Gt,
class Vb>
299template<
class Gt,
class Vb>
306template<
class Gt,
class Vb>
312template<
class Gt,
class Vb>
318template<
class Gt,
class Vb>
324template<
class Gt,
class Vb>
330template<
class Gt,
class Vb>
336template<
class Gt,
class Vb>
343template<
class Gt,
class Vb>
350template<
class Gt,
class Vb>
357template<
class Gt,
class Vb>
364template<
class Gt,
class Vb>
371template<
class Gt,
class Vb>
378template<
class Gt,
class Vb>
CGAL::indexedVertex< K > Vb
Foam::scalar & targetCellSize()
bool featureEdgePoint() const
Part of a feature edge.
bool internalBaffleEdgePoint() const
bool externalBoundaryPoint() const
bool fixed() const
Is the vertex fixed or movable.
bool boundaryPoint() const
Either master or slave of pointPair.
void setInternal()
Set the point to be internal.
bool featurePoint() const
Part of a feature point.
bool externalBaffleEdgePoint() const
bool nearBoundary() const
Is point internal and near the boundary.
void setNearBoundary()
Set the point to be near the boundary.
bool referred() const
Is this a referred vertex.
bool farPoint() const
Is point a far-point.
Tds::Cell_handle Cell_handle
bool internalOrBoundaryPoint() const
Either original internal point or master of pointPair.
bool nearOrOnBoundary() const
Is point near the boundary or part of the boundary definition.
bool externalBaffleSurfacePoint() const
bool internalPoint() const
Is point internal, i.e. not on boundary.
bool internalBoundaryPoint() const
bool surfacePoint() const
Part of a surface point pair.
bool internalBaffleSurfacePoint() const
Foam::tensor & alignment()
bool real() const
Is this a "real" point on this processor, i.e. is internal or part.
static int myProcNo(const label communicator=worldComm)
Rank of this process in the communicator (starting from masterNo()). Negative if the process is not a...
@ vtExternalFeatureEdgeBaffle
@ vtInternalFeatureEdgeBaffle
@ vtInternalSurfaceBaffle
@ vtExternalSurfaceBaffle
vector point
Point is a vector.