areaMagOp Class Reference
Inheritance diagram for areaMagOp:
Collaboration diagram for areaMagOp:

Public Types

typedef scalar result
 Result type. More...
 

Public Member Functions

 areaMagOp ()
 Construct null. More...
 
 areaMagOp (const uniformOp< nil > &op)
 Construct from base. More...
 
result operator() () const
 Operate on nothing. More...
 
result operator() (const FixedList< point, 3 > &p) const
 Operate on a triangle. 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 182 of file cut.H.

Member Typedef Documentation

◆ result

typedef scalar result

Result type.

Definition at line 191 of file cut.H.

Constructor & Destructor Documentation

◆ areaMagOp() [1/2]

areaMagOp ( )
inline

Construct null.

Definition at line 197 of file cut.H.

◆ areaMagOp() [2/2]

areaMagOp ( const uniformOp< nil > &  op)
inline

Construct from base.

Definition at line 201 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

Definition at line 210 of file cut.H.

◆ operator()() [2/2]

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

Operate on a triangle.

Definition at line 216 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: