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

Method SetDataSourcePath

IO/Fides/vtkFidesReader.cxx:213–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void vtkFidesReader::SetDataSourcePath(const std::string& name, const std::string& path)
214{
215 if (this->Impl->NumberOfDataSources <= 0)
216 {
217 this->Impl->SetNumberOfDataSources();
218 }
219 vtkDebugMacro(<< "Number of data sources: " << this->Impl->NumberOfDataSources);
220 vtkDebugMacro(<< "source " << name << "'s path is " << path);
221 this->Impl->Paths[name] = path;
222 this->Modified();
223}
224
225void vtkFidesReader::SetDataSourceEngine(const std::string& name, const std::string& engine)
226{

Callers 4

RequestInformationMethod · 0.95
testFirstMethod · 0.80
testSecondMethod · 0.80
testThirdMethod · 0.80

Calls 2

ModifiedMethod · 0.45

Tested by 3

testFirstMethod · 0.64
testSecondMethod · 0.64
testThirdMethod · 0.64