MCPcopy 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 /**

Calls

no outgoing calls

Tested by

no test coverage detected