------------------------------------------------------------------------------
| 364 | |
| 365 | //------------------------------------------------------------------------------ |
| 366 | vtkMTimeType vtkAxesActor::GetMTime() |
| 367 | { |
| 368 | vtkMTimeType mTime = this->Superclass::GetMTime(); |
| 369 | return mTime; |
| 370 | } |
| 371 | |
| 372 | //------------------------------------------------------------------------------ |
| 373 | vtkMTimeType vtkAxesActor::GetRedrawMTime() |
no outgoing calls
no test coverage detected