-----------------------------------------------------------------------------
| 43 | |
| 44 | //----------------------------------------------------------------------------- |
| 45 | bool vtkPVFilePathEncodingHelper::OpenDirectory() |
| 46 | { |
| 47 | return this->CallObjectMethod("Open"); |
| 48 | } |
| 49 | |
| 50 | //----------------------------------------------------------------------------- |
| 51 | bool vtkPVFilePathEncodingHelper::RenameDirectory() |
nothing calls this directly
no test coverage detected