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

Creates an ArrayNd from a CSol::Grid. More...

#include <csol_grid_to_arraynd.h>

Inherits Operation.

Public Member Functions

 CSol_Grid_to_ArrayNd ()
 
virtual ~CSol_Grid_to_ArrayNd ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

No data is copied as part of this process. Data is only copied when later operations attempt to read / writedata from / to the ArrayNd that is generated. Note that where possible, attribute data is auto-populated in accordance to the CF-1.6 conventions, the specification for which can be found <a href="http://cfconventions.org/Data/cf-conventions/cf-conventions-1.6/build/cf-conventions.pdf">here.

Constructor & Destructor Documentation

~CSol_Grid_to_ArrayNd ( )
virtual

Member Function Documentation

bool execute ( )
protectedvirtual