Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetNumberOfComponents
Function
GetNumberOfComponents
Common/Core/vtkAbstractArray.h:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
*/
138
vtkSetClampMacro(NumberOfComponents, int, 1, VTK_INT_MAX);
139
int GetNumberOfComponents() const { return this->NumberOfComponents; }
140
///@}
141
142
/**
Callers
5
vtkScaledSOADataArrayTemplate.h
File · 0.70
vtkAOSDataArrayTemplate.h
File · 0.70
vtkSOADataArrayTemplate.h
File · 0.70
vtkDataArray.h
File · 0.70
vtkGenericDataArray.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected