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

Method GetValue

Common/Core/vtkBitArray.cxx:167–170  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Get the data at a particular index.

Source from the content-addressed store, hash-verified

165//------------------------------------------------------------------------------
166// Get the data at a particular index.
167int vtkBitArray::GetValue(vtkIdType id) const
168{
169 return (this->Array[id / 8] & (0x80 >> (id % 8))) != 0;
170}
171
172//------------------------------------------------------------------------------
173// Allocate memory for this array. Delete old storage only if necessary.

Callers 15

GetTupleMethod · 0.95
UpdateLookupMethod · 0.95
GetTooltipLabelMethod · 0.45
PaintMethod · 0.45
GetBoundingRectMethod · 0.45
ConfigurePlotBarMethod · 0.45
GetTooltipLabelMethod · 0.45
GetLabelMethod · 0.45
PaintMethod · 0.45
GetTooltipLabelMethod · 0.45
PaintMethod · 0.45
PaintLegendMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestCategoryLegendFunction · 0.36
TestQtSQLDatabaseFunction · 0.36
TestVTKMNDHistogramFunction · 0.36
RunFunction · 0.36
TestCopyAttributeDataFunction · 0.36
CheckPerBlockFieldDataFunction · 0.36
GetValueFunction · 0.36
testUnicodeMethod · 0.36