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

Method SetEdgeQuery

IO/SQL/vtkSQLDatabaseGraphSource.cxx:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void vtkSQLDatabaseGraphSource::SetEdgeQuery(const vtkStdString& query)
175{
176 if (query == this->Implementation->EdgeQueryString)
177 return;
178
179 this->Implementation->EdgeQueryString = query;
180 this->Modified();
181}
182
183vtkStdString vtkSQLDatabaseGraphSource::GetVertexQuery()
184{

Callers 1

TestSQLGraphReaderFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 1

TestSQLGraphReaderFunction · 0.64