Public Types | Public Member Functions | List of all members
appendOp< Container > Class Template Reference
Inheritance diagram for appendOp< Container >:
Inheritance graph
[legend]
Collaboration diagram for appendOp< Container >:
Collaboration graph
[legend]

Public Types

typedef zero result
 

Public Member Functions

 appendOp (Container &x)
 
 appendOp (const uniformOp< Container & > &op)
 
result operator() () const
 
template<unsigned N>
result operator() (const FixedList< point, N > &p) const
 
- Public Member Functions inherited from uniformOp< Container & >
 uniformOp ()
 
 uniformOp (Container & data)
 
Container & data () const
 

Detailed Description

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

Definition at line 385 of file cut.H.

Member Typedef Documentation

◆ result

typedef zero result

Definition at line 394 of file cut.H.

Constructor & Destructor Documentation

◆ appendOp() [1/2]

appendOp ( Container &  x)
inline

Definition at line 400 of file cut.H.

◆ appendOp() [2/2]

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

Definition at line 406 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Definition at line 415 of file cut.H.

◆ operator()() [2/2]

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

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