28 #ifndef vtkGeoTransform_h 29 #define vtkGeoTransform_h 31 #include "vtkGeovisCoreModule.h" 74 void InternalTransformPoint( const
float in[3],
float out[3] ) VTK_OVERRIDE;
75 void InternalTransformPoint( const
double in[3],
double out[3] ) VTK_OVERRIDE;
85 void InternalTransformDerivative( const
float in[3],
float out[3],
float derivative[3][3] ) VTK_OVERRIDE;
86 void InternalTransformDerivative( const
double in[3],
double out[3],
double derivative[3][3] ) VTK_OVERRIDE;
98 void InternalTransformPoints(
double* ptsInOut,
vtkIdType numPts,
int stride );
108 #endif // vtkGeoTransform_h
Represent a projection from a sphere to a plane.
a simple class to control print indentation
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points