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

Method SetVertexQuery

IO/SQL/vtkSQLDatabaseGraphSource.cxx:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void vtkSQLDatabaseGraphSource::SetVertexQuery(const vtkStdString& query)
189{
190 if (query == this->Implementation->VertexQueryString)
191 return;
192
193 this->Implementation->VertexQueryString = query;
194 this->Modified();
195}
196
197void vtkSQLDatabaseGraphSource::AddLinkVertex(const char* column, const char* domain, int hidden)
198{

Callers 1

TestSQLGraphReaderFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 1

TestSQLGraphReaderFunction · 0.64