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

Method InsertNextValue

Common/Core/vtkBitArray.h:424–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424inline vtkIdType vtkBitArray::InsertNextValue(int i)
425{
426 this->InsertValue(this->MaxId + 1, i);
427 this->DataChanged();
428 return this->MaxId;
429}
430
431inline void vtkBitArray::Squeeze()
432{

Callers 15

InsertNextTupleMethod · 0.95
RequestInformationMethod · 0.45
create_geometryMethod · 0.45
AddFieldIntFunction · 0.45
AddFieldDoubleFunction · 0.45
AddFieldStringFunction · 0.45
WriteCellBufferAndViewFunction · 0.45
RequestDataMethod · 0.45

Calls 2

InsertValueMethod · 0.95
DataChangedMethod · 0.95

Tested by 15

UnitTestSTLWriterFunction · 0.36
TestReadWriteReadFunction · 0.36
CreateThreeTetraFunction · 0.36
TestXMLReaderVariantFunction · 0.36
TestNumericsDetectTypeFunction · 0.36
TestNumericsConvertTypeFunction · 0.36
TestNumericsOverflowFunction · 0.36
TestDelimitedTextWriterFunction · 0.36
TestDataTypeFunction · 0.36
testLinePlotMethod · 0.36
testBarGraphMethod · 0.36