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

Function GetNumberOfValues

Common/Core/vtkStringArray.h:215–215  ·  view source on GitHub ↗

* Return the number of values in the array. */

Source from the content-addressed store, hash-verified

213 * Return the number of values in the array.
214 */
215 vtkIdType GetNumberOfValues() const { return (this->MaxId + 1); }
216
217 int GetNumberOfElementComponents() { return 0; }
218 int GetElementComponentSize() const override

Calls

no outgoing calls

Tested by

no test coverage detected