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

Function RemoveFirstTuple

Common/Core/vtkDataArray.h:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 virtual void RemoveTuple(vtkIdType tupleIdx)
252 VTK_EXPECTS(0 <= tupleIdx && tupleIdx < GetNumberOfTuples()) = 0;
253 virtual void RemoveFirstTuple() { this->RemoveTuple(0); }
254 virtual void RemoveLastTuple();
255 ///@}
256

Callers

nothing calls this directly

Calls 1

RemoveTupleMethod · 0.45

Tested by

no test coverage detected