29 #ifndef vtkIdentityTransform_h
30 #define vtkIdentityTransform_h
32 #include "vtkCommonTransformsModule.h"
110 float derivative[3][3]) VTK_OVERRIDE;
112 double derivative[3][3]) VTK_OVERRIDE;
123 ~vtkIdentityTransform() VTK_OVERRIDE;
128 vtkIdentityTransform(const vtkIdentityTransform&) VTK_DELETE_FUNCTION;
129 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