-
Good morning,
I tried to build VtkDicom as a VTK 9.0.1 remote module using the option USE_ITK_GDCM activated to avoid rebuilding GDCM since I use it also for ITK 5.3.
This is how i build ITK as an…
-
_FAST.Farm_ can output slices of the low resolution grid. When a very large farm is modeled, a single slice may be very large compared to the region of actual interest.
**Describe the solution …
-
-
### Motivation
Support for the Industry Foundation Classes (IFC) format.
### Detailed Description
Add a new vtkIFCImporter
```js
vtkResourceLoader
.loadScript('https://cdn.jsdelivr.n…
-
```
import { createApp, Vue } from 'vue';
import { createPinia } from 'pinia';
import router from '@/router';
import App from './App.vue';
import VTK from 'vue-vtk-js';
const app = createA…
-
I have installed Genius open source on my Ubuntu 13.10.
While compiling any input test file genius gives an error
"Genius is not compiled with XML VTK support, skip VTK export..."
and hence no vtk f…
-
**Feature Overview**
panel.pane.Vizzu integrates Vizzu for animated and interactive visualizations. However, as noted in [PR #7356](https://github.com/holoviz/panel/pull/7356), it increases Panel's co…
-
### Description
Discovered by @LenkaNovak running `julia --project tutorials/Atmos/agnesi_hs_lin.jl --vtk 0.5shours --vtk-number-sample-points 1 --sim-time 15000`:
```
...
┌ Info: Starting Agn…
-
Hello,
I upgraded to `pcl-1.8` and `vtk-7.1` but when I try to run the correspondence grouping tutorial here: [http://pointclouds.org/documentation/tutorials/correspondence_grouping.php#correspondence…
-
```
What steps will reproduce the problem?
1. import pyvtk
2. data = pyvtk.VtkData('data.vtk') # This is a binary structured_points dataset
I see that this raises a NotImplemented error. I am mostly…