areaOp Class Reference
Inheritance diagram for areaOp:
Collaboration diagram for areaOp:

Public Types

typedef vector result
 Result type. More...
 

Public Member Functions

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

Detailed Description

Definition at line 137 of file cut.H.

Member Typedef Documentation

◆ result

typedef vector result

Result type.

Definition at line 146 of file cut.H.

Constructor & Destructor Documentation

◆ areaOp() [1/2]

areaOp ( )
inline

Construct null.

Definition at line 152 of file cut.H.

◆ areaOp() [2/2]

areaOp ( const uniformOp< nil > &  op)
inline

Construct from base.

Definition at line 156 of file cut.H.

Member Function Documentation

◆ operator()() [1/2]

result operator() ( ) const
inline

Operate on nothing.

Definition at line 165 of file cut.H.

References VectorSpace< Vector< scalar >, scalar, 3 >::zero.

◆ operator()() [2/2]

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

Operate on a triangle.

Definition at line 171 of file cut.H.


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