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

github.com/Kitware/VTK @v9.6.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v9.6.2 ↗ · + Follow
144,529 symbols 617,174 edges 16,021 files 57,630 documented · 40% updated 2d ago★ 3,179

Browse by type

Functions 117,662 Types & classes 26,864 Endpoints 3
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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 8.0 or newer
  2. Clang 7.0 or newer
  3. Apple Clang 11.0 (Xcode 11.3.1) or newer
  4. Microsoft Visual Studio 2019 or newer
  5. Intel 19.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.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 64,291
Function 53,371
Class 25,595
Enum 1,266
Interface 3
Route 3

Languages

C++80%
C18%
Python2%
Java1%
TypeScript1%

Modules by API surface

ThirdParty/sqlite/vtksqlite/shell.c809 symbols
ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/NEON/PacketMath.h773 symbols
ThirdParty/pugixml/vtkpugixml/src/pugixml.cpp547 symbols
ThirdParty/netcdf/vtknetcdf/libsrc/ncx.c534 symbols
ThirdParty/scn/vtkscn/include/vtkscn/scan.h527 symbols
ThirdParty/libxml2/vtklibxml2/xmlschemas.c423 symbols
ThirdParty/scn/vtkscn/src/vtkscn/impl.h351 symbols
ThirdParty/cgns/vtkcgns/src/cgnslib.c346 symbols
ThirdParty/glad/vtkglad/src/gl.c343 symbols
IO/Geometry/vtkOpenFOAMReader.cxx326 symbols
ThirdParty/fmt/vtkfmt/vtkfmt/chrono.h307 symbols
ThirdParty/cgns/vtkcgns/src/cgns_internals.c302 symbols

Datastores touched

(mysql)Database · 1 repos
elephantDatabase · 1 repos

For agents

$ claude mcp add VTK \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page