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

Method InsertNextValue

Common/Core/vtkVariantArray.cxx:756–761  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

754
755//------------------------------------------------------------------------------
756vtkIdType vtkVariantArray::InsertNextValue(ValueType value)
757{
758 this->InsertValue(++this->MaxId, value);
759 this->DataElementChanged(this->MaxId);
760 return this->MaxId;
761}
762
763//------------------------------------------------------------------------------
764vtkVariantArray::ValueType* vtkVariantArray::GetPointer(vtkIdType id)

Callers 1

InsertNextTupleMethod · 0.95

Calls 2

InsertValueMethod · 0.95
DataElementChangedMethod · 0.95

Tested by

no test coverage detected