| 172 | } |
| 173 | |
| 174 | void 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 | |
| 183 | vtkStdString vtkSQLDatabaseGraphSource::GetVertexQuery() |
| 184 | { |