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

Method GetNumberOfComponents

Common/DataModel/vtkGenericAttributeCollection.cxx:99–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99int vtkGenericAttributeCollection::GetNumberOfComponents()
100{
101 this->ComputeNumbers();
102
103 return this->NumberOfComponents;
104}
105
106//------------------------------------------------------------------------------
107// Description:

Callers 2

ComputeNumbersMethod · 0.45
SetActiveAttributeMethod · 0.45

Calls 1

ComputeNumbersMethod · 0.95

Tested by

no test coverage detected