listOp< N > Class Template Reference
Inheritance diagram for listOp< N >:
Collaboration diagram for listOp< N >:

Classes

class  result
 Result class. More...
 

Public Member Functions

 listOp ()=default
 Default construct. More...
 
 listOp (const uniformOp< Foam::zero > &op)
 Construct from base. More...
 
result operator() () const
 Operate on nothing. More...
 
result operator() (const FixedList< point, N > &p) const
 Operate on a triangle or tetrahedron. More...
 
- Public Member Functions inherited from uniformOp< Foam::zero >
 uniformOp ()=default
 Default construct. More...
 
 uniformOp (Foam::zero data)
 Construct from data. More...
 
Foam::zero data () const
 Access the data. More...
 

Detailed Description

template<unsigned N>
class Foam::cut::listOp< N >

Definition at line 361 of file cut.H.

Constructor & Destructor Documentation

◆ listOp() [1/2]

listOp ( )
default

Default construct.

◆ listOp() [2/2]

listOp ( const uniformOp< Foam::zero > &  op)
inline

Construct from base.

Definition at line 413 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

Definition at line 424 of file cut.H.

◆ operator()() [2/2]

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

Operate on a triangle or tetrahedron.

Definition at line 432 of file cut.H.

References p.


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