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

Method SetVariantValue

Common/Core/vtkBitArray.h:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414inline void vtkBitArray::SetVariantValue(vtkIdType id, vtkVariant value)
415{
416 this->SetValue(id, value.ToInt());
417}
418
419inline void vtkBitArray::InsertVariantValue(vtkIdType id, vtkVariant value)
420{

Callers

nothing calls this directly

Calls 2

SetValueMethod · 0.95
ToIntMethod · 0.45

Tested by

no test coverage detected