34 const triad& alignment,
45 v->targetCellSize() = size;
46 v->alignment() =
tensor(alignment.
x(), alignment.
y(), alignment.
z());
57 Vertex_handle v = CellSizeDelaunay::insert
63 v->index() = getNewVertexIndex();
label getNewVertexIndex() const
static int myProcNo(const label communicator=worldComm)
Rank of this process in the communicator (starting from masterNo()). Negative if the process is not a...
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.
Vertex_handle insertFar(const Foam::point &pt)
CellSizeDelaunay::Vertex_handle Vertex_handle
Vertex_handle insert(const Foam::point &pt, const scalar &size, const triad &alignment, const Foam::indexedVertexEnum::vertexType type=Vb::vtInternal)
CellSizeDelaunay::Point Point
Representation of a 3D Cartesian coordinate system as a Vector of row vectors.
vector point
Point is a vector.