15#ifndef vtkGeoTransform_h
16#define vtkGeoTransform_h
19#include "vtkGeovisCoreModule.h"
21VTK_ABI_NAMESPACE_BEGIN
65 vtkSetMacro(TransformZCoordinate,
bool);
66 vtkGetMacro(TransformZCoordinate,
bool);
128 const float in[3],
float out[3],
float derivative[3][3])
override;
130 const double in[3],
double out[3],
double derivative[3][3])
override;
abstract superclass for arrays of numeric data
Represent a projection from a sphere to a plane.
a simple class to control print indentation
represent and manipulate 3D points
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)