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

Function GetNumberOfTableTypes

Common/DataModel/vtkStatisticalModel.h:112–112  ·  view source on GitHub ↗

* Get the number of table types. * * This is the number of entries in the TableType enumeration. * You may assume that the enumeration is sequential starting at 0. */

Source from the content-addressed store, hash-verified

110 * You may assume that the enumeration is sequential starting at 0.
111 */
112 static int GetNumberOfTableTypes() { return 3; }
113
114 /**
115 * Get the number of tables across all types.

Callers 1

AddModelToAssemblyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected