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

Method AddLinkVertex

IO/SQL/vtkSQLDatabaseGraphSource.cxx:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RequestDataMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected