BISICLES AMR ice sheet model  0.9
Public Member Functions | List of all members
Transformation Class Referenceabstract

abstract class for co-ordinate Transformations. More...

#include <Transformation.H>

Inheritance diagram for Transformation:
Inheritance graph
[legend]

Public Member Functions

virtual RealVect transform (const RealVect &x) const =0
 given x, compute x' More...
 
virtual ~Transformation ()
 

Detailed Description

abstract class for co-ordinate Transformations.

Constructor & Destructor Documentation

◆ ~Transformation()

virtual Transformation::~Transformation ( )
inlinevirtual

Member Function Documentation

◆ transform()

virtual RealVect Transformation::transform ( const RealVect &  x) const
pure virtual

given x, compute x'

Implemented in gdalxytolatlon, and PolarStereographicCartesianToPolarTransformation.

Referenced by UnstructuredIO::writeCF().


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