NCL Home >
Documentation >
HLUs >
Classes
CurvilinearTransformation class
The CurvilinearTransformation class implements forward and reverse transformations for grids defined using 2D coordinate arrays.Synopsis
Header file: ncarg/hlu/CurvilinearTransformation.h Class name: curvilinearTransformationClass Class pointer: <Not referenceable> Fortran class function: <Not referenceable> Superclass: Transformation Composite classes: <None>
Resources
Local resources
The CurvilinearTransformation class does not define any publicly accessible resources.
Composite resources
The CurvilinearTransformation class has no composite class objects.
Superclass resources
You can access resources defined by the superclasses of the CurvilinearTransformation object class, including:
Description
The CurvilinearTransformation provides a basic algorithm for handling the transformations of data defined on two-dimensional coordinate grids. You do not create objects of the CurvilinearTransformation class directly. Plot objects that handle ScalarField and VectorField data create a CurvilinearTransformation object to handle the data transformations if:- the data object provides 2D coordinate arrays; and,
- the Transformation super-class resource
trGridType
is set to
Curvilinear
.
Support functions
There are no special support functions defined for the CurvilinearTransformation class or its superclasses.Status
See also
- ScalarField object
- VectorField object
- ContourPlot object
- StreamlinePlot object
- VectorPlot object
- Transformation object
- Obj object