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

Method SetNumberOfTuples

Common/Core/vtkVariantArray.cxx:209–213  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

207
208//------------------------------------------------------------------------------
209void vtkVariantArray::SetNumberOfTuples(vtkIdType number)
210{
211 this->SetNumberOfValues(this->NumberOfComponents * number);
212 this->DataChanged();
213}
214
215//------------------------------------------------------------------------------
216void vtkVariantArray::SetTuple(vtkIdType i, vtkIdType j, vtkAbstractArray* source)

Callers

nothing calls this directly

Calls 2

DataChangedMethod · 0.95
SetNumberOfValuesMethod · 0.45

Tested by

no test coverage detected