Public Types | Public Member Functions | List of all members
volumeOp Class Reference
Inheritance diagram for volumeOp:
Inheritance graph
[legend]
Collaboration diagram for volumeOp:
Collaboration graph
[legend]

Public Types

typedef scalar result
 Result type. More...
 

Public Member Functions

 volumeOp ()
 Construct null. More...
 
 volumeOp (const uniformOp< nil > &op)
 Construct from base. More...
 
result operator() () const
 Operate on nothing. More...
 
result operator() (const FixedList< point, 4 > &p) const
 Operate on a tetrahedron. More...
 
- Public Member Functions inherited from uniformOp< nil >
 uniformOp ()
 Construct null. More...
 
 uniformOp (nil data)
 Construct from data. More...
 
nil data () const
 Access the data. More...
 

Detailed Description

Definition at line 184 of file cut.H.

Member Typedef Documentation

◆ result

typedef scalar result

Result type.

Definition at line 193 of file cut.H.

Constructor & Destructor Documentation

◆ volumeOp() [1/2]

volumeOp ( )
inline

Construct null.

Definition at line 199 of file cut.H.

◆ volumeOp() [2/2]

volumeOp ( const uniformOp< nil > &  op)
inline

Construct from base.

Definition at line 203 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

Definition at line 212 of file cut.H.

◆ operator()() [2/2]

result operator() ( const FixedList< point, 4 > &  p) const
inline

Operate on a tetrahedron.

Definition at line 218 of file cut.H.

References Foam::mag().

Here is the call graph for this function:

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