75 if (
b.proci != -1 && (a.
proci == -1 || a.
proci <
b.proci))
93 if (
b.proci != -1 && (a.
proci == -1 || a.
proci <
b.proci))
107 if (
b.proci != -1 && (a.
proci == -1 ||
b.data < a.
data))
121 if (
b.proci != -1 && (a.
proci == -1 ||
b.data > a.
data))
135 if (
b.proci != -1 && (a.
proci == -1 ||
b.data.first() < a.
data.first()))
149 if (
b.proci != -1 && (a.
proci == -1 ||
b.data.first() > a.
data.first()))
159 inline bool Foam::operator==
166 static_cast<const remote&
>(a) ==
static_cast<const remote&
>(
b)
172 inline bool Foam::operator!=
187 return os << static_cast<const remote&>(
p) <<
token::SPACE <<
p.data;
194 return is >>
static_cast<remote&
>(
p) >>
p.data;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Struct for keeping processor, element (cell, face, point) and a piece of data. Used for finding minim...
RemoteData()
Construct null.
Struct for keeping processor, element (cell, face, point) index.
label proci
Processor index.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Istream & operator>>(Istream &, pistonPointEdgeData &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)