| 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 | |
| 44 | protected: |
| 45 | vtkVersion() = default; // ensure constructor/destructor protected |
no outgoing calls
no test coverage detected