51 inline bool operator==(
const edge& a,
const edge&
b);
52 inline bool operator!=(
const edge& a,
const edge&
b);
A 1D vector of objects of type <T> with a fixed size <Size>.
Hash function class for primitives. All non-primitives used to hash entries on hash tables likely nee...
unsigned operator()(const PrimitiveType &p, unsigned seed) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
friend bool operator==(const edge &a, const edge &b)
void flip()
Flip the edge in-place.
bool connected(const edge &a) const
Return true if connected to given edge.
scalar mag(const pointField &) const
Return scalar magnitude.
edge reverseEdge() const
Return reverse edge.
label end() const
Return end vertex label.
static int compare(const edge &, const edge &)
Compare edges.
vector vec(const pointField &) const
Return the vector (end - start)
linePointRef line(const pointField &) const
Return edge line.
point centre(const pointField &) const
Return centre (centroid)
friend bool operator!=(const edge &a, const edge &b)
edge()
Null constructor for lists.
label otherVertex(const label a) const
Given one vertex, return the other.
label commonVertex(const edge &a) const
Return common vertex.
static const char *const typeName
label start() const
Return start vertex label.
bool operator!=(const particle &, const particle &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
bool contiguous< edge >()