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

Function GetNumberOfComponents

Common/DataModel/vtkCellAttribute.h:140–140  ·  view source on GitHub ↗

* Return the number of components this function provides * at each point in space. * * This should be consistent with the value returned by GetSpace(). */

Source from the content-addressed store, hash-verified

138 * This should be consistent with the value returned by GetSpace().
139 */
140 virtual int GetNumberOfComponents() const { return this->NumberOfComponents; }
141
142 /**
143 * Initialize an attribute.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected