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

Classes

class  result
 Result class. More...
 

Public Member Functions

 listOp ()=default
 Default construct. More...
 
 listOp (const uniformOp< zero::null > &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< zero::null >
 uniformOp ()=default
 Default construct. More...
 
 uniformOp (zero::null data)
 Construct from data. More...
 
zero::null data () const
 Access the data. More...
 

Detailed Description

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

Definition at line 311 of file cut.H.

Constructor & Destructor Documentation

◆ listOp() [1/2]

listOp ( )
default

Default construct.

◆ listOp() [2/2]

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

Construct from base.

Definition at line 353 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

Definition at line 362 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 368 of file cut.H.

References p.


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