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

Method GetNumberOfComponents

Common/Core/vtkBitArrayIterator.cxx:106–113  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104}
105//------------------------------------------------------------------------------
106int vtkBitArrayIterator::GetNumberOfComponents() const
107{
108 if (this->Array)
109 {
110 return this->Array->GetNumberOfComponents();
111 }
112 return 0;
113}
114
115//------------------------------------------------------------------------------
116int vtkBitArrayIterator::GetDataType() const

Callers 15

GetTuplesMethod · 0.45
GenericTupleSizeMethod · 0.45
SetTupleMethod · 0.45
SetTableMethod · 0.45
CopyComponentMethod · 0.45
SetTupleMethod · 0.45
InsertTupleMethod · 0.45

Calls

no outgoing calls

Tested by 8

_check_arraysMethod · 0.36
AllocateTuplesMethod · 0.36
ReallocateTuplesMethod · 0.36
TestComponentArrayFunction · 0.36
HasCorrectValuesFunction · 0.36
CheckUniquesFunction · 0.36
benchmarkFunction · 0.36
TestImplicitArraysBaseFunction · 0.36