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

Method Insert

Rendering/Label/vtkLabelHierarchyPrivate.h:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 void AddChildren(octree<LabelSet, 2>::octree_node_pointer self, LabelSet& emptyNode);
136 void AddChildren(octree<LabelSet, 3>::octree_node_pointer self, LabelSet& emptyNode);
137 void Insert(vtkIdType anchor)
138 {
139 this->insert(anchor);
140 ++this->TotalAnchors;
141 }
142 void Increment() { ++this->TotalAnchors; }
143 vtkIdType GetLocalAnchorCount() const { return static_cast<vtkIdType>(this->size()); }
144 vtkIdType GetTotalAnchorCount() const { return this->TotalAnchors; }

Callers 5

PlaceLabelFunction · 0.45
DropAnchor2Method · 0.45
DropAnchor3Method · 0.45
InsertPolyDataMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected