------------------------------------------------------------------------------
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | void vtkTransform2D::InternalDeepCopy(vtkTransform2D* transform) |
| 60 | { |
| 61 | // copy the input |
| 62 | this->Matrix->DeepCopy(transform->Matrix); |
| 63 | } |
| 64 | |
| 65 | //------------------------------------------------------------------------------ |
| 66 | vtkMTimeType vtkTransform2D::GetMTime() |