| 195 | } |
| 196 | |
| 197 | void vtkSQLDatabaseGraphSource::AddLinkVertex(const char* column, const char* domain, int hidden) |
| 198 | { |
| 199 | this->Implementation->TableToGraph->AddLinkVertex(column, domain, hidden); |
| 200 | this->Modified(); |
| 201 | } |
| 202 | |
| 203 | void vtkSQLDatabaseGraphSource::ClearLinkVertices() |
| 204 | { |