Public Types | Public Member Functions | List of all members
noOp Class Reference
Inheritance diagram for noOp:
Inheritance graph
[legend]
Collaboration diagram for noOp:
Collaboration graph
[legend]

Public Types

typedef zero result
 Result type. More...
 

Public Member Functions

 noOp ()
 Construct null. More...
 
 noOp (const uniformOp< nil > &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< nil >
 uniformOp ()
 Construct null. More...
 
 uniformOp (nil data)
 Construct from data. More...
 
nil data () const
 Access the data. More...
 

Detailed Description

Definition at line 93 of file cut.H.

Member Typedef Documentation

◆ result

typedef zero result

Result type.

Definition at line 102 of file cut.H.

Constructor & Destructor Documentation

◆ noOp() [1/2]

noOp ( )
inline

Construct null.

Definition at line 108 of file cut.H.

◆ noOp() [2/2]

noOp ( const uniformOp< nil > &  op)
inline

Construct from base.

Definition at line 112 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

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


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