------------------------------------------------------------------------------
| 175 | |
| 176 | //------------------------------------------------------------------------------ |
| 177 | void vtkCameraRepresentation::InitializePath() |
| 178 | { |
| 179 | if (!this->Interpolator) |
| 180 | { |
| 181 | return; |
| 182 | } |
| 183 | this->Interpolator->Initialize(); |
| 184 | this->CurrentTime = 0.0; |
| 185 | } |
| 186 | |
| 187 | //------------------------------------------------------------------------------ |
| 188 | void vtkCameraRepresentation::GetActors2D(vtkPropCollection* pc) |
no test coverage detected