CSol
Public Member Functions | Protected Member Functions | List of all members
CSol_Grid_Op_Scalar Class Reference

Carries out a range of operations on a Grid, returning a scalar value. More...

#include <csol_grid_op_scalar.h>

Inherits Operation.

Public Member Functions

 CSol_Grid_Op_Scalar ()
 
virtual ~CSol_Grid_Op_Scalar ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

Operations include the maximum over Grid, the minimum over Grid, the integral (the sum multipled by spacing), the mean value, the standard deviation and the root-mean-square value.

Constructor & Destructor Documentation

~CSol_Grid_Op_Scalar ( )
virtual

Member Function Documentation

bool execute ( )
protectedvirtual