MCPcopy Create free account
hub / github.com/Kitware/VTK / InitializeToCurrentDir

Method InitializeToCurrentDir

IO/XML/vtkRTXMLPolyDataReader.cxx:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

NewDataAvailableMethod · 0.95

Calls 1

SetLocationMethod · 0.95

Tested by

no test coverage detected