* 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. */
| 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; } |
no outgoing calls
no test coverage detected