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

Method InsertVariantValue

Common/Core/vtkVariantArray.cxx:750–753  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

748
749//------------------------------------------------------------------------------
750void vtkVariantArray::InsertVariantValue(vtkIdType id, ValueType value)
751{
752 this->InsertValue(id, value);
753}
754
755//------------------------------------------------------------------------------
756vtkIdType vtkVariantArray::InsertNextValue(ValueType value)

Callers

nothing calls this directly

Calls 1

InsertValueMethod · 0.95

Tested by

no test coverage detected