Public Types | |
enum | type { unknown = 0 , mixed = 1 , inside = 2 , outside = 3 } |
Volume types. More... | |
Public Member Functions | |
volumeType () | |
Construct null. More... | |
volumeType (type t) | |
Construct from components. More... | |
operator type () const | |
Static Public Attributes | |
static const NamedEnum< volumeType, 4 > | names |
Friends | |
Istream & | operator>> (Istream &is, volumeType &vt) |
Ostream & | operator<< (Ostream &os, const volumeType &vt) |
enum type |
|
inline |
Construct null.
Definition at line 86 of file volumeType.H.
|
inline |
Construct from components.
Definition at line 92 of file volumeType.H.
|
inline |
Definition at line 100 of file volumeType.H.
|
friend |
|
friend |
|
static |
Definition at line 80 of file volumeType.H.
Referenced by searchableSurfacesQueries::signedDistance().