Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ AddChild
Function
AddChild
Common/DataModel/vtkMutableDirectedGraph.h:283–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
*/
282
vtkIdType AddChild(vtkIdType parent, vtkVariantArray* propertyArr);
283
vtkIdType AddChild(vtkIdType parent) { return this->AddChild(parent, nullptr); }
284
285
/**
286
* Removes the vertex from the graph along with any connected edges.
Callers
nothing calls this directly
Calls
1
AddChild
Method · 0.45
Tested by
no test coverage detected