| 468 | */ |
| 469 | vtkTimeStamp GetRGBTransferFunctionMTime(int index); |
| 470 | vtkTimeStamp GetRGBTransferFunctionMTime() { return this->GetRGBTransferFunctionMTime(0); } |
| 471 | |
| 472 | /** |
| 473 | * WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE |
nothing calls this directly
no test coverage detected