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

Function AddID

Filters/Sources/vtkSelectionSource.h:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 */
176 void AddID(unsigned int nodeId, vtkIdType piece, vtkIdType id);
177 void AddID(vtkIdType piece, vtkIdType id) { this->AddID(0, piece, id); }
178 void AddStringID(unsigned int nodeId, vtkIdType piece, const char* id);
179 void AddStringID(vtkIdType piece, const char* id) { this->AddStringID(0, piece, id); }
180 ///@}

Callers

nothing calls this directly

Calls 1

AddIDMethod · 0.80

Tested by

no test coverage detected