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.
References volumeType::operator<<, and volumeType::operator>>.
|
friend |
Referenced by volumeType::operator type().
|
friend |
Referenced by volumeType::operator type().
|
static |
Definition at line 80 of file volumeType.H.
Referenced by NamedEnum< Enum, nEnum >::names(), and searchableSurfacesQueries::signedDistance().