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

Function Length

Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 */
53 int Size(vtkInformation* info);
54 int Length(vtkInformation* info) { return this->Size(info); }
55 /**
56 * Put the value on the back of the vector, with reference counting.
57 */

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected