noOp Class Reference
Inheritance diagram for noOp:
[legend]
Collaboration diagram for noOp:
[legend]

Public Types

typedef zero result
 Result type. More...
 

Public Member Functions

 noOp ()=default
 Default construct. More...
 
 noOp (const uniformOp< zero::null > &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< 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

Definition at line 91 of file cut.H.

Member Typedef Documentation

◆ result

typedef zero result

Result type.

Definition at line 100 of file cut.H.

Constructor & Destructor Documentation

◆ noOp() [1/2]

noOp ( )
default

Default construct.

◆ noOp() [2/2]

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

Construct from base.

Definition at line 109 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

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


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