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

Function GetVTKSourceVersion

Common/Core/vtkVersion.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 static int GetVTKMinorVersion() { return VTK_MINOR_VERSION; }
41 static int GetVTKBuildVersion() { return VTK_BUILD_VERSION; }
42 static const char* GetVTKSourceVersion() { return VTK_SOURCE_VERSION; }
43
44protected:
45 vtkVersion() = default; // ensure constructor/destructor protected

Callers 3

PyMainMethod · 0.85
LoadLibrariesInPathMethod · 0.85
RegisterFactoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected