| 150 | } |
| 151 | |
| 152 | void vtkRTXMLPolyDataReader::InitializeToCurrentDir() |
| 153 | { |
| 154 | // TODO: need to add support for other platform like windows |
| 155 | this->SetLocation("./"); |
| 156 | } |
| 157 | |
| 158 | //------------------------------------------------------------------------------ |
| 159 | int vtkRTXMLPolyDataReader::IsProcessed(const char* fname) |
no test coverage detected