------------------------------------------------------------------------------
| 36 | |
| 37 | //------------------------------------------------------------------------------ |
| 38 | void vtkExternalLight::SetPosition(double position1, double position2, double position3) |
| 39 | { |
| 40 | this->Superclass::SetPosition(position1, position2, position3); |
| 41 | this->PositionSet = true; |
| 42 | } |
| 43 | |
| 44 | //------------------------------------------------------------------------------ |
| 45 | void vtkExternalLight::SetFocalPoint(double focalpoint1, double focalpoint2, double focalpoint3) |
no outgoing calls
no test coverage detected