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

Method LazyAddVertex

Common/DataModel/vtkMutableUndirectedGraph.cxx:129–138  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

127
128//------------------------------------------------------------------------------
129void vtkMutableUndirectedGraph::LazyAddVertex()
130{
131 if (this->Internals->UsingPedigreeIds && this->GetDistributedGraphHelper() != nullptr)
132 {
133 vtkErrorMacro("Adding vertex without a pedigree ID into a distributed graph that uses pedigree "
134 "IDs to name vertices");
135 }
136
137 this->LazyAddVertex(nullptr);
138}
139
140//------------------------------------------------------------------------------
141void vtkMutableUndirectedGraph::LazyAddVertex(vtkVariantArray* propertyArr)

Callers

nothing calls this directly

Calls 4

GetPedigreeIdsMethod · 0.80
GetVertexDataMethod · 0.80
AddVertexInternalMethod · 0.80

Tested by

no test coverage detected