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

Method SetNumberOfValues

Common/Core/vtkBitArray.cxx:383–391  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

381
382//------------------------------------------------------------------------------
383bool vtkBitArray::SetNumberOfValues(vtkIdType number)
384{
385 if (!this->Superclass::SetNumberOfValues(number))
386 {
387 return false;
388 }
389 this->InitializeUnusedBitsInLastByte();
390 return true;
391}
392
393//------------------------------------------------------------------------------
394// Description:

Callers 15

SetNumberOfTuplesMethod · 0.95
create_amr_HTGMethod · 0.45
ReadBinarySTLMethod · 0.45
ReadFileMethod · 0.45
AddElementIdsMethod · 0.45
AddNodeIdsMethod · 0.45
AddIntegerToFieldDataFunction · 0.45
AddFloatToFieldDataFunction · 0.45
ReadGeometryMethod · 0.45
MakeLabelListMethod · 0.45

Calls 1

Tested by 15

TestStackedPlotGL2PSFunction · 0.36
generateIcosidodecaheronFunction · 0.36
TestArrayNameCollisionFunction · 0.36
TestImageDataFunction · 0.36
TestBoxPlot2Function · 0.36
TestBoxPlotFunction · 0.36
TestStackedPlotFunction · 0.36
TestFunctionalBagPlotFunction · 0.36
TestVTKMWarpScalarFunction · 0.36
fillElevationArrayFunction · 0.36