listOp< Type, Size > Class Template Reference
Inheritance diagram for listOp< Type, Size >:
Collaboration diagram for listOp< Type, Size >:

Classes

class  result
 Result class. More...
 

Public Member Functions

 listOp ()
 Construct null. More...
 
 listOp (const uniformOp< nil > &op)
 Construct from base. More...
 
result operator() () const
 Operate on nothing. More...
 
result operator() (const FixedList< Type, Size > &p) const
 Operate on a triangle or 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

template<class Type, unsigned Size>
class Foam::cut::listOp< Type, Size >

Definition at line 402 of file cut.H.

Constructor & Destructor Documentation

◆ listOp() [1/2]

listOp ( )
inline

Construct null.

Definition at line 441 of file cut.H.

◆ listOp() [2/2]

listOp ( const uniformOp< nil > &  op)
inline

Construct from base.

Definition at line 445 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

Definition at line 454 of file cut.H.

◆ operator()() [2/2]

result operator() ( const FixedList< Type, Size > &  p) const
inline

Operate on a triangle or tetrahedron.

Definition at line 460 of file cut.H.


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