26 #ifndef vtkIdentityTransform_h
27 #define vtkIdentityTransform_h
29 #include "vtkCommonTransformsModule.h"
107 float derivative[3][3]) VTK_OVERRIDE;
109 double derivative[3][3]) VTK_OVERRIDE;
120 ~vtkIdentityTransform() VTK_OVERRIDE;
125 vtkIdentityTransform(const vtkIdentityTransform&) VTK_DELETE_FUNCTION;
126 void operator=(const vtkIdentityTransform&) VTK_DELETE_FUNCTION;
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