Discussion:
[vtkusers] Questions about getting started with VTK.
A Z
2018-11-26 03:58:15 UTC
Permalink
-Are there precompiled Windows .dll files that I download, particularly 64 bit ones?
Is it possible to download VTK like this without having to try and fail
at compiling this myself? If not, could someone change this and post these .dll files
on the internet somewhere?

-If I only want to produce 2D or 3D plotting, is it possible to use a subset of the VTK
.dll files, so as to not have to include them all alongside a program?

-I know that it is possible to put a VTK plot into a popular graphics library format.
Does VTK have in place compatability for WXWidgets image drawing classes
and drawing elements?
Elvis Stansvik
2018-11-26 07:11:54 UTC
Permalink
Post by A Z
-Are there precompiled Windows .dll files that I download, particularly 64 bit ones?
Is it possible to download VTK like this without having to try and fail
at compiling this myself? If not, could someone change this and post these .dll files
on the internet somewhere?
I don't think there are any precompiled DLLs, you have to build from source.
Post by A Z
-If I only want to produce 2D or 3D plotting, is it possible to use a subset of the VTK
.dll files, so as to not have to include them all alongside a program?
Yes, you only have to include the DLLs you are using.
Utilities/Maintenance/WhatModulesVTK.py is a handy script that is
included with the VTK source that you can run to see what exact
modules you need to link with, based on what you're including in your
source. Run it without arguments to get a help message.
Post by A Z
-I know that it is possible to put a VTK plot into a popular graphics library format.
Does VTK have in place compatability for WXWidgets image drawing classes
and drawing elements?
I'm only aware of official support for Qt and MFC. This seems to be a
third party class for wx integration:

https://github.com/harshn05/wxvtk-UpdatedOnJan23_2018

HTH,
Elvis
Post by A Z
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Search the list archives at: http://markmail.org/search/?q=vtkusers
https://public.kitware.com/mailman/listinfo/vtkusers
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
https://public.kitwa

Loading...