------------------------------------------------------------------------------
| 20 | |
| 21 | //------------------------------------------------------------------------------ |
| 22 | void vtkHandleSource::GetDirection(double dir[3]) |
| 23 | { |
| 24 | for (int i = 0; i < 3; i++) |
| 25 | { |
| 26 | dir[i] = this->GetDirection()[i]; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | //------------------------------------------------------------------------------ |
| 31 | void vtkHandleSource::PrintSelf(ostream& os, vtkIndent indent) |
no outgoing calls
no test coverage detected