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

Extracts a value from a CSol Grid. More...

#include <csol_grid_value.h>

Inherits Operation.

Public Member Functions

 CSol_Grid_Value ()
 
virtual ~CSol_Grid_Value ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

The position is specified in world co-ordinates, relative to the Grid offset. The interpolation type can be nearest neighbour, bilinear or bicubic for a two-dimensional Grid. For a one or three dimensional Grid the interpolation type is bilinear.

Constructor & Destructor Documentation

~CSol_Grid_Value ( )
virtual

Member Function Documentation

bool execute ( )
protectedvirtual