VTKExamples icon indicating copy to clipboard operation
VTKExamples copied to clipboard

The VTK examples, formerly hosted on media wiki

Results 26 VTKExamples issues
Sort by recently updated
recently updated
newest added

Data is available at: test.vtk: http://web.kaist.ac.kr/~hjy/test.vtk brainweb.img: http://web.kaist.ac.kr/~hjy/brainweb.img brainweb.hdr: http://web.kaist.ac.kr/~hjy/brainweb.hdr Second and third datasets can be downloaded from [BrainWeb](http://www.bic.mni.mcgill.ca/brainweb/), which is free of charge in use for a research. "test.vtk"...

There is an aircraft model, which is a series of disordered point clouds. How to generate its triangulated mesh model?Thank you!!! use Python language.

Hi there, I'm really new to paraview and vtk and I'm trying to write a programable filter in paraview and it seems need vtk functions. I'm trying to modify the...

I use it meshlab.exe Open an obj file, or use Notepad to open an obj file. There are only 26408 vertices in it。 The obj file format is as follows...

Hi there! I'm trying to run the Python Rendering/Shadows example with vtk8.1.0, on windows 10 (through anaconda3). The result seems a bit odd to me. I can't understand where the...

In VTK, is there any way to generate a lattice model similar to the one shown below by either implicit modeling or Level-set? If I switch to a lattice model...

I built vtk from the [master branch](https://gitlab.kitware.com/vtk/vtk) and installed in /opt/vtk. Distro is Arch Linux. I've set the paths to my vtk installation as ``` export VTK_DIR=/opt/vtk VTKPYTHONPATH=$VTK_DIR/lib/python3.8/site-packages export PYTHONPATH=$PYTHONPATH:$VTKPYTHONPATH...

I have been trying to work with the hardware selector (https://lorensen.github.io/VTKExamples/site/Python/Visualization/HardwareSelector/) and had been having problems until it was pointed out to me that the x and y values in...

This repository should be improved to reduce it's size (currently over 1Gb) * Data and Baseline could be stored in VTK data and baselines with on demand download * .html...

./RenderWindowUISingleInheritance: relocation error: /home/wjl/Qt5.12.2/5.12.2/gcc_64/lib/libQt5Widgets.so.5: symbol _ZN23QPlatformSystemTrayIcon20contextMenuRequestedE6QPointPK15QPlatformScreen version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference Compling is OK. but can not run. Ubuntu 18.04 VTK 8.2.0 QT 5.12