My VTK fork
 
 
 
 
 
 
Go to file
Ben Boeckel 43f9c80f54 Merge topic 'ci-fix-upload-jobs'
d2a1b934b0 gitlab-ci: refactor upload jobs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Acked-by: Patrick Avery <patrick.avery@kitware.com>
Merge-request: !9592
2022-10-01 13:46:09 -04:00
.ExternalData
.github doc: update gitlab links in sources and documentation files 2020-05-26 11:40:25 -04:00
.gitlab Merge topic 'ci-fix-upload-jobs' 2022-10-01 13:46:09 -04:00
Accelerators/Vtkm Add namespace header test for all public headers. 2022-09-20 16:13:59 -05:00
CMake VTK Nightly Date Stamp 2022-10-01 00:01:37 -04:00
Charts/Core Add name mangling module test. 2022-09-20 16:13:59 -05:00
Common Clean up cmake for abi namespace. 2022-09-23 11:48:57 -05:00
Documentation Merge topic 'import-abort-extraction' 2022-09-30 11:57:58 -04:00
Domains Add name mangling module test. 2022-09-20 16:13:59 -05:00
Examples Put VTK symbols inside ABI namespace macros. 2022-09-20 16:13:59 -05:00
Filters Merge topic 'import-abort-extraction' 2022-09-30 11:57:58 -04:00
GUISupport Add name mangling module test. 2022-09-20 16:13:59 -05:00
Geovis Add name mangling module test. 2022-09-20 16:13:59 -05:00
IO Merge topic 'minc-stdstring' 2022-09-28 18:41:41 -04:00
Imaging Add name mangling module test. 2022-09-20 16:13:59 -05:00
Infovis Add name mangling module test. 2022-09-20 16:13:59 -05:00
Interaction Add name mangling module test. 2022-09-20 16:13:59 -05:00
Parallel vtkThreadedTaskQueue: fix deadlock in destructor 2022-09-29 09:27:34 -04:00
Remote Update the ref to vtkDICOM remote module 2022-08-01 15:43:27 -06:00
Rendering Merge topic 'rtwrapper-abinamespace' 2022-09-27 10:36:32 -04:00
Testing add(test): non regression test EnSight6 + TemporalCache interaction 2022-09-26 16:34:10 +02:00
ThirdParty Merge branch 'upstream-expat' into expat-2.4.8-fix-cache-var 2022-09-22 08:41:44 -04:00
Utilities Add expansion for new macro in doxygen.in 2022-09-23 13:02:26 -05:00
Views Add name mangling module test. 2022-09-20 16:13:59 -05:00
Web Add name mangling module test. 2022-09-20 16:13:59 -05:00
Wrapping Set magic variable to disable abi namespace in WrappingTools 2022-09-28 08:26:13 -05:00
.clang-format Add PyObject_HEAD to clang-format 2021-09-09 16:12:20 -06:00
.clang-tidy clang-tidy: fix `bugprone-implicit-widening-of-multiplication-result` lints 2022-07-01 15:08:31 -04:00
.gitattributes gitattributes: ignore formatting in CMake/patches 2020-04-09 17:35:19 -04:00
.gitignore RT wrapper, VisRTX backend 2019-04-03 14:15:03 -04:00
.gitlab-ci.yml Merge topic 'ci-fix-upload-jobs' 2022-10-01 13:46:09 -04:00
.gitmodules VTKm: bump to v1.7.1 2022-04-11 22:33:54 +00:00
.hooks-config.bash
.kitware-release-paraview.json release: update notification lists in the release process 2022-09-27 10:54:24 -04:00
.kitware-release.json release: update notification lists in the release process 2022-09-27 10:54:24 -04:00
CMakeLists.txt cmake: support replacing the debug suffix for Python modules 2022-09-26 11:39:56 -04:00
CONTRIBUTING.md doc: update gitlab links in sources and documentation files 2020-05-26 11:40:25 -04:00
CTestConfig.cmake
Copyright.txt
README.md expat 2022-09-21 (e0cbe708) 2022-09-21 10:14:28 -04:00
vtkBanner.gif
vtkLogo.ico

README.md

VTK - The Visualization Toolkit

Introduction

VTK is an open-source software system for image processing, 3D graphics, volume rendering and visualization. VTK includes many advanced algorithms (e.g., surface reconstruction, implicit modeling, decimation) and rendering techniques (e.g., hardware-accelerated volume rendering, LOD control).

VTK is used by academicians for teaching and research; by government research institutions such as Los Alamos National Lab in the US or CINECA in Italy; and by many commercial firms who use VTK to build or extend products.

The origin of VTK is with the textbook "The Visualization Toolkit, an Object-Oriented Approach to 3D Graphics" originally published by Prentice Hall and now published by Kitware, Inc. (Third Edition ISBN 1-930934-07-6). VTK has grown (since its initial release in 1994) to a world-wide user base in the commercial, academic, and research communities.

Learning Resources

  • General information is available at the VTK Homepage.

  • Community discussion takes place on the VTK Discourse forum.

  • Commercial support and training are available from Kitware.

  • Doxygen-generated nightly reference documentation is available online.

  • There is now a large collection of VTK Examples that showcase VTK features and provide a useful learning resource.

Reporting Bugs

If you have found a bug:

  1. If you have a patch, please read the CONTRIBUTING.md document.

  2. Otherwise, please join the VTK Discourse forum and ask about the expected and observed behaviors to determine if it is really a bug.

  3. Finally, if the issue is not resolved by the above steps, open an entry in the VTK Issue Tracker.

Requirements

In general VTK tries to be as portable as possible; the specific configurations below are known to work and tested.

VTK supports the following compilers:

  1. GCC 4.8 or newer
  2. Clang 3.3 or newer
  3. Apple Clang 5.0 (from Xcode 5.0) or newer
  4. Microsoft Visual Studio 2015 or newer
  5. Intel 14.0 or newer

VTK supports the following operating systems:

  1. Windows Vista or newer
  2. Mac OS X 10.7 or newer
  3. Linux (ex: Ubuntu 12.04 or newer, Debian 4 or newer)

Building

See build.md (in Documentation/dev/) for build instructions.

Contributing

See CONTRIBUTING.md for instructions to contribute.

License

VTK is distributed under the OSI-approved BSD 3-clause License. See Copyright.txt for details.