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

Public Types

typedef vector result
 Result type. More...
 

Public Member Functions

 areaOp ()=default
 Default construct. More...
 
 areaOp (const uniformOp< zero::null > &op)
 Construct from base. More...
 
result operator() () const
 Operate on nothing. More...
 
result operator() (const FixedList< point, 3 > &p) const
 Operate on a triangle. 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 136 of file cut.H.

Member Typedef Documentation

◆ result

typedef vector result

Result type.

Definition at line 145 of file cut.H.

Constructor & Destructor Documentation

◆ areaOp() [1/2]

areaOp ( )
default

Default construct.

◆ areaOp() [2/2]

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

Construct from base.

Definition at line 154 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

Definition at line 163 of file cut.H.

◆ operator()() [2/2]

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

Operate on a triangle.

Definition at line 169 of file cut.H.

References p.


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