------------------------------------------------------------------------------
| 118 | |
| 119 | //------------------------------------------------------------------------------ |
| 120 | const char* vtkPDirectory::GetPath() const |
| 121 | { |
| 122 | return this->Path.c_str(); |
| 123 | } |
| 124 | |
| 125 | //------------------------------------------------------------------------------ |
| 126 | void vtkPDirectory::Clear() |