------------------------------------------------------------------------------
| 137 | |
| 138 | //------------------------------------------------------------------------------ |
| 139 | void vtkGeneralTransform::InternalTransformPoint(const float input[3], float output[3]) |
| 140 | { |
| 141 | vtkConcatenationTransformPoint(this->Input, this->Concatenation, input, output); |
| 142 | } |
| 143 | |
| 144 | //------------------------------------------------------------------------------ |
| 145 | void vtkGeneralTransform::InternalTransformPoint(const double input[3], double output[3]) |
no test coverage detected