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

Method RemoveFirstTuple

Common/Core/vtkBitArray.cxx:732–737  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

730
731//------------------------------------------------------------------------------
732void vtkBitArray::RemoveFirstTuple()
733{
734 vtkErrorMacro("Not yet implemented...");
735 this->RemoveTuple(0);
736 this->DataChanged();
737}
738
739//------------------------------------------------------------------------------
740void vtkBitArray::RemoveLastTuple()

Callers 1

TestDataArrayFunction · 0.80

Calls 2

RemoveTupleMethod · 0.95
DataChangedMethod · 0.95

Tested by 1

TestDataArrayFunction · 0.64