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
 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 Size>
result operator() (const FixedList< point, Size > &p) const
 Operate on a triangle or tetrahedron. More...
 
- Public Member Functions inherited from uniformOp< Container &>
 uniformOp ()
 Construct null. 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 392 of file cut.H.

Member Typedef Documentation

◆ result

typedef zero result

Result type.

Definition at line 401 of file cut.H.

Constructor & Destructor Documentation

◆ appendOp() [1/2]

appendOp ( Container &  x)
inline

Construct from a container reference.

Definition at line 407 of file cut.H.

◆ appendOp() [2/2]

appendOp ( const uniformOp< Container &> &  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 422 of file cut.H.

◆ operator()() [2/2]

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

Operate on a triangle or tetrahedron.

Definition at line 429 of file cut.H.

References uniformOp< Type >::data().

Here is the call graph for this function:

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