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

Method SetNumberOfTuples

Common/Core/vtkBitArray.cxx:377–380  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Set the number of n-tuples in the array.

Source from the content-addressed store, hash-verified

375//------------------------------------------------------------------------------
376// Set the number of n-tuples in the array.
377void vtkBitArray::SetNumberOfTuples(vtkIdType number)
378{
379 this->SetNumberOfValues(number * this->NumberOfComponents);
380}
381
382//------------------------------------------------------------------------------
383bool vtkBitArray::SetNumberOfValues(vtkIdType number)

Callers 15

DeepCopyMethod · 0.95
create_geometryMethod · 0.45
create_tracer_UGMethod · 0.45
add_amr_HTG_scalarMethod · 0.45
add_amr_UG_scalarMethod · 0.45
Read3DVolumeConnFastFunction · 0.45
RequestDataMethod · 0.45
CalculateVorticityMethod · 0.45
InitPressureDataMethod · 0.45
InitVariableDataMethod · 0.45

Calls 1

SetNumberOfValuesMethod · 0.95

Tested by 15

AddColorFunction · 0.36
SetFieldFunction · 0.36
PaintMethod · 0.36
AddColorFunction · 0.36
PaintMethod · 0.36
populateAttributesFunction · 0.36
RequestDataMethod · 0.36
fillBitArrayFunction · 0.36
fillIdTypeArrayFunction · 0.36
TestXMLHyperTreeGridIO2Function · 0.36
SetFieldFunction · 0.36