Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
volumeType Class Reference
Collaboration diagram for volumeType:
Collaboration graph
[legend]

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

Istreamoperator>> (Istream &is, volumeType &vt)
 
Ostreamoperator<< (Ostream &os, const volumeType &vt)
 

Detailed Description

Source files

Definition at line 54 of file volumeType.H.

Member Enumeration Documentation

enum type

Volume types.

Enumerator
UNKNOWN 
MIXED 
INSIDE 
OUTSIDE 

Definition at line 59 of file volumeType.H.

Constructor & Destructor Documentation

volumeType ( )
inline

Construct null.

Definition at line 86 of file volumeType.H.

volumeType ( type  t)
inline

Construct from components.

Definition at line 92 of file volumeType.H.

Member Function Documentation

operator type ( ) const
inline

Definition at line 100 of file volumeType.H.

References volumeType::operator<<, and volumeType::operator>>.

Friends And Related Function Documentation

Istream& operator>> ( Istream is,
volumeType vt 
)
friend
Ostream& operator<< ( Ostream os,
const volumeType vt 
)
friend

Member Data Documentation

const Foam::NamedEnum< Foam::volumeType, 4 > names
static

The documentation for this class was generated from the following files: