17 #ifndef vtkIdentityTransform_h
18 #define vtkIdentityTransform_h
20 #include "vtkCommonTransformsModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
96 const float in[3],
float out[3],
float derivative[3][3])
override;
98 const double in[3],
double out[3],
double derivative[3][3])
override;
118 VTK_ABI_NAMESPACE_END
a simple class to control print indentation
abstract superclass for arrays of numeric data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points