appendOp< Container > Class Template Reference
Inheritance diagram for appendOp< Container >:
[legend]
Collaboration diagram for appendOp< Container >:
[legend]

Public Types

typedef zero result
 Result type. More...
 

Public Member Functions

 appendOp (Container &x)
 Construct from a container reference. More...
 
 appendOp (const uniformOp< Container & > &op)
 Construct from base. More...
 
result operator() () const
 Operate on nothing. More...
 
template<unsigned N>
result operator() (const FixedList< point, N > &p) const
 Operate on a triangle or tetrahedron. More...
 
- Public Member Functions inherited from uniformOp< Container & >
 uniformOp ()=default
 Default construct. More...
 
 uniformOp (Container & data)
 Construct from data. More...
 
Container & data () const
 Access the data. More...
 

Detailed Description

template<class Container>
class Foam::cut::appendOp< Container >

Definition at line 384 of file cut.H.

Member Typedef Documentation

◆ result

typedef zero result

Result type.

Definition at line 393 of file cut.H.

Constructor & Destructor Documentation

◆ appendOp() [1/2]

appendOp ( Container &  x)
inline

Construct from a container reference.

Definition at line 399 of file cut.H.

◆ appendOp() [2/2]

appendOp ( const uniformOp< Container & > &  op)
inline

Construct from base.

Definition at line 405 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

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

References uniformOp< Container & >::data().

Here is the call graph for this function:

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