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

Function GetNumberOfTuples

Common/Core/vtkAbstractArray.h:201–201  ·  view source on GitHub ↗

* Get the number of complete tuples (a component group) in the array. */

Source from the content-addressed store, hash-verified

199 * Get the number of complete tuples (a component group) in the array.
200 */
201 vtkIdType GetNumberOfTuples() const { return (this->MaxId + 1) / this->NumberOfComponents; }
202
203 /**
204 * Get the total number of values in the array. This is typically equivalent

Callers 15

vtkDataArray.hFile · 0.85
PrintSelfMethod · 0.85
GetGlslDeclarationMethod · 0.85
SetUniformMethod · 0.85
GetGlslDeclarationMethod · 0.85
SetUniformMethod · 0.85
GetGlslDeclarationMethod · 0.85
SetUniformMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected