Re: [Paraview] How to create a vtkModule in Paraview

2017-06-22 Thread michal wozniak
Hi, The .lib isn't created on Windows if we have no exports. To generate the .lib file, you will need to at least have one class in your module with a "VTK_EXPORT". [Michael Burr] https://stackoverflow.com/questions/584041/how-do-i-build-an-import-library-lib-and-a-dll-in-visual-c

[Paraview] wrong representation of vtkImageData in pipeline

2017-02-21 Thread michal wozniak
Hi, I am creating an Image using a filter and then adding it to the pipeline. In Paraview, it is displaying a weird image like if it was corrupted. To verify that my filter was creating the image correctly, I am using the vtkTIFFWriter to output the image in tiff format. I open the tiff file

[Paraview] vtkPythonProgrammableFilter Multiple output port?

2017-02-10 Thread michal wozniak
Hi, Since ParaView 5.2, vtkPythonProgrammableFilter can now accept multiple input ports. Is it possible to also have multiple output port? Thanks, Michal ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware

[Paraview] Loading state file - not loading the connections to each inputs port

2016-08-30 Thread michal wozniak
I have a state file which contains multiple filters, some have multiple inputs port. When I load the state file everything load correctly but every filter that uses multiple ports (input) get this error "Input port (1,2,3,4,...) of algorithm "random name" has 0 connection but is not optional. I

Re: [Paraview] 3D Widgets

2016-08-25 Thread michal wozniak
Hi, Thanks a lot! This is exactly what I was looking for. From: Utkarsh Ayachit<mailto:utkarsh.ayac...@kitware.com> Sent: Wednesday, August 24, 2016 4:00 PM To: michal wozniak<mailto:michalwozn...@live.ca> Cc: paraview@paraview.org<mailto:paraview@paraview.org> Subject:

[Paraview] 3D Widgets

2016-08-24 Thread michal wozniak
Hi, I am trying to add 3D widgets to my custom filters. I am trying to find some documentation. For eg, let's say I want to add a BoxWidget that will just surround my input data. How do I achieve this? I am having trouble understanding the process of linking the widget to the filter inside the

Re: [Paraview] [Non-DoD Source] Re: Qt version support update 2016

2016-08-15 Thread michal wozniak
Hi, I'm currently using qt 5.6 with vs 2015 and python 2.7 and everything is building correctly. I still didn't try QT 5.7. On Windows, you need to make sure your PATH are set correctly. Verify that your CMake PATH isn't set before your qt or else your ParaView executable will find some qt dll

Re: [Paraview] Paraview Build python dependency

2016-08-11 Thread michal wozniak
/MP parameter to enable multi-processor build ? From: Utkarsh Ayachit<mailto:utkarsh.ayac...@kitware.com> Sent: Thursday, August 11, 2016 1:42 PM To: michal wozniak<mailto:michalwozn...@live.ca> Cc: paraview@paraview.org<mailto:paraview@paraview.org> Subject: Re: [Paraview] Par

[Paraview] Paraview Build python dependency

2016-08-09 Thread michal wozniak
deploying python with ParaView. If only there was some python tool like windeployqt.exe which is provided by qt. thanks Michal Wozniak___ Powered by www.kitware.com Visit other Kitware open-source project

Re: [Paraview] Coordinate Result from Calculator

2016-06-08 Thread michal wozniak
will find them in the Scalars list button. Regards, Joachim Pouderoux PhD, Technical Expert Kitware SAS 2016-06-07 21:50 GMT+02:00 michal wozniak : Hi everyone, I am calculating the mean of two source point using the python calculator. Then I use the calculator filter to get the Coordinate Re

Re: [Paraview] Coordinate Result from Calculator

2016-06-08 Thread michal wozniak
, Joachim Pouderoux PhD, Technical Expert Kitware SAS 2016-06-07 21:50 GMT+02:00 michal wozniak : Hi everyone, I am calculating the mean of two source point using the python calculator. Then I use the calculator filter to get the Coordinate Result. How do I access that value? in my pipeline, my

[Paraview] Coordinate Result from Calculator

2016-06-07 Thread michal wozniak
Hi everyone, I am calculating the mean of two source point using the python calculator. Then I use the calculator filter to get the Coordinate Result. How do I access that value? in my pipeline, my Calculator1 produce a Coordinate Result Array called "Result". What do I do to access this arra

Re: [Paraview] Save State/adding custom property

2016-05-31 Thread michal wozniak
const char * GetAnnotation (const char *key) > void RemoveAnnotation (const char *key) > void RemoveAllAnnotations () > bool HasAnnotation (const char *key) > int GetNumberOfAnnotations () > const char * GetAnnotationKeyAt (int index) > > Utkarsh > > On Sun, May 29, 2

[Paraview] Save State/adding custom property

2016-05-29 Thread michal wozniak
looking at so many classes related to this. Do i need to register my variable or send it using a specific function?Is there some documentation/tutorial for this? thanks Michal Wozniak ___ Powered by www.k

[Paraview] Paraview Web 5 show Widget‏

2016-05-19 Thread michal wozniak
Hi everyone,I have been trying for the past couple of day to replicate the show Widget (eg : show Plane, show Box display ) in ParaView web. In the desktop version, when you add a filter slice with Plane type, you get a red rectangle representing your widget with axes to easily move it. How do y