| 265 | } |
| 266 | |
| 267 | vtkMTimeType vtkMultiVolume::GetMTime() |
| 268 | { |
| 269 | auto mTime = this->Superclass::GetMTime(); |
| 270 | |
| 271 | mTime = this->BoundsComputeTime > mTime ? this->BoundsComputeTime.GetMTime() : mTime; |
| 272 | |
| 273 | return mTime; |
| 274 | } |
| 275 | |
| 276 | void vtkMultiVolume::PrintSelf(ostream& os, vtkIndent indent) |
| 277 | { |
no outgoing calls