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

Function GetVTKVersion

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

* Return the version of vtk this object is a part of. * A variety of methods are included. GetVTKSourceVersion returns a string * with an identifier which timestamps a particular source tree. */

Source from the content-addressed store, hash-verified

35 * with an identifier which timestamps a particular source tree.
36 */
37 static const char* GetVTKVersion() { return VTK_VERSION; }
38 static const char* GetVTKVersionFull();
39 static int GetVTKMajorVersion() { return VTK_MAJOR_VERSION; }
40 static int GetVTKMinorVersion() { return VTK_MINOR_VERSION; }

Callers 5

vtkNIFTIImageWriterMethod · 0.85
WriteDataMethod · 0.85
mainFunction · 0.85
IMAGE_BENCHMARK_MAINFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected