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

Method GetNumberOfValues

Common/Core/vtkBitArrayIterator.cxx:97–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

95}
96//------------------------------------------------------------------------------
97vtkIdType vtkBitArrayIterator::GetNumberOfValues() const
98{
99 if (this->Array)
100 {
101 return this->Array->GetNumberOfTuples() * this->Array->GetNumberOfComponents();
102 }
103 return 0;
104}
105//------------------------------------------------------------------------------
106int vtkBitArrayIterator::GetNumberOfComponents() const
107{

Callers 15

GetNumberOfLabelsMethod · 0.45
GetLabelMethod · 0.45
PaintLegendMethod · 0.45
UpdateGeometryMethod · 0.45
MouseMoveEventMethod · 0.45
MakeSelectionMethod · 0.45
UpdateLayoutMethod · 0.45
PaintMethod · 0.45

Calls 2

GetNumberOfTuplesMethod · 0.45
GetNumberOfComponentsMethod · 0.45

Tested by 15

TestQtSQLDatabaseFunction · 0.36
TestWithArrayHandleFunction · 0.36
TestResultArrayFunction · 0.36
PerformTestFunction · 0.36
FieldCopyFunction · 0.36
TestNamedColorsFunction · 0.36
TestMemoryAllocationsFunction · 0.36