From dave.demarle at kitware.com Mon May 1 12:02:44 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Mon, 1 May 2017 12:02:44 -0400 Subject: [vtkusers] Code of QtVTKImageFilter example In-Reply-To: References: Message-ID: Hi Ana, For the moment I've pushed them here: https://github.com/demarle/vtkqt-examples Bonus points for any webinar student if they push the examples to the vtk wiki examples project. http://www.vtk.org/Wiki/VTK/Examples hth David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Apr 27, 2017 at 3:56 PM, Ana Margarida Mota wrote: > Hello! > > Thank you but I already looked at all the examples in VTK/Examples/Cxx and > it didn't help me much... > > Any other idea? > > Ana > > 2017-04-27 19:03 GMT+01:00 Nacim Foudilbey : > >> Hi, >> Basic example with Qt: >> http://www.paraview.org/Wiki/VTK/Examples/Cxx/Qt/RenderWindowNoUiFile >> hope this helpe you >> Nacim >> >> >> On 27 April 2017 at 13:01, Ana Margarida Mota >> wrote: >> >>> Hello, >>> >>> I am a PhD student and I am trying to use VTK+Qt. >>> >>> I am following the example in https://www.youtube.com/wat >>> ch?v=sb5FTVGqhPo. Thank you! Is helping me a lot!! >>> >>> >>> However, I am having some problems with the code. I think there should >>> be someting related with the header file, but I am not sure! >>> >>> I would like to ask if it is possible for me to have access to the code >>> used in this QtVTKImageFilter example: >>> >>> >>> *QtVTKImageFilter **.cxx* >>> >>> *SimpleMainWindow.cxx* >>> >>> *SimpleMainWindow.h* >>> >>> >>> >>> It was very important for me if I could look at these files! >>> >>> Thank you very much in advance! >>> >>> >>> Best regards, >>> >>> Ana Margarida Mota >>> >>> _______________________________________________ >>> 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: >>> http://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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tevain at telecom-paristech.fr Mon May 1 14:26:08 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Mon, 1 May 2017 20:26:08 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> Message-ID: <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> Hello everyone! I'm trying to build VTK 7.1.1 with the Python wrapping with Visual studio 2017 on Win10. Everything goes fine until the end of the build, where a bunch of error appears in the vtkpython project like : vtkPythonAppInit.cxx ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: 'int PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl *)(void)' ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of the functions with this name in scope match the target type ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: 'int PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl *)(void)' ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of the functions with this name in scope match the target type and so on. The only similar error in the mailing list is http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error-td5735728.html ; but that doesn't help me since my python path are correctly set. The building config is : Windows 10 x64 Visual Studio 2017 Python 3.6.1 (installed from python.org exe) VTK 7.1.1 with : -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib (-Static libraries) Anyone have already encountered such problems and solved it ? Thanks in advance. Tim From kayarre at gmail.com Mon May 1 14:55:37 2017 From: kayarre at gmail.com (kayarre) Date: Mon, 1 May 2017 11:55:37 -0700 (MST) Subject: [vtkusers] best_way_of_writing_transient_multiblocks(unstructured grid dataSets) In-Reply-To: References: Message-ID: <1493664937001-5743031.post@n5.nabble.com> Hi Giorgos, I am interested in a similar problem. I have some ensight Gold files that I want to convert to a vtk/paraview format, but the files don't have time information and I would like to include that. Were you able to construct a solution to include the time information into each file? Regards, ~Kurt -- View this message in context: http://vtk.1045678.n5.nabble.com/best-way-of-writing-transient-multiblocks-unstructured-grid-dataSets-tp5735840p5743031.html Sent from the VTK - Users mailing list archive at Nabble.com. From david.gobbi at gmail.com Mon May 1 15:24:11 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Mon, 1 May 2017 13:24:11 -0600 Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> Message-ID: Hi Tim, I haven't seen this error message before, but my guess is that building the Python wrappers with static linkage does not work with Python 3. I'm not sure how difficult this is to fix. It might be as simple as adding a couple #ifdefs to the code (to the VTK code, I mean.). - David On Mon, May 1, 2017 at 12:26 PM, Timothee Evain wrote: > Hello everyone! > > I'm trying to build VTK 7.1.1 with the Python wrapping with Visual studio > 2017 on Win10. Everything goes fine until the end of the build, where a > bunch of error appears in the vtkpython project like : > > vtkPythonAppInit.cxx > ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: 'int > PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot > convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > *)(void)' > ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of the > functions with this name in scope match the target type > ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: 'int > PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot > convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > *)(void)' > ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of the > functions with this name in scope match the target type > > and so on. The only similar error in the mailing list is > http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build- > error-td5735728.html ; but that doesn't help me since my python path are > correctly set. > > The building config is : > Windows 10 x64 > Visual Studio 2017 > Python 3.6.1 (installed from python.org exe) > VTK 7.1.1 with : > -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib > -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe > -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include > -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib > (-Static libraries) > > Anyone have already encountered such problems and solved it ? > > Thanks in advance. > > Tim > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.gobbi at gmail.com Mon May 1 15:52:21 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Mon, 1 May 2017 13:52:21 -0600 Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> Message-ID: Hi Tim, As a temporary work-around, you can try modifying the VTK code yourself. In the VTK/CMake directory, there is a file called vtkPythonWrapping.cmake. The following line (around line 195) is where the problem is: set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void init${module}Python();") Try changing the "void" to "PyObject *": set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject *init${module}Python();") Let me know if that fixes the compile error. - David On Mon, May 1, 2017 at 1:24 PM, David Gobbi wrote: > Hi Tim, > > I haven't seen this error message before, but my guess is that building > the Python wrappers with static linkage does not work with Python 3. I'm > not sure how difficult this is to fix. It might be as simple as adding a > couple #ifdefs to the code (to the VTK code, I mean.). > > - David > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > tevain at telecom-paristech.fr> wrote: > >> Hello everyone! >> >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual studio >> 2017 on Win10. Everything goes fine until the end of the build, where a >> bunch of error appears in the vtkpython project like : >> >> vtkPythonAppInit.cxx >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: 'int >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl >> *)(void)' >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of the >> functions with this name in scope match the target type >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: 'int >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl >> *)(void)' >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of the >> functions with this name in scope match the target type >> >> and so on. The only similar error in the mailing list is >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error >> -td5735728.html ; but that doesn't help me since my python path are >> correctly set. >> >> The building config is : >> Windows 10 x64 >> Visual Studio 2017 >> Python 3.6.1 (installed from python.org exe) >> VTK 7.1.1 with : >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib >> (-Static libraries) >> >> Anyone have already encountered such problems and solved it ? >> >> Thanks in advance. >> >> Tim >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tevain at telecom-paristech.fr Mon May 1 16:42:04 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Mon, 1 May 2017 22:42:04 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> Message-ID: <1223979804.9135886.1493671324473.JavaMail.zimbra@enst.fr> Hi David, Many thanks, your work-around is working, compilation error is fixed :). With a hasty try, I get some linker error now, cmake seems to put the python release lib into the debug profile, but I should make a clean compilation tomorrow. I will let you know if I succeed ! Thanks again. Tim ----- Mail original ----- De: "David Gobbi" ?: "Timothee Evain" Cc: "VTK Users" , "Utkarsh Ayachit" Envoy?: Lundi 1 Mai 2017 21:52:21 Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail Hi Tim, As a temporary work-around, you can try modifying the VTK code yourself. In the VTK/CMake directory, there is a file called vtkPythonWrapping.cmake. The following line (around line 195) is where the problem is: set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void init${module}Python();") Try changing the "void" to "PyObject *": set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject *init${module}Python();") Let me know if that fixes the compile error. - David On Mon, May 1, 2017 at 1:24 PM, David Gobbi wrote: > Hi Tim, > > I haven't seen this error message before, but my guess is that building > the Python wrappers with static linkage does not work with Python 3. I'm > not sure how difficult this is to fix. It might be as simple as adding a > couple #ifdefs to the code (to the VTK code, I mean.). > > - David > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > tevain at telecom-paristech.fr> wrote: > >> Hello everyone! >> >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual studio >> 2017 on Win10. Everything goes fine until the end of the build, where a >> bunch of error appears in the vtkpython project like : >> >> vtkPythonAppInit.cxx >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: 'int >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl >> *)(void)' >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of the >> functions with this name in scope match the target type >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: 'int >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl >> *)(void)' >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of the >> functions with this name in scope match the target type >> >> and so on. The only similar error in the mailing list is >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error >> -td5735728.html ; but that doesn't help me since my python path are >> correctly set. >> >> The building config is : >> Windows 10 x64 >> Visual Studio 2017 >> Python 3.6.1 (installed from python.org exe) >> VTK 7.1.1 with : >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib >> (-Static libraries) >> >> Anyone have already encountered such problems and solved it ? >> >> Thanks in advance. >> >> Tim >> > From tharun160190 at gmail.com Tue May 2 03:19:10 2017 From: tharun160190 at gmail.com (Tharun) Date: Tue, 2 May 2017 00:19:10 -0700 (MST) Subject: [vtkusers] How is the color of cell interpolated given different colors to each cell point? Message-ID: <1493709550552-5743035.post@n5.nabble.com> In all the workflows I see, we assign a scalar value to each point and color of cell(colors inside cell) is interpolated(calculated) automatically by VTK using the color of cell points. May I know how is the interpolation done? Thanks in advance. -- View this message in context: http://vtk.1045678.n5.nabble.com/How-is-the-color-of-cell-interpolated-given-different-colors-to-each-cell-point-tp5743035.html Sent from the VTK - Users mailing list archive at Nabble.com. From zjinger at hotmail.com Tue May 2 04:26:43 2017 From: zjinger at hotmail.com (Zou Jing) Date: Tue, 2 May 2017 08:26:43 +0000 Subject: [vtkusers] read and view .vtk file Message-ID: Dear all T want to read and view .vtk file ,but there is an error at actor->SetMapper(Mapper) said that There is no proper conversion function from vtkSmartPointer to . here is my code: vtkSmartPointer vtkReader = vtkSmartPointer::New(); vtkReader->SetFileName("C:\\Users\\Administrator\\Desktop\\jing\\t.vtk"); //vtkSmartPointer polydata = vtkReader->GetOutput(); vtkSmartPointer Mapper = vtkSmartPointer::New(); Mapper->SetInputConnection(vtkReader->GetOutputPort()); vtkSmartPointer actor = vtkSmartPointer::New(); actor->SetMapper(Mapper);//->SetInputConnection(vtkreader->GetOutputPort()); vtkSmartPointer renderer = vtkSmartPointer::New(); vtkSmartPointer renderWindow = vtkSmartPointer::New(); renderWindow->AddRenderer(renderer); vtkSmartPointer renderWindowInteractor = vtkSmartPointer::New(); renderWindowInteractor->SetRenderWindow(renderWindow); renderer->AddActor(actor); renderer->SetBackground(.2, .3, .4); renderWindow->Render(); renderWindowInteractor->Start(); return 0; -------------- next part -------------- An HTML attachment was scrubbed... URL: From mariatsourm at yahoo.gr Tue May 2 09:31:26 2017 From: mariatsourm at yahoo.gr (=?UTF-8?B?zpzOsc+Bzq/OsSDOpM+Dzr/Pjc+BzrzOsQ==?=) Date: Tue, 2 May 2017 13:31:26 +0000 (UTC) Subject: [vtkusers] vtkTypeTraits.h error: "Type long is not 4 or 8 bytes in size." References: <1766436178.989167.1493731886515.ref@mail.yahoo.com> Message-ID: <1766436178.989167.1493731886515@mail.yahoo.com> Dear all, I am facing a problem compiling a project in Visual Studio 2013 with VTK 7.1.0 (Release, x64). When I build the project, I get the error below in vtkTypeTraits.h file: ..\vtk-7.1.0\common\core\vtkTypeTraits.h(115): fatal error C1189: #error :? "Type long is not 4 or 8 bytes in size." I haven't changed anything in other files. Could you please help me? Why do I get this error? Thank you in advance.Maria -------------- next part -------------- An HTML attachment was scrubbed... URL: From mariatsourm at yahoo.gr Tue May 2 09:32:51 2017 From: mariatsourm at yahoo.gr (maria_ts) Date: Tue, 2 May 2017 06:32:51 -0700 (MST) Subject: [vtkusers] vtkTypeTraits.h error: "Type long is not 4 or 8 bytes in size." Message-ID: <1493731971684-5743038.post@n5.nabble.com> I am facing a problem compiling a project in Visual Studio 2013 with VTK 7.1.0 (Release, x64). When I build the project, I get the error below in vtkTypeTraits.h file: ..\vtk-7.1.0\common\core\vtkTypeTraits.h(115): fatal error C1189: #error : "Type long is not 4 or 8 bytes in size." I haven't changed anything in other files. Could you please help me? Why do I get this error? -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkTypeTraits-h-error-Type-long-is-not-4-or-8-bytes-in-size-tp5743038.html Sent from the VTK - Users mailing list archive at Nabble.com. From dave.demarle at kitware.com Tue May 2 10:40:17 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Tue, 2 May 2017 10:40:17 -0400 Subject: [vtkusers] How is the color of cell interpolated given different colors to each cell point? In-Reply-To: <1493709550552-5743035.post@n5.nabble.com> References: <1493709550552-5743035.post@n5.nabble.com> Message-ID: If vtkMapper::InterpolateScalarsBeforeMapping is Off, we send the RGBs at each vertex and GL interpolates the RGB values over the polygon. This can produce incorrect results (colors outside of the lookup table) so I don't recommend it. If On, we send the color lookup table for the object over and the values at each vertex instead of the colors at each vertex. GL interpolates the values over the polygon and looks up the color at each pixel from the lookup table. Note that you can also color by cell aligned values. See vtkMapper::SetScalarModeToUseCellData(). Here the color of all pixels within a polygon will be the same and determined by looking up the cell's value in the lookuptable. On May 2, 2017 3:19 AM, "Tharun" wrote: > In all the workflows I see, we assign a scalar value to each point and > color > of cell(colors inside cell) is interpolated(calculated) automatically by > VTK > using the color of cell points. > > May I know how is the interpolation done? > > Thanks in advance. > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.c > om/How-is-the-color-of-cell-interpolated-given-different-col > ors-to-each-cell-point-tp5743035.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rcourant at gmail.com Tue May 2 11:28:54 2017 From: rcourant at gmail.com (Carlos Lopez) Date: Tue, 2 May 2017 11:28:54 -0400 Subject: [vtkusers] vtkImporter subclass may break OpenVR application Message-ID: Hello, I'd like to share an issue I've been tracking with an application that uses OpenVR where the window would close suddenly. The issue is related to vtkImporter, as I was using a subclass that did not need access to the main vtkOpenVRRenderWindow, so it defaulted to creating its own render window. Clearing vtkImporter also calls the vtkOpenVRRenderWindow destructor, which shuts down the connections to the OpenVR system for the whole app. This strange interaction is enabled when compiling VTK with the factory option for OpenVR. best, carlos -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Tue May 2 13:59:49 2017 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Tue, 02 May 2017 17:59:49 +0000 Subject: [vtkusers] [Paraview] VTK files in Virtual Reality In-Reply-To: References: Message-ID: Justin you may want to send this to vtk mailing list in the future. I believe you are asking for HMD VR as opposed to Cave VR? If the answer is 1) you can look at the sample application in the VTK source code and add multiple models as you needed. Can you provide more detail on what you are trying to do? Thanks, On Tue, May 2, 2017 at 1:06 PM Justin McGinnity wrote: > Howdy, > > I have a question concerning visualizing VTK files in Virtual Reality. > Currently it seems that only one VTK file can be viewed at a time in > Virtual Reality. Will it be possible in the future to loop through VTK > files in Virtual Reality as is possible in the Render View? Or is this > already implemented but requires a settings change? > > > *Sincerely,* > > Justin McGinnity > Texas A&M University *- *Class of 2019 > Mechanical Engineering Major *&& *Computer Science Minor > mcginnityj at tamu.edu* ||* 909.740.5442 <(909)%20740-5442> > _______________________________________________ > 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 ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken.martin at kitware.com Tue May 2 14:30:41 2017 From: ken.martin at kitware.com (Ken Martin) Date: Tue, 2 May 2017 14:30:41 -0400 Subject: [vtkusers] [Paraview] VTK files in Virtual Reality In-Reply-To: References: Message-ID: If you are talking about ParaView to VR (OpenVR) then you can view as many VTK files as you want at once. Just open them up in ParaView and then send to VR. The animation panel currently is not supported, so no animations from ParaView to VR. On Tue, May 2, 2017 at 1:59 PM, Aashish Chaudhary < aashish.chaudhary at kitware.com> wrote: > Justin you may want to send this to vtk mailing list in the future. > > I believe you are asking for HMD VR as opposed to Cave VR? If the answer > is 1) you can look at the sample application in the VTK source code and add > multiple models as you needed. Can you provide more detail on what you are > trying to do? > > Thanks, > > > On Tue, May 2, 2017 at 1:06 PM Justin McGinnity > wrote: > >> Howdy, >> >> I have a question concerning visualizing VTK files in Virtual Reality. >> Currently it seems that only one VTK file can be viewed at a time in >> Virtual Reality. Will it be possible in the future to loop through VTK >> files in Virtual Reality as is possible in the Render View? Or is this >> already implemented but requires a settings change? >> >> >> *Sincerely,* >> >> Justin McGinnity >> Texas A&M University *- *Class of 2019 >> Mechanical Engineering Major *&& *Computer Science Minor >> mcginnityj at tamu.edu* ||* 909.740.5442 <(909)%20740-5442> >> _______________________________________________ >> 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 ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tevain at telecom-paristech.fr Tue May 2 15:38:03 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Tue, 2 May 2017 21:38:03 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> Message-ID: <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> Hello David, Some follow-up: After vtkPythonWrapping.cmake modification, the first set of error is gone. But then, linking fail for this project with: [...] 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol initvtkCommonCorePython referenced in function "void __cdecl vtkpythonmodulesPythonLoadAllPythonModules(void)" (?vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol initvtkCommonMathPython referenced in function "void __cdecl vtkpythonmodulesPythonLoadAllPythonModules(void)" (?vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol initvtkCommonMiscPython referenced in function "void __cdecl vtkpythonmodulesPythonLoadAllPythonModules(void)" (?vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) [...] Looking at the the vtkpython linking dependencies, I'm a bit confused. First of all, the python lib ([...]Python_3.6.1\libs\python36.lib) is set for release profile but also on debug (rather than [...]Python_3.6.1\libs\python36_d.lib ?) by cmake. Then, for both profiles are linked all the vtk*Python and all the vtk*PythonD libs, which seems unusual, as I was expecting vtk*Python libs in release and vtk*PythonD libs in debug. I'm not sure if this is an expected configuration, so I have not found the source of error. Don't hesitate to tell me if you need additionnal information! Tim ----- Mail original ----- De: "David Gobbi" ?: "Timothee Evain" Cc: "VTK Users" , "Utkarsh Ayachit" Envoy?: Lundi 1 Mai 2017 21:52:21 Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail Hi Tim, As a temporary work-around, you can try modifying the VTK code yourself. In the VTK/CMake directory, there is a file called vtkPythonWrapping.cmake. The following line (around line 195) is where the problem is: set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void init${module}Python();") Try changing the "void" to "PyObject *": set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject *init${module}Python();") Let me know if that fixes the compile error. - David On Mon, May 1, 2017 at 1:24 PM, David Gobbi wrote: > Hi Tim, > > I haven't seen this error message before, but my guess is that building > the Python wrappers with static linkage does not work with Python 3. I'm > not sure how difficult this is to fix. It might be as simple as adding a > couple #ifdefs to the code (to the VTK code, I mean.). > > - David > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > tevain at telecom-paristech.fr> wrote: > >> Hello everyone! >> >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual studio >> 2017 on Win10. Everything goes fine until the end of the build, where a >> bunch of error appears in the vtkpython project like : >> >> vtkPythonAppInit.cxx >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: 'int >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl >> *)(void)' >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of the >> functions with this name in scope match the target type >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: 'int >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': cannot >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl >> *)(void)' >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of the >> functions with this name in scope match the target type >> >> and so on. The only similar error in the mailing list is >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error >> -td5735728.html ; but that doesn't help me since my python path are >> correctly set. >> >> The building config is : >> Windows 10 x64 >> Visual Studio 2017 >> Python 3.6.1 (installed from python.org exe) >> VTK 7.1.1 with : >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib >> (-Static libraries) >> >> Anyone have already encountered such problems and solved it ? >> >> Thanks in advance. >> >> Tim >> > From mozendi at gmail.com Tue May 2 16:00:54 2017 From: mozendi at gmail.com (mozendi) Date: Tue, 2 May 2017 13:00:54 -0700 (MST) Subject: [vtkusers] vtk3ddelaunay save in .ply, .stl, .obj or .wrl Message-ID: <1493755254075-5743046.post@n5.nabble.com> Dear VTK users, I am using VTK to generate a 3D Delaunay triangulation from a list of input points that are obtained using terrestrial laser scanner. So far, I successfully generated some 3D triangulations and saved them in vtk or vtu file formats. However, I need to save them as one of the popular formats such as .ply, .stl, .obj or .wrl. Could you please tell me how can I save 3d triangulation in one of these formats? My other question is about setAlpha and setTolerance parameters, could you please explain me these parameters in detail? Thanks in advance int main( int argc, char* argv[] ) { //load the point cloud vtkSmartPointer reader = vtkSmartPointer::New(); reader->SetFileName("kucuk50k.xyz"); reader->Update(); vtkPolyData* polydata = reader->GetOutput(); std::cout << "The point cloud is loaded" << std::endl; //end of point cloud loading std::cout << "----------------------------------------------" << std::endl; // Generate a mesh from the input points. If Alpha is non-zero, then // tetrahedra, triangles, edges and vertices that lie within the // alpha radius are output. std::cout << "Start delaunay 3d triangulation" << std::endl; vtkSmartPointer delaunay3DAlpha = vtkSmartPointer::New(); delaunay3DAlpha->SetInputConnection(reader->GetOutputPort()); delaunay3DAlpha->SetAlpha(0.01); std::cout << "3d Delaunay computed" << std::endl; std::cout << "----------------------------------------------" << std::endl; std::cout << "Start writing the triangulation" << std::endl; vtkSmartPointer ugWriter = vtkSmartPointer::New(); ugWriter->SetInputConnection(delaunay3DAlpha->GetOutputPort()); ugWriter->SetFileName("delaunayy_50k.vtk"); ugWriter->Write(); std::cout << "VTK file created" << std::endl; return EXIT_SUCCESS; } -- View this message in context: http://vtk.1045678.n5.nabble.com/vtk3ddelaunay-save-in-ply-stl-obj-or-wrl-tp5743046.html Sent from the VTK - Users mailing list archive at Nabble.com. From david.gobbi at gmail.com Tue May 2 20:08:05 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Tue, 2 May 2017 18:08:05 -0600 Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> Message-ID: Hi Timothee, The "D" on the the vtk*PythonD does not mean "Debug". Each build (whether release or debug) will have a full set of vtk*PythonD libraries and vtk*Python modules. Both are needed for the VTK build. My system doesn't have a python_d debug library (I'm OS X), but it is probably unrelated to the link error, and it is totally unrelated to the PythonD libraries. As for the link error, it probably has to do with these lines in Wrapping/Python/CMakeLists.txt: list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS}) Can you add the following immediately below these lines, and tell me what is printed? message(STATUS "vtkPython_LIBRARIES ${vtkPython_LIBRARIES}") message(STATUS "VTKPYTHON_LINK_LIBS ${VTKPYTHON_LINK_LIBS}") Regards, - David On Tue, May 2, 2017 at 1:38 PM, Timothee Evain wrote: > Hello David, > > Some follow-up: > > After vtkPythonWrapping.cmake modification, the first set of error is gone. > But then, linking fail for this project with: > [...] > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonCorePython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonMathPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonMiscPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > [...] > > Looking at the the vtkpython linking dependencies, I'm a bit confused. > First of all, the python lib ([...]Python_3.6.1\libs\python36.lib) is set > for release profile but also on debug (rather than [...]Python_3.6.1\libs\python36_d.lib > ?) by cmake. > Then, for both profiles are linked all the vtk*Python and all the > vtk*PythonD libs, which seems unusual, as I was expecting vtk*Python libs > in release and vtk*PythonD libs in debug. > I'm not sure if this is an expected configuration, so I have not found the > source of error. > > Don't hesitate to tell me if you need additionnal information! > > Tim > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Lundi 1 Mai 2017 21:52:21 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Tim, > > As a temporary work-around, you can try modifying the VTK code yourself. > In the VTK/CMake directory, there is a file called > vtkPythonWrapping.cmake. The following line (around line 195) is where the > problem is: > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void > init${module}Python();") > > Try changing the "void" to "PyObject *": > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > *init${module}Python();") > > Let me know if that fixes the compile error. > > - David > > On Mon, May 1, 2017 at 1:24 PM, David Gobbi wrote: > > > Hi Tim, > > > > I haven't seen this error message before, but my guess is that building > > the Python wrappers with static linkage does not work with Python 3. I'm > > not sure how difficult this is to fix. It might be as simple as adding a > > couple #ifdefs to the code (to the VTK code, I mean.). > > > > - David > > > > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > > tevain at telecom-paristech.fr> wrote: > > > >> Hello everyone! > >> > >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual > studio > >> 2017 on Win10. Everything goes fine until the end of the build, where a > >> bunch of error appears in the vtkpython project like : > >> > >> vtkPythonAppInit.cxx > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: > 'int > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > cannot > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > >> *)(void)' > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of > the > >> functions with this name in scope match the target type > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: > 'int > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > cannot > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > >> *)(void)' > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of > the > >> functions with this name in scope match the target type > >> > >> and so on. The only similar error in the mailing list is > >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error > >> -td5735728.html ; but that doesn't help me since my python path are > >> correctly set. > >> > >> The building config is : > >> Windows 10 x64 > >> Visual Studio 2017 > >> Python 3.6.1 (installed from python.org exe) > >> VTK 7.1.1 with : > >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib > >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe > >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include > >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib > >> (-Static libraries) > >> > >> Anyone have already encountered such problems and solved it ? > >> > >> Thanks in advance. > >> > >> Tim > >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tevain at telecom-paristech.fr Wed May 3 15:20:58 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Wed, 3 May 2017 21:20:58 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> Message-ID: <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> Hi! That explains why the full are in both profile, thanks for the clarification! One strange thing about the CMakeLists.txt: the one I got downloading the 7.1.1 archive on vtk.org does not contain this part before "target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS})" (around line 246) : # Add the libPython.dylib file and link explicitly against it. # This is needed because this is a new python executable, which needs it's libraries. find_package(PythonLibs REQUIRED) list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) that is in contrast to the file in github. Nonetheless, after fixing it, the reporting is : vtkPython_LIBRARIES C:/Program Files/Python_3.6.1/libs/python36.lib VTKPYTHON_LINK_LIBS vtkWrappingPythonCore; vtkCommonCorePython; vtkCommonMathPython; vtkCommonMiscPython; vtkCommonSystemPython; vtkCommonTransformsPython; vtkCommonDataModelPython; vtkCommonColorPython; vtkCommonExecutionModelPython; vtkCommonComputationalGeometryPython; vtkFiltersCorePython; vtkFiltersGeneralPython; vtkImagingCorePython; vtkImagingFourierPython; vtkFiltersStatisticsPython; vtkFiltersExtractionPython; vtkInfovisCorePython; vtkFiltersGeometryPython; vtkFiltersSourcesPython; vtkRenderingCorePython; vtkRenderingFreeTypePython; vtkRenderingContext2DPython; vtkChartsCorePython; vtkIOImagePython; vtkIOCorePython; vtkIOSQLPython; vtkImagingStatisticsPython; vtkInteractionStylePython; vtkRenderingImagePython; vtkRenderingOpenGL2Python; vtkDICOMPython; vtkIOLegacyPython; vtkIOXMLParserPython; vtkDomainsChemistryPython; vtkDomainsChemistryOpenGL2Python; vtkIOXMLPython; vtkParallelCorePython; vtkFiltersAMRPython; vtkFiltersFlowPathsPython; vtkFiltersGenericPython; vtkImagingSourcesPython; vtkFiltersHybridPython; vtkFiltersHyperTreePython; vtkImagingGeneralPython; vtkFiltersImagingPython; vtkFiltersModelingPython; vtkFiltersParallelPython; vtkFiltersParallelImagingPython; vtkFiltersPointsPython;vtkFiltersProgrammablePython;vtkFiltersPythonPython;vtkFiltersSMPPython;vtkFiltersSelectionPython;vtkFiltersTexturePython;vtkFiltersVerdictPython;vtkImagingHybridPython;vtkInfovisLayoutPython;vtkImagingColorPython;vtkRenderingAnnotationPython;vtkRenderingVolumePython;vtkInteractionWidgetsPython;vtkViewsCorePython;vtkGeovisCorePython;vtkIOAMRPython;vtkIOEnSightPython;vtkIOExodusPython;vtkRenderingGL2PSOpenGL2Python;vtkIOExportPython;vtkIOGeometryPython;vtkIOImportPython;vtkIOInfovisPython;vtkIOLSDynaPython;vtkIOMINCPython;vtkIOMoviePython;vtkIONetCDFPython;vtkIOPLYPython;vtkIOParallelPython;vtkIOParallelXMLPython;vtkIOTecplotTablePython;vtkIOVideoPython;vtkImagingMathPython;vtkImagingMorphologicalPython;vtkImagingOpenGL2Python;vtkImagingStencilPython;vtkInteractionImagePython;vtkPythonInterpreterPython;vtkRenderingContextOpenGL2Python;vtkRenderingLODPython;vtkRenderingLabelPython;vtkRenderingMatplotlibPython;vtkRenderingVolumeOpenGL2Python;vtkViewsContext2DPython;vtkViewsInfovisPython;C:/Program Files/Python_3.6.1/libs/python36.lib ----- Mail original ----- De: "David Gobbi" ?: "Timothee Evain" Cc: "VTK Users" , "Utkarsh Ayachit" Envoy?: Mercredi 3 Mai 2017 02:08:05 Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail Hi Timothee, The "D" on the the vtk*PythonD does not mean "Debug". Each build (whether release or debug) will have a full set of vtk*PythonD libraries and vtk*Python modules. Both are needed for the VTK build. My system doesn't have a python_d debug library (I'm OS X), but it is probably unrelated to the link error, and it is totally unrelated to the PythonD libraries. As for the link error, it probably has to do with these lines in Wrapping/Python/CMakeLists.txt: list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS}) Can you add the following immediately below these lines, and tell me what is printed? message(STATUS "vtkPython_LIBRARIES ${vtkPython_LIBRARIES}") message(STATUS "VTKPYTHON_LINK_LIBS ${VTKPYTHON_LINK_LIBS}") Regards, - David On Tue, May 2, 2017 at 1:38 PM, Timothee Evain wrote: > Hello David, > > Some follow-up: > > After vtkPythonWrapping.cmake modification, the first set of error is gone. > But then, linking fail for this project with: > [...] > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonCorePython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonMathPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonMiscPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > [...] > > Looking at the the vtkpython linking dependencies, I'm a bit confused. > First of all, the python lib ([...]Python_3.6.1\libs\python36.lib) is set > for release profile but also on debug (rather than [...]Python_3.6.1\libs\python36_d.lib > ?) by cmake. > Then, for both profiles are linked all the vtk*Python and all the > vtk*PythonD libs, which seems unusual, as I was expecting vtk*Python libs > in release and vtk*PythonD libs in debug. > I'm not sure if this is an expected configuration, so I have not found the > source of error. > > Don't hesitate to tell me if you need additionnal information! > > Tim > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Lundi 1 Mai 2017 21:52:21 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Tim, > > As a temporary work-around, you can try modifying the VTK code yourself. > In the VTK/CMake directory, there is a file called > vtkPythonWrapping.cmake. The following line (around line 195) is where the > problem is: > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void > init${module}Python();") > > Try changing the "void" to "PyObject *": > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > *init${module}Python();") > > Let me know if that fixes the compile error. > > - David > > On Mon, May 1, 2017 at 1:24 PM, David Gobbi wrote: > > > Hi Tim, > > > > I haven't seen this error message before, but my guess is that building > > the Python wrappers with static linkage does not work with Python 3. I'm > > not sure how difficult this is to fix. It might be as simple as adding a > > couple #ifdefs to the code (to the VTK code, I mean.). > > > > - David > > > > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > > tevain at telecom-paristech.fr> wrote: > > > >> Hello everyone! > >> > >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual > studio > >> 2017 on Win10. Everything goes fine until the end of the build, where a > >> bunch of error appears in the vtkpython project like : > >> > >> vtkPythonAppInit.cxx > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: > 'int > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > cannot > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > >> *)(void)' > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of > the > >> functions with this name in scope match the target type > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: > 'int > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > cannot > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > >> *)(void)' > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of > the > >> functions with this name in scope match the target type > >> > >> and so on. The only similar error in the mailing list is > >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error > >> -td5735728.html ; but that doesn't help me since my python path are > >> correctly set. > >> > >> The building config is : > >> Windows 10 x64 > >> Visual Studio 2017 > >> Python 3.6.1 (installed from python.org exe) > >> VTK 7.1.1 with : > >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib > >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe > >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include > >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib > >> (-Static libraries) > >> > >> Anyone have already encountered such problems and solved it ? > >> > >> Thanks in advance. > >> > >> Tim > >> > > > From tevain at telecom-paristech.fr Wed May 3 15:26:08 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Wed, 3 May 2017 21:26:08 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> Message-ID: <1436604792.10641082.1493839568135.JavaMail.zimbra@enst.fr> Hi! That explains why the full are in both profile, thanks for the clarification! One strange thing about the CMakeLists.txt: the one I got downloading the 7.1.1 archive on vtk.org does not contain this part before "target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS})" (around line 246) : # Add the libPython.dylib file and link explicitly against it. # This is needed because this is a new python executable, which needs it's libraries. find_package(PythonLibs REQUIRED) list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) that is in contrast to the file in github. Nonetheless, after fixing it, the reporting is : vtkPython_LIBRARIES C:/Program Files/Python_3.6.1/libs/python36.lib VTKPYTHON_LINK_LIBS vtkWrappingPythonCore; vtkCommonCorePython; vtkCommonMathPython; vtkCommonMiscPython; vtkCommonSystemPython; vtkCommonTransformsPython; vtkCommonDataModelPython; vtkCommonColorPython; vtkCommonExecutionModelPython; vtkCommonComputationalGeometryPython; vtkFiltersCorePython; vtkFiltersGeneralPython; vtkImagingCorePython; vtkImagingFourierPython; vtkFiltersStatisticsPython; vtkFiltersExtractionPython; vtkInfovisCorePython; vtkFiltersGeometryPython; vtkFiltersSourcesPython; vtkRenderingCorePython; vtkRenderingFreeTypePython; vtkRenderingContext2DPython; vtkChartsCorePython; vtkIOImagePython; vtkIOCorePython; vtkIOSQLPython; vtkImagingStatisticsPython; vtkInteractionStylePython; vtkRenderingImagePython; vtkRenderingOpenGL2Python; vtkDICOMPython; vtkIOLegacyPython; vtkIOXMLParserPython; vtkDomainsChemistryPython; vtkDomainsChemistryOpenGL2Python; vtkIOXMLPython; vtkParallelCorePython; vtkFiltersAMRPython; vtkFiltersFlowPathsPython; vtkFiltersGenericPython; vtkImagingSourcesPython; vtkFiltersHybridPython; vtkFiltersHyperTreePython; vtkImagingGeneralPython; vtkFiltersImagingPython; vtkFiltersModelingPython; vtkFiltersParallelPython; vtkFiltersParallelImagingPython; vtkFiltersPointsPython; vtkFiltersProgrammablePython; vtkFiltersPythonPython; vtkFiltersSMPPython; vtkFiltersSelectionPython; vtkFiltersTexturePython; vtkFiltersVerdictPython; vtkImagingHybridPython; vtkInfovisLayoutPython; vtkImagingColorPython; vtkRenderingAnnotationPython; vtkRenderingVolumePython; vtkInteractionWidgetsPython; vtkViewsCorePython; vtkGeovisCorePython; vtkIOAMRPython; vtkIOEnSightPython; vtkIOExodusPython; vtkRenderingGL2PSOpenGL2Python; vtkIOExportPython; vtkIOGeometryPython; vtkIOImportPython; vtkIOInfovisPython; vtkIOLSDynaPython; vtkIOMINCPython; vtkIOMoviePython; vtkIONetCDFPython; vtkIOPLYPython; vtkIOParallelPython; vtkIOParallelXMLPython; vtkIOTecplotTablePython; vtkIOVideoPython; vtkImagingMathPython; vtkImagingMorphologicalPython; vtkImagingOpenGL2Python; vtkImagingStencilPython; vtkInteractionImagePython; vtkPythonInterpreterPython; vtkRenderingContextOpenGL2Python; vtkRenderingLODPython; vtkRenderingLabelPython; vtkRenderingMatplotlibPython; vtkRenderingVolumeOpenGL2Python; vtkViewsContext2DPython; vtkViewsInfovisPython; C:/Program Files/Python_3.6.1/libs/python36.lib Tim ----- Mail original ----- De: "David Gobbi" ?: "Timothee Evain" Cc: "VTK Users" , "Utkarsh Ayachit" Envoy?: Mercredi 3 Mai 2017 02:08:05 Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail Hi Timothee, The "D" on the the vtk*PythonD does not mean "Debug". Each build (whether release or debug) will have a full set of vtk*PythonD libraries and vtk*Python modules. Both are needed for the VTK build. My system doesn't have a python_d debug library (I'm OS X), but it is probably unrelated to the link error, and it is totally unrelated to the PythonD libraries. As for the link error, it probably has to do with these lines in Wrapping/Python/CMakeLists.txt: list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS}) Can you add the following immediately below these lines, and tell me what is printed? message(STATUS "vtkPython_LIBRARIES ${vtkPython_LIBRARIES}") message(STATUS "VTKPYTHON_LINK_LIBS ${VTKPYTHON_LINK_LIBS}") Regards, - David On Tue, May 2, 2017 at 1:38 PM, Timothee Evain wrote: > Hello David, > > Some follow-up: > > After vtkPythonWrapping.cmake modification, the first set of error is gone. > But then, linking fail for this project with: > [...] > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonCorePython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonMathPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > initvtkCommonMiscPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > [...] > > Looking at the the vtkpython linking dependencies, I'm a bit confused. > First of all, the python lib ([...]Python_3.6.1\libs\python36.lib) is set > for release profile but also on debug (rather than [...]Python_3.6.1\libs\python36_d.lib > ?) by cmake. > Then, for both profiles are linked all the vtk*Python and all the > vtk*PythonD libs, which seems unusual, as I was expecting vtk*Python libs > in release and vtk*PythonD libs in debug. > I'm not sure if this is an expected configuration, so I have not found the > source of error. > > Don't hesitate to tell me if you need additionnal information! > > Tim > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Lundi 1 Mai 2017 21:52:21 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Tim, > > As a temporary work-around, you can try modifying the VTK code yourself. > In the VTK/CMake directory, there is a file called > vtkPythonWrapping.cmake. The following line (around line 195) is where the > problem is: > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void > init${module}Python();") > > Try changing the "void" to "PyObject *": > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > *init${module}Python();") > > Let me know if that fixes the compile error. > > - David > > On Mon, May 1, 2017 at 1:24 PM, David Gobbi wrote: > > > Hi Tim, > > > > I haven't seen this error message before, but my guess is that building > > the Python wrappers with static linkage does not work with Python 3. I'm > > not sure how difficult this is to fix. It might be as simple as adding a > > couple #ifdefs to the code (to the VTK code, I mean.). > > > > - David > > > > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > > tevain at telecom-paristech.fr> wrote: > > > >> Hello everyone! > >> > >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual > studio > >> 2017 on Win10. Everything goes fine until the end of the build, where a > >> bunch of error appears in the vtkpython project like : > >> > >> vtkPythonAppInit.cxx > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: > 'int > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > cannot > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > >> *)(void)' > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of > the > >> functions with this name in scope match the target type > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: > 'int > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > cannot > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject *(__cdecl > >> *)(void)' > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of > the > >> functions with this name in scope match the target type > >> > >> and so on. The only similar error in the mailing list is > >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error > >> -td5735728.html ; but that doesn't help me since my python path are > >> correctly set. > >> > >> The building config is : > >> Windows 10 x64 > >> Visual Studio 2017 > >> Python 3.6.1 (installed from python.org exe) > >> VTK 7.1.1 with : > >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/python36_d.lib > >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe > >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include > >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib > >> (-Static libraries) > >> > >> Anyone have already encountered such problems and solved it ? > >> > >> Thanks in advance. > >> > >> Tim > >> > > > From patriciop at gmail.com Wed May 3 23:41:31 2017 From: patriciop at gmail.com (Patricio Palma C.) Date: Wed, 3 May 2017 23:41:31 -0400 Subject: [vtkusers] GPU antialising not working on OpenGL2 In-Reply-To: References: Message-ID: Thanks David and Ken for the suggestions. Regarding the FXAA support, it worked nice, sadly is not what I need :( I tried setting MultiSamples to 8 but AA is still not enabled. I forgot to mention (and I think this is important) is that the application uses Qt 4.7 and the structures are displayed through QVTKWidget2. I found a similar discussion on this forum and at that moment AA worked on Qt4: http://vtk.1045678.n5.nabble.com/Anti-aliasing-multi- sampling-in-QVTKWidget2-td5730077.html Please let me know if you have any suggestion on this matter. Regards Patricio -- Patricio Palma Contreras On Fri, Apr 28, 2017 at 8:51 AM, David Lonie wrote: > On Thu, Apr 27, 2017 at 8:07 PM, Ken Martin > wrote: > > Try SetMultiSamples(8) avoid SetAAFrames() see if that gives you hat > you > > want. > > There's also new support for FXAA on OpenGL2 in vtk 7.1. It's a bit > lower quality than the hardware based AA, but it might work for your > usecase. > > https://blog.kitware.com/new-fxaa-anti-aliasing-option-in-paraviewvtk/ > > Dave > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marco.morandini at polimi.it Thu May 4 08:38:05 2017 From: marco.morandini at polimi.it (Marco Morandini) Date: Thu, 4 May 2017 14:38:05 +0200 Subject: [vtkusers] Issue with threads and nvidia driver (linux) Message-ID: <5151001b-d054-fbd5-5b84-1c04bd4d896b@polimi.it> I'm on linux, vtk 6.2 built from sources. The attached test program works fine on my laptopt (intel graphic with i915 kernel driver). However, it does not work on my desktop, with a Titan nvidia card and the latest nvidia driver (x86_64, 381.09). If I hit the "q" key the program exits correctly, but I'm not able to rotate the cylinder using the mouse. Everything works fine, instead, if I call iren->Start() from main and not from a separate thread. I'm really clueless, and would really appreciate any help in sorting this out. I'm building the program with g++ -Wall -I $HOME/local/Fenics/include/vtk-6.2 -c -g debug.C -pthread g++ -Wall -o debug debug.o -L$HOME/local/Fenics/lib -lvtkCommonCore-6.2 -lvtkRenderingCore-6.2 -lvtkCommonExecutionModel-6.2 -lvtkFiltersSources-6.2 -lvtkInteractionStyle-6.2 -lvtkInteractionWidgets-6.2 -lvtkRenderingOpenGL-6.2 -lvtkRenderingVolumeOpenGL-6.2 -lvtkRenderingFreeType-6.2 -lvtkRenderingFreeTypeOpenGL-6.2 -pthread Thanks in advance, Marco -------------- next part -------------- A non-text attachment was scrubbed... Name: debug.C Type: text/x-c++src Size: 1585 bytes Desc: not available URL: From david.gobbi at gmail.com Thu May 4 13:43:55 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Thu, 4 May 2017 11:43:55 -0600 Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> Message-ID: Hi Timothee, I checked the logs, it looks like that change was done around one year ago, but wasn't in the 7.1.1 release. It looks like it links to the correct libraries, are you still seeing the missing symbol errors? - David On Wed, May 3, 2017 at 1:20 PM, Timothee Evain wrote: > Hi! > > That explains why the full are in both profile, thanks for the > clarification! > > One strange thing about the CMakeLists.txt: the one I got downloading the > 7.1.1 archive on vtk.org does not contain this part before > "target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS})" (around line > 246) : > > # Add the libPython.dylib file and link explicitly against it. > # This is needed because this is a new python executable, which needs it's > libraries. > find_package(PythonLibs REQUIRED) > list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) > > that is in contrast to the file in github. Nonetheless, after fixing it, > the reporting is : > > vtkPython_LIBRARIES C:/Program Files/Python_3.6.1/libs/python36.lib > > VTKPYTHON_LINK_LIBS vtkWrappingPythonCore; > vtkCommonCorePython; > vtkCommonMathPython; > vtkCommonMiscPython; > vtkCommonSystemPython; > vtkCommonTransformsPython; > vtkCommonDataModelPython; > vtkCommonColorPython; > vtkCommonExecutionModelPython; > vtkCommonComputationalGeometryPython; > vtkFiltersCorePython; > vtkFiltersGeneralPython; > vtkImagingCorePython; > vtkImagingFourierPython; > vtkFiltersStatisticsPython; > vtkFiltersExtractionPython; > vtkInfovisCorePython; > vtkFiltersGeometryPython; > vtkFiltersSourcesPython; > vtkRenderingCorePython; > vtkRenderingFreeTypePython; > vtkRenderingContext2DPython; > vtkChartsCorePython; > vtkIOImagePython; > vtkIOCorePython; > vtkIOSQLPython; > vtkImagingStatisticsPython; > vtkInteractionStylePython; > vtkRenderingImagePython; > vtkRenderingOpenGL2Python; > vtkDICOMPython; > vtkIOLegacyPython; > vtkIOXMLParserPython; > vtkDomainsChemistryPython; > vtkDomainsChemistryOpenGL2Python; > vtkIOXMLPython; > vtkParallelCorePython; > vtkFiltersAMRPython; > vtkFiltersFlowPathsPython; > vtkFiltersGenericPython; > vtkImagingSourcesPython; > vtkFiltersHybridPython; > vtkFiltersHyperTreePython; > vtkImagingGeneralPython; > vtkFiltersImagingPython; > vtkFiltersModelingPython; > vtkFiltersParallelPython; > vtkFiltersParallelImagingPython; > vtkFiltersPointsPython;vtkFiltersProgrammablePython; > vtkFiltersPythonPython;vtkFiltersSMPPython;vtkFiltersSelectionPython; > vtkFiltersTexturePython;vtkFiltersVerdictPython;vtkImagingHybridPython; > vtkInfovisLayoutPython;vtkImagingColorPython;vtkRenderingAnnotationPython; > vtkRenderingVolumePython;vtkInteractionWidgetsPython;vtkViewsCorePython; > vtkGeovisCorePython;vtkIOAMRPython;vtkIOEnSightPython;vtkIOExodusPython; > vtkRenderingGL2PSOpenGL2Python;vtkIOExportPython;vtkIOGeometryPython; > vtkIOImportPython;vtkIOInfovisPython;vtkIOLSDynaPython;vtkIOMINCPython; > vtkIOMoviePython;vtkIONetCDFPython;vtkIOPLYPython;vtkIOParallelPython; > vtkIOParallelXMLPython;vtkIOTecplotTablePython;vtkIOVideoPython; > vtkImagingMathPython;vtkImagingMorphologicalPython; > vtkImagingOpenGL2Python;vtkImagingStencilPython;vtkInteractionImagePython; > vtkPythonInterpreterPython;vtkRenderingContextOpenGL2Pyth > on;vtkRenderingLODPython;vtkRenderingLabelPython; > vtkRenderingMatplotlibPython;vtkRenderingVolumeOpenGL2Pytho > n;vtkViewsContext2DPython;vtkViewsInfovisPython;C:/Program > Files/Python_3.6.1/libs/python36.lib > > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Mercredi 3 Mai 2017 02:08:05 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Timothee, > > The "D" on the the vtk*PythonD does not mean "Debug". Each build (whether > release or debug) will have a full set of vtk*PythonD libraries and > vtk*Python modules. Both are needed for the VTK build. > > My system doesn't have a python_d debug library (I'm OS X), but it is > probably unrelated to the link error, and it is totally unrelated to the > PythonD libraries. > > As for the link error, it probably has to do with these lines in > Wrapping/Python/CMakeLists.txt: > > list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) > target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS}) > > Can you add the following immediately below these lines, and tell me what > is printed? > > message(STATUS "vtkPython_LIBRARIES ${vtkPython_LIBRARIES}") > message(STATUS "VTKPYTHON_LINK_LIBS ${VTKPYTHON_LINK_LIBS}") > > Regards, > - David > > > > On Tue, May 2, 2017 at 1:38 PM, Timothee Evain < > tevain at telecom-paristech.fr> > wrote: > > > Hello David, > > > > Some follow-up: > > > > After vtkPythonWrapping.cmake modification, the first set of error is > gone. > > But then, linking fail for this project with: > > [...] > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > initvtkCommonCorePython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > initvtkCommonMathPython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > initvtkCommonMiscPython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > [...] > > > > Looking at the the vtkpython linking dependencies, I'm a bit confused. > > First of all, the python lib ([...]Python_3.6.1\libs\python36.lib) is > set > > for release profile but also on debug (rather than > [...]Python_3.6.1\libs\python36_d.lib > > ?) by cmake. > > Then, for both profiles are linked all the vtk*Python and all the > > vtk*PythonD libs, which seems unusual, as I was expecting vtk*Python libs > > in release and vtk*PythonD libs in debug. > > I'm not sure if this is an expected configuration, so I have not found > the > > source of error. > > > > Don't hesitate to tell me if you need additionnal information! > > > > Tim > > > > ----- Mail original ----- > > De: "David Gobbi" > > ?: "Timothee Evain" > > Cc: "VTK Users" , "Utkarsh Ayachit" < > > utkarsh.ayachit at kitware.com> > > Envoy?: Lundi 1 Mai 2017 21:52:21 > > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > > > Hi Tim, > > > > As a temporary work-around, you can try modifying the VTK code yourself. > > In the VTK/CMake directory, there is a file called > > vtkPythonWrapping.cmake. The following line (around line 195) is where > the > > problem is: > > > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void > > init${module}Python();") > > > > Try changing the "void" to "PyObject *": > > > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > > *init${module}Python();") > > > > Let me know if that fixes the compile error. > > > > - David > > > > On Mon, May 1, 2017 at 1:24 PM, David Gobbi > wrote: > > > > > Hi Tim, > > > > > > I haven't seen this error message before, but my guess is that building > > > the Python wrappers with static linkage does not work with Python 3. > I'm > > > not sure how difficult this is to fix. It might be as simple as > adding a > > > couple #ifdefs to the code (to the VTK code, I mean.). > > > > > > - David > > > > > > > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > > > tevain at telecom-paristech.fr> wrote: > > > > > >> Hello everyone! > > >> > > >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual > > studio > > >> 2017 on Win10. Everything goes fine until the end of the build, where > a > > >> bunch of error appears in the vtkpython project like : > > >> > > >> vtkPythonAppInit.cxx > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: > > 'int > > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > > cannot > > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject > *(__cdecl > > >> *)(void)' > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of > > the > > >> functions with this name in scope match the target type > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: > > 'int > > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > > cannot > > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject > *(__cdecl > > >> *)(void)' > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of > > the > > >> functions with this name in scope match the target type > > >> > > >> and so on. The only similar error in the mailing list is > > >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error > > >> -td5735728.html ; but that doesn't help me since my python path are > > >> correctly set. > > >> > > >> The building config is : > > >> Windows 10 x64 > > >> Visual Studio 2017 > > >> Python 3.6.1 (installed from python.org exe) > > >> VTK 7.1.1 with : > > >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/ > python36_d.lib > > >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe > > >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include > > >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib > > >> (-Static libraries) > > >> > > >> Anyone have already encountered such problems and solved it ? > > >> > > >> Thanks in advance. > > >> > > >> Tim > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tevain at telecom-paristech.fr Thu May 4 13:49:44 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Thu, 4 May 2017 19:49:44 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> Message-ID: <823847653.11365126.1493920184889.JavaMail.zimbra@enst.fr> Hello David, yes, the missing symbol errors are still there unfortunately, even with the CMakeLists fix. Tim ----- Mail original ----- De: "David Gobbi" ?: "Timothee Evain" Cc: "VTK Users" , "Utkarsh Ayachit" Envoy?: Jeudi 4 Mai 2017 19:43:55 Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail Hi Timothee, I checked the logs, it looks like that change was done around one year ago, but wasn't in the 7.1.1 release. It looks like it links to the correct libraries, are you still seeing the missing symbol errors? - David On Wed, May 3, 2017 at 1:20 PM, Timothee Evain wrote: > Hi! > > That explains why the full are in both profile, thanks for the > clarification! > > One strange thing about the CMakeLists.txt: the one I got downloading the > 7.1.1 archive on vtk.org does not contain this part before > "target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS})" (around line > 246) : > > # Add the libPython.dylib file and link explicitly against it. > # This is needed because this is a new python executable, which needs it's > libraries. > find_package(PythonLibs REQUIRED) > list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) > > that is in contrast to the file in github. Nonetheless, after fixing it, > the reporting is : > > vtkPython_LIBRARIES C:/Program Files/Python_3.6.1/libs/python36.lib > > VTKPYTHON_LINK_LIBS vtkWrappingPythonCore; > vtkCommonCorePython; > vtkCommonMathPython; > vtkCommonMiscPython; > vtkCommonSystemPython; > vtkCommonTransformsPython; > vtkCommonDataModelPython; > vtkCommonColorPython; > vtkCommonExecutionModelPython; > vtkCommonComputationalGeometryPython; > vtkFiltersCorePython; > vtkFiltersGeneralPython; > vtkImagingCorePython; > vtkImagingFourierPython; > vtkFiltersStatisticsPython; > vtkFiltersExtractionPython; > vtkInfovisCorePython; > vtkFiltersGeometryPython; > vtkFiltersSourcesPython; > vtkRenderingCorePython; > vtkRenderingFreeTypePython; > vtkRenderingContext2DPython; > vtkChartsCorePython; > vtkIOImagePython; > vtkIOCorePython; > vtkIOSQLPython; > vtkImagingStatisticsPython; > vtkInteractionStylePython; > vtkRenderingImagePython; > vtkRenderingOpenGL2Python; > vtkDICOMPython; > vtkIOLegacyPython; > vtkIOXMLParserPython; > vtkDomainsChemistryPython; > vtkDomainsChemistryOpenGL2Python; > vtkIOXMLPython; > vtkParallelCorePython; > vtkFiltersAMRPython; > vtkFiltersFlowPathsPython; > vtkFiltersGenericPython; > vtkImagingSourcesPython; > vtkFiltersHybridPython; > vtkFiltersHyperTreePython; > vtkImagingGeneralPython; > vtkFiltersImagingPython; > vtkFiltersModelingPython; > vtkFiltersParallelPython; > vtkFiltersParallelImagingPython; > vtkFiltersPointsPython;vtkFiltersProgrammablePython; > vtkFiltersPythonPython;vtkFiltersSMPPython;vtkFiltersSelectionPython; > vtkFiltersTexturePython;vtkFiltersVerdictPython;vtkImagingHybridPython; > vtkInfovisLayoutPython;vtkImagingColorPython;vtkRenderingAnnotationPython; > vtkRenderingVolumePython;vtkInteractionWidgetsPython;vtkViewsCorePython; > vtkGeovisCorePython;vtkIOAMRPython;vtkIOEnSightPython;vtkIOExodusPython; > vtkRenderingGL2PSOpenGL2Python;vtkIOExportPython;vtkIOGeometryPython; > vtkIOImportPython;vtkIOInfovisPython;vtkIOLSDynaPython;vtkIOMINCPython; > vtkIOMoviePython;vtkIONetCDFPython;vtkIOPLYPython;vtkIOParallelPython; > vtkIOParallelXMLPython;vtkIOTecplotTablePython;vtkIOVideoPython; > vtkImagingMathPython;vtkImagingMorphologicalPython; > vtkImagingOpenGL2Python;vtkImagingStencilPython;vtkInteractionImagePython; > vtkPythonInterpreterPython;vtkRenderingContextOpenGL2Pyth > on;vtkRenderingLODPython;vtkRenderingLabelPython; > vtkRenderingMatplotlibPython;vtkRenderingVolumeOpenGL2Pytho > n;vtkViewsContext2DPython;vtkViewsInfovisPython;C:/Program > Files/Python_3.6.1/libs/python36.lib > > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Mercredi 3 Mai 2017 02:08:05 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Timothee, > > The "D" on the the vtk*PythonD does not mean "Debug". Each build (whether > release or debug) will have a full set of vtk*PythonD libraries and > vtk*Python modules. Both are needed for the VTK build. > > My system doesn't have a python_d debug library (I'm OS X), but it is > probably unrelated to the link error, and it is totally unrelated to the > PythonD libraries. > > As for the link error, it probably has to do with these lines in > Wrapping/Python/CMakeLists.txt: > > list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) > target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS}) > > Can you add the following immediately below these lines, and tell me what > is printed? > > message(STATUS "vtkPython_LIBRARIES ${vtkPython_LIBRARIES}") > message(STATUS "VTKPYTHON_LINK_LIBS ${VTKPYTHON_LINK_LIBS}") > > Regards, > - David > > > > On Tue, May 2, 2017 at 1:38 PM, Timothee Evain < > tevain at telecom-paristech.fr> > wrote: > > > Hello David, > > > > Some follow-up: > > > > After vtkPythonWrapping.cmake modification, the first set of error is > gone. > > But then, linking fail for this project with: > > [...] > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > initvtkCommonCorePython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > initvtkCommonMathPython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > initvtkCommonMiscPython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > [...] > > > > Looking at the the vtkpython linking dependencies, I'm a bit confused. > > First of all, the python lib ([...]Python_3.6.1\libs\python36.lib) is > set > > for release profile but also on debug (rather than > [...]Python_3.6.1\libs\python36_d.lib > > ?) by cmake. > > Then, for both profiles are linked all the vtk*Python and all the > > vtk*PythonD libs, which seems unusual, as I was expecting vtk*Python libs > > in release and vtk*PythonD libs in debug. > > I'm not sure if this is an expected configuration, so I have not found > the > > source of error. > > > > Don't hesitate to tell me if you need additionnal information! > > > > Tim > > > > ----- Mail original ----- > > De: "David Gobbi" > > ?: "Timothee Evain" > > Cc: "VTK Users" , "Utkarsh Ayachit" < > > utkarsh.ayachit at kitware.com> > > Envoy?: Lundi 1 Mai 2017 21:52:21 > > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > > > Hi Tim, > > > > As a temporary work-around, you can try modifying the VTK code yourself. > > In the VTK/CMake directory, there is a file called > > vtkPythonWrapping.cmake. The following line (around line 195) is where > the > > problem is: > > > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void > > init${module}Python();") > > > > Try changing the "void" to "PyObject *": > > > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > > *init${module}Python();") > > > > Let me know if that fixes the compile error. > > > > - David > > > > On Mon, May 1, 2017 at 1:24 PM, David Gobbi > wrote: > > > > > Hi Tim, > > > > > > I haven't seen this error message before, but my guess is that building > > > the Python wrappers with static linkage does not work with Python 3. > I'm > > > not sure how difficult this is to fix. It might be as simple as > adding a > > > couple #ifdefs to the code (to the VTK code, I mean.). > > > > > > - David > > > > > > > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > > > tevain at telecom-paristech.fr> wrote: > > > > > >> Hello everyone! > > >> > > >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual > > studio > > >> 2017 on Win10. Everything goes fine until the end of the build, where > a > > >> bunch of error appears in the vtkpython project like : > > >> > > >> vtkPythonAppInit.cxx > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: > > 'int > > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > > cannot > > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject > *(__cdecl > > >> *)(void)' > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None of > > the > > >> functions with this name in scope match the target type > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: > > 'int > > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > > cannot > > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject > *(__cdecl > > >> *)(void)' > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None of > > the > > >> functions with this name in scope match the target type > > >> > > >> and so on. The only similar error in the mailing list is > > >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error > > >> -td5735728.html ; but that doesn't help me since my python path are > > >> correctly set. > > >> > > >> The building config is : > > >> Windows 10 x64 > > >> Visual Studio 2017 > > >> Python 3.6.1 (installed from python.org exe) > > >> VTK 7.1.1 with : > > >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/ > python36_d.lib > > >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe > > >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include > > >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib > > >> (-Static libraries) > > >> > > >> Anyone have already encountered such problems and solved it ? > > >> > > >> Thanks in advance. > > >> > > >> Tim > > >> > > > > > > From prakeshofficial at gmail.com Thu May 4 14:44:49 2017 From: prakeshofficial at gmail.com (rakesh patil) Date: Fri, 5 May 2017 00:14:49 +0530 Subject: [vtkusers] vtkGL2PSExporter crashes Message-ID: Hi, I am trying to export the rendered image as EPS. I am using vtkGL2PSExporter as shown in this example . Only difference is mine is C++ based. I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. On Windows it crashes. It creates the file but then crashes. Same code works on Mac. what could have been gone wrong? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.lonie at kitware.com Thu May 4 15:05:57 2017 From: david.lonie at kitware.com (David Lonie) Date: Thu, 4 May 2017 15:05:57 -0400 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: Can you provide a backtrace of the crash? Thanks, Dave On Thu, May 4, 2017 at 2:44 PM, rakesh patil wrote: > Hi, > > I am trying to export the rendered image as EPS. I am using vtkGL2PSExporter > as shown in this example. Only difference is mine is C++ based. > > I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. On > Windows it crashes. It creates the file but then crashes. Same code works on > Mac. what could have been gone wrong? > > Thanks > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > From david.gobbi at gmail.com Thu May 4 16:30:20 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Thu, 4 May 2017 14:30:20 -0600 Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: <823847653.11365126.1493920184889.JavaMail.zimbra@enst.fr> References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1223641188.9111018.1493663168121.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> <823847653.11365126.1493920184889.JavaMail.zimbra@enst.fr> Message-ID: Hi Tomothee, I think I made a mistake in the first fix that I suggested. The correct name of the init methods is PyInit_vtkXXPython(), so the code in vtkPythonWrapping.cmake should be this: set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject *PyInit_${module}Python();") Hopefully that will work. - David On Thu, May 4, 2017 at 11:49 AM, Timothee Evain wrote: > Hello David, > > yes, the missing symbol errors are still there unfortunately, even with > the CMakeLists fix. > > Tim > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Jeudi 4 Mai 2017 19:43:55 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Timothee, > > I checked the logs, it looks like that change was done around one year ago, > but wasn't in the 7.1.1 release. > > It looks like it links to the correct libraries, are you still seeing the > missing symbol errors? > > - David > > > On Wed, May 3, 2017 at 1:20 PM, Timothee Evain < > tevain at telecom-paristech.fr> > wrote: > > > Hi! > > > > That explains why the full are in both profile, thanks for the > > clarification! > > > > One strange thing about the CMakeLists.txt: the one I got downloading the > > 7.1.1 archive on vtk.org does not contain this part before > > "target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS})" (around line > > 246) : > > > > # Add the libPython.dylib file and link explicitly against it. > > # This is needed because this is a new python executable, which needs > it's > > libraries. > > find_package(PythonLibs REQUIRED) > > list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) > > > > that is in contrast to the file in github. Nonetheless, after fixing it, > > the reporting is : > > > > vtkPython_LIBRARIES C:/Program Files/Python_3.6.1/libs/python36.lib > > > > VTKPYTHON_LINK_LIBS vtkWrappingPythonCore; > > vtkCommonCorePython; > > vtkCommonMathPython; > > vtkCommonMiscPython; > > vtkCommonSystemPython; > > vtkCommonTransformsPython; > > vtkCommonDataModelPython; > > vtkCommonColorPython; > > vtkCommonExecutionModelPython; > > vtkCommonComputationalGeometryPython; > > vtkFiltersCorePython; > > vtkFiltersGeneralPython; > > vtkImagingCorePython; > > vtkImagingFourierPython; > > vtkFiltersStatisticsPython; > > vtkFiltersExtractionPython; > > vtkInfovisCorePython; > > vtkFiltersGeometryPython; > > vtkFiltersSourcesPython; > > vtkRenderingCorePython; > > vtkRenderingFreeTypePython; > > vtkRenderingContext2DPython; > > vtkChartsCorePython; > > vtkIOImagePython; > > vtkIOCorePython; > > vtkIOSQLPython; > > vtkImagingStatisticsPython; > > vtkInteractionStylePython; > > vtkRenderingImagePython; > > vtkRenderingOpenGL2Python; > > vtkDICOMPython; > > vtkIOLegacyPython; > > vtkIOXMLParserPython; > > vtkDomainsChemistryPython; > > vtkDomainsChemistryOpenGL2Python; > > vtkIOXMLPython; > > vtkParallelCorePython; > > vtkFiltersAMRPython; > > vtkFiltersFlowPathsPython; > > vtkFiltersGenericPython; > > vtkImagingSourcesPython; > > vtkFiltersHybridPython; > > vtkFiltersHyperTreePython; > > vtkImagingGeneralPython; > > vtkFiltersImagingPython; > > vtkFiltersModelingPython; > > vtkFiltersParallelPython; > > vtkFiltersParallelImagingPython; > > vtkFiltersPointsPython;vtkFiltersProgrammablePython; > > vtkFiltersPythonPython;vtkFiltersSMPPython;vtkFiltersSelectionPython; > > vtkFiltersTexturePython;vtkFiltersVerdictPython;vtkImagingHybridPython; > > vtkInfovisLayoutPython;vtkImagingColorPython; > vtkRenderingAnnotationPython; > > vtkRenderingVolumePython;vtkInteractionWidgetsPython;vtkViewsCorePython; > > vtkGeovisCorePython;vtkIOAMRPython;vtkIOEnSightPython;vtkIOExodusPython; > > vtkRenderingGL2PSOpenGL2Python;vtkIOExportPython;vtkIOGeometryPython; > > vtkIOImportPython;vtkIOInfovisPython;vtkIOLSDynaPython;vtkIOMINCPython; > > vtkIOMoviePython;vtkIONetCDFPython;vtkIOPLYPython;vtkIOParallelPython; > > vtkIOParallelXMLPython;vtkIOTecplotTablePython;vtkIOVideoPython; > > vtkImagingMathPython;vtkImagingMorphologicalPython; > > vtkImagingOpenGL2Python;vtkImagingStencilPython; > vtkInteractionImagePython; > > vtkPythonInterpreterPython;vtkRenderingContextOpenGL2Pyth > > on;vtkRenderingLODPython;vtkRenderingLabelPython; > > vtkRenderingMatplotlibPython;vtkRenderingVolumeOpenGL2Pytho > > n;vtkViewsContext2DPython;vtkViewsInfovisPython;C:/Program > > Files/Python_3.6.1/libs/python36.lib > > > > > > ----- Mail original ----- > > De: "David Gobbi" > > ?: "Timothee Evain" > > Cc: "VTK Users" , "Utkarsh Ayachit" < > > utkarsh.ayachit at kitware.com> > > Envoy?: Mercredi 3 Mai 2017 02:08:05 > > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > > > Hi Timothee, > > > > The "D" on the the vtk*PythonD does not mean "Debug". Each build > (whether > > release or debug) will have a full set of vtk*PythonD libraries and > > vtk*Python modules. Both are needed for the VTK build. > > > > My system doesn't have a python_d debug library (I'm OS X), but it is > > probably unrelated to the link error, and it is totally unrelated to the > > PythonD libraries. > > > > As for the link error, it probably has to do with these lines in > > Wrapping/Python/CMakeLists.txt: > > > > list(APPEND VTKPYTHON_LINK_LIBS ${vtkPython_LIBRARIES}) > > target_link_libraries(vtkpython ${VTKPYTHON_LINK_LIBS}) > > > > Can you add the following immediately below these lines, and tell me what > > is printed? > > > > message(STATUS "vtkPython_LIBRARIES ${vtkPython_LIBRARIES}") > > message(STATUS "VTKPYTHON_LINK_LIBS ${VTKPYTHON_LINK_LIBS}") > > > > Regards, > > - David > > > > > > > > On Tue, May 2, 2017 at 1:38 PM, Timothee Evain < > > tevain at telecom-paristech.fr> > > wrote: > > > > > Hello David, > > > > > > Some follow-up: > > > > > > After vtkPythonWrapping.cmake modification, the first set of error is > > gone. > > > But then, linking fail for this project with: > > > [...] > > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > > initvtkCommonCorePython referenced in function "void __cdecl > > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > > initvtkCommonMathPython referenced in function "void __cdecl > > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > > 1>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > > initvtkCommonMiscPython referenced in function "void __cdecl > > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > > [...] > > > > > > Looking at the the vtkpython linking dependencies, I'm a bit confused. > > > First of all, the python lib ([...]Python_3.6.1\libs\python36.lib) is > > set > > > for release profile but also on debug (rather than > > [...]Python_3.6.1\libs\python36_d.lib > > > ?) by cmake. > > > Then, for both profiles are linked all the vtk*Python and all the > > > vtk*PythonD libs, which seems unusual, as I was expecting vtk*Python > libs > > > in release and vtk*PythonD libs in debug. > > > I'm not sure if this is an expected configuration, so I have not found > > the > > > source of error. > > > > > > Don't hesitate to tell me if you need additionnal information! > > > > > > Tim > > > > > > ----- Mail original ----- > > > De: "David Gobbi" > > > ?: "Timothee Evain" > > > Cc: "VTK Users" , "Utkarsh Ayachit" < > > > utkarsh.ayachit at kitware.com> > > > Envoy?: Lundi 1 Mai 2017 21:52:21 > > > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > > > > > Hi Tim, > > > > > > As a temporary work-around, you can try modifying the VTK code > yourself. > > > In the VTK/CMake directory, there is a file called > > > vtkPythonWrapping.cmake. The following line (around line 195) is where > > the > > > problem is: > > > > > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern void > > > init${module}Python();") > > > > > > Try changing the "void" to "PyObject *": > > > > > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > > > *init${module}Python();") > > > > > > Let me know if that fixes the compile error. > > > > > > - David > > > > > > On Mon, May 1, 2017 at 1:24 PM, David Gobbi > > wrote: > > > > > > > Hi Tim, > > > > > > > > I haven't seen this error message before, but my guess is that > building > > > > the Python wrappers with static linkage does not work with Python 3. > > I'm > > > > not sure how difficult this is to fix. It might be as simple as > > adding a > > > > couple #ifdefs to the code (to the VTK code, I mean.). > > > > > > > > - David > > > > > > > > > > > > On Mon, May 1, 2017 at 12:26 PM, Timothee Evain < > > > > tevain at telecom-paristech.fr> wrote: > > > > > > > >> Hello everyone! > > > >> > > > >> I'm trying to build VTK 7.1.1 with the Python wrapping with Visual > > > studio > > > >> 2017 on Win10. Everything goes fine until the end of the build, > where > > a > > > >> bunch of error appears in the vtkpython project like : > > > >> > > > >> vtkPythonAppInit.cxx > > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): error C2664: > > > 'int > > > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > > > cannot > > > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject > > *(__cdecl > > > >> *)(void)' > > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(126): note: None > of > > > the > > > >> functions with this name in scope match the target type > > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): error C2664: > > > 'int > > > >> PyImport_AppendInittab(const char *,PyObject *(__cdecl *)(void))': > > > cannot > > > >> convert argument 2 from 'void (__cdecl *)(void)' to 'PyObject > > *(__cdecl > > > >> *)(void)' > > > >> ...\VTK_7.1.1\Wrapping\Python\vtkpythonmodules.h(129): note: None > of > > > the > > > >> functions with this name in scope match the target type > > > >> > > > >> and so on. The only similar error in the mailing list is > > > >> http://vtk.1045678.n5.nabble.com/VtK-7-python3-4-build-error > > > >> -td5735728.html ; but that doesn't help me since my python path are > > > >> correctly set. > > > >> > > > >> The building config is : > > > >> Windows 10 x64 > > > >> Visual Studio 2017 > > > >> Python 3.6.1 (installed from python.org exe) > > > >> VTK 7.1.1 with : > > > >> -PYTHON_DEBUG_LIBRARY C:/Program Files/Python_3.6.1/libs/ > > python36_d.lib > > > >> -PYTHON_EXECUTABLE C:/Program Files/Python_3.6.1/python.exe > > > >> -PYTHON_INCLUDE_DIR C:/Program Files/Python_3.6.1/include > > > >> -PYTHON_LIBRARY C:/Program Files/Python_3.6.1/libs/python36.lib > > > >> (-Static libraries) > > > >> > > > >> Anyone have already encountered such problems and solved it ? > > > >> > > > >> Thanks in advance. > > > >> > > > >> Tim > > > >> > > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tevain at telecom-paristech.fr Thu May 4 18:23:47 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Fri, 5 May 2017 00:23:47 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> <823847653.11365126.1493920184889.JavaMail.zimbra@enst.fr> Message-ID: <1577606970.11429715.1493936627788.JavaMail.zimbra@enst.fr> Hi David, With you suggestion, there are errors in pythonmodules.h (undeclared identifiers). The names of modules don't correspond anymore with the ones in the vtkpythonmodulesPythonLoadAllPythonModules() function. So I changed also this line in the vtkPythonWrapping.cmake (3 lines after your fix): PyImport_AppendInittab(name${module}, init${module}Python);") into PyImport_AppendInittab(name${module}, PyInit${module}Python);") But then, I get the same linking errors as usual : [...] 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol PyInitvtkCommonMathPython referenced in function "void __cdecl vtkpythonmodulesPythonLoadAllPythonModules(void)" (?vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol PyInitvtkCommonMiscPython referenced in function "void __cdecl vtkpythonmodulesPythonLoadAllPythonModules(void)" (?vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol PyInitvtkCommonSystemPython referenced in function "void __cdecl vtkpythonmodulesPythonLoadAllPythonModules(void)" (?vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) [...] Tim ----- Mail original ----- De: "David Gobbi" ?: "Timothee Evain" Cc: "VTK Users" , "Utkarsh Ayachit" Envoy?: Jeudi 4 Mai 2017 22:30:20 Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail Hi Tomothee, I think I made a mistake in the first fix that I suggested. The correct name of the init methods is PyInit_vtkXXPython(), so the code in vtkPythonWrapping.cmake should be this: set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject *PyInit_${module}Python();") Hopefully that will work. - David From david.gobbi at gmail.com Thu May 4 18:27:51 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Thu, 4 May 2017 16:27:51 -0600 Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: <1577606970.11429715.1493936627788.JavaMail.zimbra@enst.fr> References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1486075549.9958377.1493753883030.JavaMail.zimbra@enst.fr> <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> <823847653.11365126.1493920184889.JavaMail.zimbra@enst.fr> <1577606970.11429715.1493936627788.JavaMail.zimbra@enst.fr> Message-ID: There needs to be an underscore after PyInit (e.g. PyInit_vtkCommonMathPython). On Thu, May 4, 2017 at 4:23 PM, Timothee Evain wrote: > Hi David, > > With you suggestion, there are errors in pythonmodules.h (undeclared > identifiers). The names of modules don't correspond anymore with the ones > in the vtkpythonmodulesPythonLoadAllPythonModules() function. > > So I changed also this line in the vtkPythonWrapping.cmake (3 lines after > your fix): > > PyImport_AppendInittab(name${module}, init${module}Python);") > into > PyImport_AppendInittab(name${module}, PyInit${module}Python);") > > But then, I get the same linking errors as usual : > [...] > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > PyInitvtkCommonMathPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > PyInitvtkCommonMiscPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > PyInitvtkCommonSystemPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > [...] > > Tim > > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Jeudi 4 Mai 2017 22:30:20 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Tomothee, > > I think I made a mistake in the first fix that I suggested. The correct > name of the init methods is PyInit_vtkXXPython(), so the code in > vtkPythonWrapping.cmake should be this: > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > *PyInit_${module}Python();") > > Hopefully that will work. > > - David > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tevain at telecom-paristech.fr Fri May 5 04:00:03 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Fri, 5 May 2017 10:00:03 +0200 (CEST) Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> <823847653.11365126.1493920184889.JavaMail.zimbra@enst.fr> <1577606970.11429715.1493936627788.JavaMail.zimbra@enst.fr> Message-ID: <895488771.11562431.1493971203776.JavaMail.zimbra@enst.fr> Hi, My bad, I didn't notice it. But good news, it works! So to resume, I had to change the vtkPythonWrapping.cmake like this : if (NOT BUILD_SHARED_LIBS) # fill in the init functions only when BUILD_SHARED_LIBS is OFF. foreach (module ${ARGN}) set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject *PyInit_${module}Python();") set (INIT_CALLS "${INIT_CALLS}\n static char name${module}[] = \"${module}Python\"; PyImport_AppendInittab(name${module}, PyInit_${module}Python);") endforeach() endif() Another thing is that cmake detected a python debug library on my system (PYTHON_DEBUG_LIBRARY variable), but there is a mistake in the lib list to link for debug profile, it's the release python lib which is set. I just had to change that in the linking to get it work for both profile. I made it through manual modification on my VS project, I guess this can be achieved through CMake, but I don't know where. Anyhow, I would like to thank you for all the help and the time you put on my problem, that was really appreciated ! Tim ----- Mail original ----- De: "David Gobbi" ?: "Timothee Evain" Cc: "VTK Users" , "Utkarsh Ayachit" Envoy?: Vendredi 5 Mai 2017 00:27:51 Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail There needs to be an underscore after PyInit (e.g. PyInit_vtkCommonMathPython). On Thu, May 4, 2017 at 4:23 PM, Timothee Evain wrote: > Hi David, > > With you suggestion, there are errors in pythonmodules.h (undeclared > identifiers). The names of modules don't correspond anymore with the ones > in the vtkpythonmodulesPythonLoadAllPythonModules() function. > > So I changed also this line in the vtkPythonWrapping.cmake (3 lines after > your fix): > > PyImport_AppendInittab(name${module}, init${module}Python);") > into > PyImport_AppendInittab(name${module}, PyInit${module}Python);") > > But then, I get the same linking errors as usual : > [...] > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > PyInitvtkCommonMathPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > PyInitvtkCommonMiscPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > PyInitvtkCommonSystemPython referenced in function "void __cdecl > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > [...] > > Tim > > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Jeudi 4 Mai 2017 22:30:20 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > Hi Tomothee, > > I think I made a mistake in the first fix that I suggested. The correct > name of the init methods is PyInit_vtkXXPython(), so the code in > vtkPythonWrapping.cmake should be this: > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > *PyInit_${module}Python();") > > Hopefully that will work. > > - David > > > From nicolas.cedilnik at inria.fr Fri May 5 04:10:01 2017 From: nicolas.cedilnik at inria.fr (Nicolas Cedilnik) Date: Fri, 5 May 2017 10:10:01 +0200 Subject: [vtkusers] Does vtkXdmfReader python binding need specific compiling options? Message-ID: <4232e6f4-638f-163b-7dcc-fcf6f986dd7b@inria.fr> Hi all, I'm using VTK 7.0.0 python bindings from binary conda distribution (https://anaconda.org/conda-forge/vtk). However, it doesn't seem like there is a XdmfReader class inside it: In [2]: a =vtk.vtkXdmfReader() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () ----> 1 a =vtk.vtkXdmfReader() AttributeError: module 'vtk' has no attribute 'vtkXdmfReader' In [3]: a =vtk.vtkXdmf3Reader() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () ----> 1 a =vtk.vtkXdmf3Reader() AttributeError: module 'vtk' has no attribute 'vtkXdmf3Reader' Is it because it wasn't activated at compile time, or are python bindings for this class missing? Another way to ask this would be: is it worth trying to compile VTK myself? Thanks, -- Nicolas Cedilnik From jimmigoo at gmail.com Fri May 5 05:57:05 2017 From: jimmigoo at gmail.com (jimmigoo) Date: Fri, 5 May 2017 02:57:05 -0700 (MST) Subject: [vtkusers] vtkDelaunay2D crash depending on ProjectionPlaneMode Message-ID: <1493978225384-5743082.post@n5.nabble.com> Hi all. I found a crash on vtkDelaunay2D filter, using VTK 6.1.0. This crash happened leaving the default ProjectionPlaneMode default value (VTK_DELAUNAY_XY_PLANE) and it didn't happen if I set the other ProjectionPlaneMode (VTK_BEST_FITTING_PLANE) before calling vtkDelaunay2D::Update() method. This if the source code example I ran to detect the crash --- double l_dPos[3]; vtkPoints* l_pGridPoints = vtkPoints::New(); // first point l_dPos[0] = 23926.000000000000; l_dPos[1] = 69452.000000000000; l_dPos[2] = 2652.8683108524156; l_pGridPoints->InsertNextPoint(l_dPos[0], l_dPos[1], l_dPos[2]); // second point l_dPos[0] = 23926.000000000000; l_dPos[1] = 69456.000000000000; l_dPos[2] = 2641.0437485351772; l_pGridPoints->InsertNextPoint(l_dPos[0], l_dPos[1], l_dPos[2]); // third point l_dPos[0] = 23930.000000000000; l_dPos[1] = 69456.000000000000; l_dPos[2] = 2639.1668187815949; l_pGridPoints->InsertNextPoint(l_dPos[0], l_dPos[1], l_dPos[2]); // fourth point l_dPos[0] = 23934.000000000000; l_dPos[1] = 69460.000000000000; l_dPos[2] = 2634.7293168310453; l_pGridPoints->InsertNextPoint(l_dPos[0], l_dPos[1], l_dPos[2]); // fifth point l_dPos[0] = 23938.000000000000; l_dPos[1] = 69464.000000000000; l_dPos[2] = 2633.4773374108199; l_pGridPoints->InsertNextPoint(l_dPos[0], l_dPos[1], l_dPos[2]); vtkPolyData* l_pGridPolyData = vtkPolyData::New(); l_pGridPolyData->SetPoints(l_pGridPoints); vtkDelaunay2D* l_pDelaunay2D = vtkDelaunay2D::New(); l_pDelaunay2D->SetInputData(l_pGridPolyData); l_pDelaunay2D->Update(); ----- Could you help me to understand how to not obtain algorithm crash leaving VTK_DELAUNAY_XY_PLANE as ProjectionPlaneMode? My doubt is to obtain more increased algorithm times setting VTK_BEST_FITTING_PLANE. I'm looking for your kind reply Best Regards, jimmigoo -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkDelaunay2D-crash-depending-on-ProjectionPlaneMode-tp5743082.html Sent from the VTK - Users mailing list archive at Nabble.com. From dave.demarle at kitware.com Fri May 5 06:02:54 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Fri, 5 May 2017 06:02:54 -0400 Subject: [vtkusers] Does vtkXdmfReader python binding need specific compiling options? In-Reply-To: <4232e6f4-638f-163b-7dcc-fcf6f986dd7b@inria.fr> References: <4232e6f4-638f-163b-7dcc-fcf6f986dd7b@inria.fr> Message-ID: The first one is surprising to me as the xdmf2 reader is on by default in vtk so it should be present in most distributions. Xdmf3 is less so. It's added boost dependency makes it off by default. Both are wrappable. On May 5, 2017 4:10 AM, "Nicolas Cedilnik" wrote: > Hi all, > > I'm using VTK 7.0.0 python bindings from binary conda distribution ( > https://anaconda.org/conda-forge/vtk). However, it doesn't seem like > there is a XdmfReader class inside it: > > In [2]: a =vtk.vtkXdmfReader() > ------------------------------------------------------------ > --------------- > AttributeError Traceback (most recent call last) > in () > ----> 1 a =vtk.vtkXdmfReader() > > AttributeError: module 'vtk' has no attribute 'vtkXdmfReader' > > In [3]: a =vtk.vtkXdmf3Reader() > ------------------------------------------------------------ > --------------- > AttributeError Traceback (most recent call last) > in () > ----> 1 a =vtk.vtkXdmf3Reader() > > AttributeError: module 'vtk' has no attribute 'vtkXdmf3Reader' > > Is it because it wasn't activated at compile time, or are python bindings > for this class missing? Another way to ask this would be: is it worth > trying to compile VTK myself? > > Thanks, > > -- Nicolas Cedilnik > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prakeshofficial at gmail.com Fri May 5 09:31:13 2017 From: prakeshofficial at gmail.com (rakesh patil) Date: Fri, 5 May 2017 19:01:13 +0530 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: Hi David, This is all I could manage to get. Please find the attached image. I hope it is helpful. Note: I am using VTK 6.3 on windows 10 along with Qt 5.5 Thanks On Fri, May 5, 2017 at 12:35 AM, David Lonie wrote: > Can you provide a backtrace of the crash? > > Thanks, > Dave > > On Thu, May 4, 2017 at 2:44 PM, rakesh patil > wrote: > > Hi, > > > > I am trying to export the rendered image as EPS. I am using > vtkGL2PSExporter > > as shown in this example. Only difference is mine is C++ based. > > > > I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. On > > Windows it crashes. It creates the file but then crashes. Same code > works on > > Mac. what could have been gone wrong? > > > > Thanks > > > > _______________________________________________ > > 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: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: CaptureStackTrace.PNG Type: image/png Size: 24685 bytes Desc: not available URL: From david.lonie at kitware.com Fri May 5 10:03:18 2017 From: david.lonie at kitware.com (David Lonie) Date: Fri, 5 May 2017 10:03:18 -0400 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: Hmm, that stack doesn't look sane. For example, vtkGL2PSExporter::GetBestRoot does not touch any vtkTextProperty, and there certainly should be anything from the shadow map baker under those calls. It sounds like the stack is corrupt or the debugging symbols don't match the library. I'm afraid I can't really tell what might going on here. Try rebuilding, and maybe using a newer VTK since the GL2PS exporter has been updated since v6.3. Do VTK's GL2PS unit tests pass? You can test this by installing the windows version of ghostscript (https://www.ghostscript.com/download/gsdnld.html), setting the cmake variable VTK_GHOSTSCRIPT_EXECUTABLE, rebuilding, and running ctest -R GL2PS in the build directory. HTH, Dave On Fri, May 5, 2017 at 9:31 AM, rakesh patil wrote: > Hi David, > > This is all I could manage to get. Please find the attached image. I hope it > is helpful. > > Note: I am using VTK 6.3 on windows 10 along with Qt 5.5 > > Thanks > > On Fri, May 5, 2017 at 12:35 AM, David Lonie > wrote: >> >> Can you provide a backtrace of the crash? >> >> Thanks, >> Dave >> >> On Thu, May 4, 2017 at 2:44 PM, rakesh patil >> wrote: >> > Hi, >> > >> > I am trying to export the rendered image as EPS. I am using >> > vtkGL2PSExporter >> > as shown in this example. Only difference is mine is C++ based. >> > >> > I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. >> > On >> > Windows it crashes. It creates the file but then crashes. Same code >> > works on >> > Mac. what could have been gone wrong? >> > >> > Thanks >> > >> > _______________________________________________ >> > 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: >> > http://public.kitware.com/mailman/listinfo/vtkusers >> > > > From tevain at telecom-paristech.fr Fri May 5 10:13:22 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Fri, 5 May 2017 16:13:22 +0200 (CEST) Subject: [vtkusers] Use python wrapping of VTK out of vtkpython.exe In-Reply-To: <742574242.11924597.1493992924599.JavaMail.zimbra@enst.fr> Message-ID: <1032453629.11937267.1493993602522.JavaMail.zimbra@enst.fr> Hi everyone, I've compiled VTK into static libs with python wrapping. When I run the vtkpython.exe, I'm able to use vtk, which works as expected. But now I would like to call the vtk binding from another interpreter, like ipython. I set the vtk path into python path, but when I try to import it, the import fails because no vtk*Python modules are found. In the vtkpython exe, these modules are found because they are set as built-in modules. Does that mean that the python binding of vtk are only callable from this exe ? Is there a solution to use theses bindings for another interpreter ? Thanks in advance, Tim From ben.boeckel at kitware.com Fri May 5 10:23:34 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Fri, 5 May 2017 10:23:34 -0400 Subject: [vtkusers] Use python wrapping of VTK out of vtkpython.exe In-Reply-To: <1032453629.11937267.1493993602522.JavaMail.zimbra@enst.fr> References: <742574242.11924597.1493992924599.JavaMail.zimbra@enst.fr> <1032453629.11937267.1493993602522.JavaMail.zimbra@enst.fr> Message-ID: <20170505142334.GA24059@megas.kitware.com> On Fri, May 05, 2017 at 16:13:22 +0200, Timothee Evain wrote: > I've compiled VTK into static libs with python wrapping. ... > Is there a solution to use theses bindings for another interpreter ? Not from a static build, no. --Ben From david.lonie at kitware.com Fri May 5 10:24:44 2017 From: david.lonie at kitware.com (David Lonie) Date: Fri, 5 May 2017 10:24:44 -0400 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: On Fri, May 5, 2017 at 10:23 AM, rakesh patil wrote: > I will check the unit tests. Before that, I would like to know whether it is > mandatory that ghostscript should be installed if I want to use > vtkGL2PSExporter? Because I do not have GhostScript installed. Would that be > a reason? Ghostscript is not needed for GL2PS for work, we just use it to validate the output from the unit tests, so the tests are disabled unless it's found. From rustem.khabetdinov at gmail.com Fri May 5 10:27:37 2017 From: rustem.khabetdinov at gmail.com (Rustem Khabetdinov) Date: Fri, 5 May 2017 17:27:37 +0300 Subject: [vtkusers] Surface from contours Message-ID: Hello, I am generating two contours from surfaces using feature edges filter. Upper and lower contour may consist of the same amount of points. I tried using vtkRuledSurfaceFilter to generate edge but sometimes it fails. Is there any other way to do it? Dataset on which ruled surface filter fails to generate correct edge is attached. Regards, Rustem -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: fail.vtp Type: application/octet-stream Size: 22477 bytes Desc: not available URL: From tevain at telecom-paristech.fr Fri May 5 10:30:07 2017 From: tevain at telecom-paristech.fr (Timothee Evain) Date: Fri, 5 May 2017 16:30:07 +0200 (CEST) Subject: [vtkusers] Use python wrapping of VTK out of vtkpython.exe In-Reply-To: <20170505142334.GA24059@megas.kitware.com> References: <742574242.11924597.1493992924599.JavaMail.zimbra@enst.fr> <1032453629.11937267.1493993602522.JavaMail.zimbra@enst.fr> <20170505142334.GA24059@megas.kitware.com> Message-ID: <1269355082.11953438.1493994607775.JavaMail.zimbra@enst.fr> Hello Ben, Thanks for the answer! Tim ----- Mail original ----- De: "Ben Boeckel" ?: "Timothee Evain" Cc: "VTK Users" Envoy?: Vendredi 5 Mai 2017 16:23:34 Objet: Re: [vtkusers] Use python wrapping of VTK out of vtkpython.exe On Fri, May 05, 2017 at 16:13:22 +0200, Timothee Evain wrote: > I've compiled VTK into static libs with python wrapping. ... > Is there a solution to use theses bindings for another interpreter ? Not from a static build, no. --Ben From david.gobbi at gmail.com Fri May 5 13:56:43 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Fri, 5 May 2017 11:56:43 -0600 Subject: [vtkusers] Building VTK 7.1.1 with Python wrapping fail In-Reply-To: <895488771.11562431.1493971203776.JavaMail.zimbra@enst.fr> References: <2133400712.9107049.1493661707970.JavaMail.zimbra@enst.fr> <1511256005.10640385.1493839258105.JavaMail.zimbra@enst.fr> <823847653.11365126.1493920184889.JavaMail.zimbra@enst.fr> <1577606970.11429715.1493936627788.JavaMail.zimbra@enst.fr> <895488771.11562431.1493971203776.JavaMail.zimbra@enst.fr> Message-ID: Hi Timothee, I'm glad that you got it working, I've submitted a bug fix for vtkPythonWrapping (https://gitlab.kitware.com/vtk/vtk/merge_requests/2786). Hopefully someone will pick up the PYTHON_DEBUG_LIBRARY issue and get it fixed. - David On Fri, May 5, 2017 at 2:00 AM, Timothee Evain wrote: > Hi, > > My bad, I didn't notice it. > But good news, it works! > So to resume, I had to change the vtkPythonWrapping.cmake like this : > > if (NOT BUILD_SHARED_LIBS) > # fill in the init functions only when BUILD_SHARED_LIBS is OFF. > foreach (module ${ARGN}) > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > *PyInit_${module}Python();") > set (INIT_CALLS "${INIT_CALLS}\n > static char name${module}[] = \"${module}Python\"; > PyImport_AppendInittab(name${module}, PyInit_${module}Python);") > endforeach() > endif() > > Another thing is that cmake detected a python debug library on my system > (PYTHON_DEBUG_LIBRARY variable), but there is a mistake in the lib list to > link for debug profile, it's the release python lib which is set. I just > had to change that in the linking to get it work for both profile. I made > it through manual modification on my VS project, I guess this can be > achieved through CMake, but I don't know where. > > Anyhow, I would like to thank you for all the help and the time you put on > my problem, that was really appreciated ! > > Tim > > ----- Mail original ----- > De: "David Gobbi" > ?: "Timothee Evain" > Cc: "VTK Users" , "Utkarsh Ayachit" < > utkarsh.ayachit at kitware.com> > Envoy?: Vendredi 5 Mai 2017 00:27:51 > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > There needs to be an underscore after PyInit (e.g. > PyInit_vtkCommonMathPython). > > On Thu, May 4, 2017 at 4:23 PM, Timothee Evain < > tevain at telecom-paristech.fr> > wrote: > > > Hi David, > > > > With you suggestion, there are errors in pythonmodules.h (undeclared > > identifiers). The names of modules don't correspond anymore with the ones > > in the vtkpythonmodulesPythonLoadAllPythonModules() function. > > > > So I changed also this line in the vtkPythonWrapping.cmake (3 lines after > > your fix): > > > > PyImport_AppendInittab(name${module}, init${module}Python);") > > into > > PyImport_AppendInittab(name${module}, PyInit${module}Python);") > > > > But then, I get the same linking errors as usual : > > [...] > > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > PyInitvtkCommonMathPython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > PyInitvtkCommonMiscPython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > 290>vtkPythonAppInit.obj : error LNK2019: unresolved external symbol > > PyInitvtkCommonSystemPython referenced in function "void __cdecl > > vtkpythonmodulesPythonLoadAllPythonModules(void)" (? > > vtkpythonmodulesPythonLoadAllPythonModules@@YAXXZ) > > [...] > > > > Tim > > > > > > ----- Mail original ----- > > De: "David Gobbi" > > ?: "Timothee Evain" > > Cc: "VTK Users" , "Utkarsh Ayachit" < > > utkarsh.ayachit at kitware.com> > > Envoy?: Jeudi 4 Mai 2017 22:30:20 > > Objet: Re: [vtkusers] Building VTK 7.1.1 with Python wrapping fail > > > > Hi Tomothee, > > > > I think I made a mistake in the first fix that I suggested. The correct > > name of the init methods is PyInit_vtkXXPython(), so the code in > > vtkPythonWrapping.cmake should be this: > > > > set (EXTERN_DEFINES "${EXTERN_DEFINES}\n extern PyObject > > *PyInit_${module}Python();") > > > > Hopefully that will work. > > > > - David > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prakeshofficial at gmail.com Fri May 5 14:12:20 2017 From: prakeshofficial at gmail.com (rakesh patil) Date: Fri, 5 May 2017 23:42:20 +0530 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: Hi David, I tried the test example of vtkGL2PSExporter separately on another system. Attached the stack trace of the runtime crash. On Fri, May 5, 2017 at 7:54 PM, David Lonie wrote: > On Fri, May 5, 2017 at 10:23 AM, rakesh patil > wrote: > > I will check the unit tests. Before that, I would like to know whether > it is > > mandatory that ghostscript should be installed if I want to use > > vtkGL2PSExporter? Because I do not have GhostScript installed. Would > that be > > a reason? > > Ghostscript is not needed for GL2PS for work, we just use it to > validate the output from the unit tests, so the tests are disabled > unless it's found. > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Capture.PNG Type: image/png Size: 26589 bytes Desc: not available URL: From david.lonie at kitware.com Fri May 5 14:15:08 2017 From: david.lonie at kitware.com (David Lonie) Date: Fri, 5 May 2017 14:15:08 -0400 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: This is really weird, that stack is corrupt as well. Try running the application through a memory analyzer (something like valgrind on linux, not sure what the equivalent would be for windows). Maybe it'll show where the stack is being overwritten. Double check array usage in your application to see if anything is writing past the end of an array or something similar. HTH, Dave On Fri, May 5, 2017 at 2:12 PM, rakesh patil wrote: > Hi David, > > I tried the test example of vtkGL2PSExporter separately on another system. > Attached the stack trace of the runtime crash. > > > > On Fri, May 5, 2017 at 7:54 PM, David Lonie wrote: >> >> On Fri, May 5, 2017 at 10:23 AM, rakesh patil >> wrote: >> > I will check the unit tests. Before that, I would like to know whether >> > it is >> > mandatory that ghostscript should be installed if I want to use >> > vtkGL2PSExporter? Because I do not have GhostScript installed. Would >> > that be >> > a reason? >> >> Ghostscript is not needed for GL2PS for work, we just use it to >> validate the output from the unit tests, so the tests are disabled >> unless it's found. > > From amine.aboufirass at gmail.com Fri May 5 14:18:51 2017 From: amine.aboufirass at gmail.com (Amine Aboufirass) Date: Fri, 5 May 2017 20:18:51 +0200 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: Allright. So in order to be a part of this mailing list, ask questions, receive answers but not necessarily have to deal with a barrage of 10+emails a day what can a person do? I'm interested in being a part of the mailing list but I really don't need to receive every single communication that happens on it... Somebody help please. On Fri, May 5, 2017 at 3:31 PM, rakesh patil wrote: > Hi David, > > This is all I could manage to get. Please find the attached image. I hope > it is helpful. > > Note: I am using VTK 6.3 on windows 10 along with Qt 5.5 > > Thanks > > On Fri, May 5, 2017 at 12:35 AM, David Lonie > wrote: > >> Can you provide a backtrace of the crash? >> >> Thanks, >> Dave >> >> On Thu, May 4, 2017 at 2:44 PM, rakesh patil >> wrote: >> > Hi, >> > >> > I am trying to export the rendered image as EPS. I am using >> vtkGL2PSExporter >> > as shown in this example. Only difference is mine is C++ based. >> > >> > I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. >> On >> > Windows it crashes. It creates the file but then crashes. Same code >> works on >> > Mac. what could have been gone wrong? >> > >> > Thanks >> > >> > _______________________________________________ >> > 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: >> > http://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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Fri May 5 14:21:03 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Fri, 5 May 2017 14:21:03 -0400 Subject: [vtkusers] vtkGL2PSExporter crashes In-Reply-To: References: Message-ID: Follow the link at the very bottom of every email, log in, and change your preferences to receive only a daily digest. Personally, I have a filter in my mail client that filters messages from this list so that I can peruse them when I want and they never show up in my Inbox. Cory On Fri, May 5, 2017 at 2:18 PM, Amine Aboufirass wrote: > Allright. So in order to be a part of this mailing list, ask questions, > receive answers but not necessarily have to deal with a barrage of 10+emails > a day what can a person do? > > I'm interested in being a part of the mailing list but I really don't need > to receive every single communication that happens on it... Somebody help > please. > > On Fri, May 5, 2017 at 3:31 PM, rakesh patil > wrote: >> >> Hi David, >> >> This is all I could manage to get. Please find the attached image. I hope >> it is helpful. >> >> Note: I am using VTK 6.3 on windows 10 along with Qt 5.5 >> >> Thanks >> >> On Fri, May 5, 2017 at 12:35 AM, David Lonie >> wrote: >>> >>> Can you provide a backtrace of the crash? >>> >>> Thanks, >>> Dave >>> >>> On Thu, May 4, 2017 at 2:44 PM, rakesh patil >>> wrote: >>> > Hi, >>> > >>> > I am trying to export the rendered image as EPS. I am using >>> > vtkGL2PSExporter >>> > as shown in this example. Only difference is mine is C++ based. >>> > >>> > I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. >>> > On >>> > Windows it crashes. It creates the file but then crashes. Same code >>> > works on >>> > Mac. what could have been gone wrong? >>> > >>> > Thanks >>> > >>> > _______________________________________________ >>> > 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: >>> > http://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: >> http://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: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From david.lonie at kitware.com Fri May 5 14:22:18 2017 From: david.lonie at kitware.com (David Lonie) Date: Fri, 5 May 2017 14:22:18 -0400 Subject: [vtkusers] Too many emails Message-ID: Hi Anime, I changed the subject line on this message since it's unrelated to the previous discussion in the thread. If you go back to the registration page that you used to sign up for the mailing list, there's an option that lets you switch from receiving individual emails to a daily digest. This will just send you a single email with all messages from that day. Or, do what I do and set up a gmail filter that moves all messages from the mailing list into a separate folder and skip the inbox. HTH, Dave On Fri, May 5, 2017 at 2:18 PM, Amine Aboufirass wrote: > Allright. So in order to be a part of this mailing list, ask questions, > receive answers but not necessarily have to deal with a barrage of 10+emails > a day what can a person do? > > I'm interested in being a part of the mailing list but I really don't need > to receive every single communication that happens on it... Somebody help > please. > > On Fri, May 5, 2017 at 3:31 PM, rakesh patil > wrote: >> >> Hi David, >> >> This is all I could manage to get. Please find the attached image. I hope >> it is helpful. >> >> Note: I am using VTK 6.3 on windows 10 along with Qt 5.5 >> >> Thanks >> >> On Fri, May 5, 2017 at 12:35 AM, David Lonie >> wrote: >>> >>> Can you provide a backtrace of the crash? >>> >>> Thanks, >>> Dave >>> >>> On Thu, May 4, 2017 at 2:44 PM, rakesh patil >>> wrote: >>> > Hi, >>> > >>> > I am trying to export the rendered image as EPS. I am using >>> > vtkGL2PSExporter >>> > as shown in this example. Only difference is mine is C++ based. >>> > >>> > I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. >>> > On >>> > Windows it crashes. It creates the file but then crashes. Same code >>> > works on >>> > Mac. what could have been gone wrong? >>> > >>> > Thanks >>> > >>> > _______________________________________________ >>> > 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: >>> > http://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: >> http://public.kitware.com/mailman/listinfo/vtkusers >> > From mathieu.westphal at kitware.com Fri May 5 14:45:20 2017 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Fri, 5 May 2017 20:45:20 +0200 Subject: [vtkusers] Too many emails In-Reply-To: References: Message-ID: You could also configure your mail client to filter the ml mail into a specific folder. Finally, if you are only interested by getting answers on your own questions, you could subscribe/unsubscribe only when needed. Regards, Mathieu Westphal On Fri, May 5, 2017 at 8:22 PM, David Lonie wrote: > Hi Anime, > > I changed the subject line on this message since it's unrelated to the > previous discussion in the thread. > > If you go back to the registration page that you used to sign up for > the mailing list, there's an option that lets you switch from > receiving individual emails to a daily digest. This will just send you > a single email with all messages from that day. > > Or, do what I do and set up a gmail filter that moves all messages > from the mailing list into a separate folder and skip the inbox. > > HTH, > Dave > > On Fri, May 5, 2017 at 2:18 PM, Amine Aboufirass > wrote: > > Allright. So in order to be a part of this mailing list, ask questions, > > receive answers but not necessarily have to deal with a barrage of > 10+emails > > a day what can a person do? > > > > I'm interested in being a part of the mailing list but I really don't > need > > to receive every single communication that happens on it... Somebody > help > > please. > > > > On Fri, May 5, 2017 at 3:31 PM, rakesh patil > > wrote: > >> > >> Hi David, > >> > >> This is all I could manage to get. Please find the attached image. I > hope > >> it is helpful. > >> > >> Note: I am using VTK 6.3 on windows 10 along with Qt 5.5 > >> > >> Thanks > >> > >> On Fri, May 5, 2017 at 12:35 AM, David Lonie > >> wrote: > >>> > >>> Can you provide a backtrace of the crash? > >>> > >>> Thanks, > >>> Dave > >>> > >>> On Thu, May 4, 2017 at 2:44 PM, rakesh patil < > prakeshofficial at gmail.com> > >>> wrote: > >>> > Hi, > >>> > > >>> > I am trying to export the rendered image as EPS. I am using > >>> > vtkGL2PSExporter > >>> > as shown in this example. Only difference is mine is C++ based. > >>> > > >>> > I have tested it on Windows 10 and Mac OSX. In Mac it is working > fine. > >>> > On > >>> > Windows it crashes. It creates the file but then crashes. Same code > >>> > works on > >>> > Mac. what could have been gone wrong? > >>> > > >>> > Thanks > >>> > > >>> > _______________________________________________ > >>> > 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: > >>> > http://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: > >> http://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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lasso at queensu.ca Fri May 5 15:45:31 2017 From: lasso at queensu.ca (Andras Lasso) Date: Fri, 5 May 2017 19:45:31 +0000 Subject: [vtkusers] Too many emails In-Reply-To: References: , Message-ID: Switching from mailing list to web-based forum would solve this and many other problems. We recently moved Slicer mailing lists to Discourse (https://discourse.slicer.org) and it just works so much better. People can subscribe to any topic, category, or tag they are interested in, posts are much higher quality and better organized (as you can edit/fix your posts, easily fork discussions that deviate from the original topic into a new one; you can attach tags, put posts into categories and subcategories), you can get to know your community much better through detailed statistics, etc. There are many more advantages and actually we didn't found any drawbacks (other than we have to rebuild our reputation for getting more attention from search indexing bots). Even hardcore text-only email users transitioned to the new system quite easily. Discourse provides free hosting for large open-source projects. I couldn?t imagine to switch from mailing list to a forum a few years ago, but the world is changing and Discourse just feels more appropriate today and can do so much more. Andras From: Mathieu Westphal Sent: Friday, May 5, 2017 2:45 PM To: David Lonie Cc: VTK Users Subject: Re: [vtkusers] Too many emails You could also configure your mail client to filter the ml mail into a specific folder. Finally, if you are only interested by getting answers on your own questions, you could subscribe/unsubscribe only when needed. Regards, Mathieu Westphal On Fri, May 5, 2017 at 8:22 PM, David Lonie > wrote: Hi Anime, I changed the subject line on this message since it's unrelated to the previous discussion in the thread. If you go back to the registration page that you used to sign up for the mailing list, there's an option that lets you switch from receiving individual emails to a daily digest. This will just send you a single email with all messages from that day. Or, do what I do and set up a gmail filter that moves all messages from the mailing list into a separate folder and skip the inbox. HTH, Dave On Fri, May 5, 2017 at 2:18 PM, Amine Aboufirass > wrote: > Allright. So in order to be a part of this mailing list, ask questions, > receive answers but not necessarily have to deal with a barrage of 10+emails > a day what can a person do? > > I'm interested in being a part of the mailing list but I really don't need > to receive every single communication that happens on it... Somebody help > please. > > On Fri, May 5, 2017 at 3:31 PM, rakesh patil > > wrote: >> >> Hi David, >> >> This is all I could manage to get. Please find the attached image. I hope >> it is helpful. >> >> Note: I am using VTK 6.3 on windows 10 along with Qt 5.5 >> >> Thanks >> >> On Fri, May 5, 2017 at 12:35 AM, David Lonie > >> wrote: >>> >>> Can you provide a backtrace of the crash? >>> >>> Thanks, >>> Dave >>> >>> On Thu, May 4, 2017 at 2:44 PM, rakesh patil > >>> wrote: >>> > Hi, >>> > >>> > I am trying to export the rendered image as EPS. I am using >>> > vtkGL2PSExporter >>> > as shown in this example. Only difference is mine is C++ based. >>> > >>> > I have tested it on Windows 10 and Mac OSX. In Mac it is working fine. >>> > On >>> > Windows it crashes. It creates the file but then crashes. Same code >>> > works on >>> > Mac. what could have been gone wrong? >>> > >>> > Thanks >>> > >>> > _______________________________________________ >>> > 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: >>> > http://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: >> http://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: http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From sur.chiranjib at gmail.com Sat May 6 11:24:27 2017 From: sur.chiranjib at gmail.com (Chiranjib Sur) Date: Sat, 6 May 2017 20:54:27 +0530 Subject: [vtkusers] vtk3ddelaunay save in .ply, .stl, .obj or .wrl In-Reply-To: <1493755254075-5743046.post@n5.nabble.com> References: <1493755254075-5743046.post@n5.nabble.com> Message-ID: Hi, You can use vtkPLYWriter / vtkSTLWriter to convert you file in the desired format. Here is a page with examples: http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/WritePLY Thanks, Chiranjib On Wed, May 3, 2017 at 1:30 AM, mozendi wrote: > Dear VTK users, > > I am using VTK to generate a 3D Delaunay triangulation from a list of input > points that are obtained using terrestrial laser scanner. So far, I > successfully generated some 3D triangulations and saved them in vtk or vtu > file formats. However, I need to save them as one of the popular formats > such as .ply, .stl, .obj or .wrl. Could you please tell me how can I save > 3d > triangulation in one of these formats? My other question is about setAlpha > and setTolerance parameters, could you please explain me these parameters > in > detail? > Thanks in advance > > int main( int argc, char* argv[] ) > { > //load the point cloud > vtkSmartPointer reader = > vtkSmartPointer::New(); > reader->SetFileName("kucuk50k.xyz"); > reader->Update(); > vtkPolyData* polydata = reader->GetOutput(); > std::cout << "The point cloud is loaded" << std::endl; > //end of point cloud loading > std::cout << "----------------------------------------------" << > std::endl; > // Generate a mesh from the input points. If Alpha is non-zero, > then > // tetrahedra, triangles, edges and vertices that lie within the > // alpha radius are output. > std::cout << "Start delaunay 3d triangulation" << std::endl; > vtkSmartPointer delaunay3DAlpha = > vtkSmartPointer::New(); > delaunay3DAlpha->SetInputConnection(reader->GetOutputPort()); > delaunay3DAlpha->SetAlpha(0.01); > std::cout << "3d Delaunay computed" << std::endl; > std::cout << "----------------------------------------------" << > std::endl; > std::cout << "Start writing the triangulation" << std::endl; > vtkSmartPointer ugWriter = > vtkSmartPointer::New(); > ugWriter->SetInputConnection(delaunay3DAlpha->GetOutputPort()); > ugWriter->SetFileName("delaunayy_50k.vtk"); > ugWriter->Write(); > std::cout << "VTK file created" << std::endl; > return EXIT_SUCCESS; > } > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/vtk3ddelaunay-save-in-ply-stl-obj-or-wrl-tp5743046.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mozendi at gmail.com Sun May 7 08:15:49 2017 From: mozendi at gmail.com (mozendi) Date: Sun, 7 May 2017 05:15:49 -0700 (MST) Subject: [vtkusers] vtk3ddelaunay save in .ply, .stl, .obj or .wrl In-Reply-To: References: <1493755254075-5743046.post@n5.nabble.com> Message-ID: <1494159349675-5743107.post@n5.nabble.com> Dear Chiranjib, Thank you for your help. After creating the 3D delaunay, this is the way how I save my 3D delaunay tirangulation in .ply format: //surface filter vtkSmartPointer surfaceFilter = vtkSmartPointer::New(); surfaceFilter->SetInputConnection(delaunay3DAlpha->GetOutputPort()); surfaceFilter->Update(); std::cout << "surface filter OK" << std::endl; std::cout << "------------------------------" << std::endl; std::cout << "Start writing the triangulation" << std::endl; std::string filename = "kucuk2.ply"; vtkSmartPointer plyWriter = vtkSmartPointer::New(); plyWriter->SetInputConnection(surfaceFilter->GetOutputPort()); plyWriter->SetFileName(filename.c_str()); plyWriter->Write(); It works fine but the resulting triangulation consists of many overlapping triangles as in the following figure: However, the resulting triangulation should be similar to the image below which is generated using Geomagic software: Do you have any idea about this issue? Thanks -- View this message in context: http://vtk.1045678.n5.nabble.com/vtk3ddelaunay-save-in-ply-stl-obj-or-wrl-tp5743046p5743107.html Sent from the VTK - Users mailing list archive at Nabble.com. From amine.aboufirass at gmail.com Mon May 8 02:49:06 2017 From: amine.aboufirass at gmail.com (Amine Aboufirass) Date: Mon, 8 May 2017 08:49:06 +0200 Subject: [vtkusers] Quickest way to count number of points in cell Paraview Message-ID: Hello, I would like to figure out the best way in Paraview to count the number of points within a cell. Preferrably a non- Python way of doing it by applying a filter of some sort or other (my Python skills are still crappy. Thanks, Amine -------------- next part -------------- An HTML attachment was scrubbed... URL: From rccm.kyoshimi at gmail.com Mon May 8 02:59:43 2017 From: rccm.kyoshimi at gmail.com (kenichiro yoshimi) Date: Mon, 8 May 2017 15:59:43 +0900 Subject: [vtkusers] Surface from contours In-Reply-To: References: Message-ID: Hi Rustem, At first glance, two lines in fail.vtp have different number of points (Upper line: 499, Lower line: 500). ? Is the problem to fail caused by this? Regards, Yoshimi 2017-05-05 23:27 GMT+09:00 Rustem Khabetdinov : > Hello, > > I am generating two contours from surfaces using feature edges filter. > Upper and lower contour may consist of the same amount of points. I tried > using vtkRuledSurfaceFilter to generate edge but sometimes it fails. Is > there any other way to do it? > > Dataset on which ruled surface filter fails to generate correct edge is > attached. > > Regards, > Rustem > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: lacking_point.png Type: image/png Size: 26379 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: lacking_point.png Type: image/png Size: 26379 bytes Desc: not available URL: From foufara at yahoo.fr Mon May 8 04:15:27 2017 From: foufara at yahoo.fr (foufara) Date: Mon, 8 May 2017 01:15:27 -0700 (MST) Subject: [vtkusers] Best way to add a print in a distribution file ? Message-ID: <1494231327769-5743112.post@n5.nabble.com> Hi here is a quick question most of you can answer to. I want to add some prints in the distribution files to check some variables. I know I should use a debugger but I can't spend time learning how to use it right now? I tried adding prints like std::cout << "A print" << std::end; in files and then calling make (my distribution is already built) to build the files I modified. But then when I run an example calling the modified functions, the print do not appear on my console (linux). What is wrong ?Do I have to compile the whole distribution each time (way too long) What is the right way to add these prints ? Thank you ! -- View this message in context: http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112.html Sent from the VTK - Users mailing list archive at Nabble.com. From jimmigoo at gmail.com Mon May 8 05:05:20 2017 From: jimmigoo at gmail.com (jimmigoo) Date: Mon, 8 May 2017 02:05:20 -0700 (MST) Subject: [vtkusers] vtkDelaunay2D crash depending on ProjectionPlaneMode In-Reply-To: <1493978225384-5743082.post@n5.nabble.com> References: <1493978225384-5743082.post@n5.nabble.com> Message-ID: <1494234320422-5743113.post@n5.nabble.com> In the attached images, how vtkDelaunay2D crashs with the previous dataset, the crash happens inside vtkCellLinks destructor, when the vtkPolyData this->Mesh on vtkDelaunay2D object has to be destroyed. Moreover, when "Edge is non-manifold" error is detected, the algorithm returns successfully with code 0, there is no crash at that step. I'm looking for your kind reply, if possible. Best regards, jimmigoo The crash occurs also on VTK 7.1.1 -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkDelaunay2D-crash-depending-on-ProjectionPlaneMode-tp5743082p5743113.html Sent from the VTK - Users mailing list archive at Nabble.com. From vtk12af6bc42 at kant.sophonet.de Mon May 8 06:03:41 2017 From: vtk12af6bc42 at kant.sophonet.de (Sophonet) Date: Mon, 08 May 2017 12:03:41 +0200 Subject: [vtkusers] Non-blocking python prompt for vtkRenderWindow (vtkPython.exe? / Tkinter?) Message-ID: <675a71b712cb2043f5f5b3a396df4648@sophonet.de> Hi, since Tkinter is part of python's standard library, and its event-loop is supported by IPython, it would be nice to interactively play with a vtkTkRenderWidget in IPython. However, I have not found a working example. On my machine, the code in Rendering/Tk/Testing/Python/TestTkRenderWidget.py crashes in tcl86.dll when creating the vtkRenderWidget (anaconda's python 3.6, Windows, VTK 7.1.1 - built with TkModule, include path and lib points to anaconda's stuff and seems to be fine). Is vtkPython.exe built for a similar purpose? I have not found a way of creating a renderwindow without blocking the command prompt in vtkPython.exe. Thanks, Sophonet From ben.boeckel at kitware.com Mon May 8 08:55:46 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Mon, 8 May 2017 08:55:46 -0400 Subject: [vtkusers] Too many emails In-Reply-To: References: Message-ID: <20170508125546.GB6189@megas.kitware.com> On Fri, May 05, 2017 at 19:45:31 +0000, Andras Lasso wrote: > Even hardcore text-only email users transitioned to the new system > quite easily. Is visiting the webpage completely avoidable (how much information is lost by doing email-only)? How well do permalinks work? Does Discourse still require JavaScript to be enabled to see *anything* on the page (seems to be for Slicer at least). Email works for me because I can handle lots of projects in one place without having to visit umpteen different websites (usually with as many different logins[1]) which is why I prefer it. --Ben [1]Yes, many can be tied to one *account*, but they're all still separate *logins*. From lasso at queensu.ca Mon May 8 09:24:50 2017 From: lasso at queensu.ca (Andras Lasso) Date: Mon, 8 May 2017 13:24:50 +0000 Subject: [vtkusers] Too many emails In-Reply-To: <20170508125546.GB6189@megas.kitware.com> References: <20170508125546.GB6189@megas.kitware.com> Message-ID: > Is visiting the webpage completely avoidable (how much information is lost by doing email-only)? You can do everything from email and all information is included in the emails that are sent out. I'm not sure if you can set category/subcategory, tags, etc. when you create a new topic by email, but it is better to create new topics using the web interface anyway, as you can also preview formatting, mention people, copy-paste images directly from the clipboard, get suggestions to related posts before submitting a new topic, etc. > Email works for me because I can handle lots of projects in one place without having to visit umpteen different websites Same here, it's good to have one inbox for all incoming questions and requests. The nice thing is that you can still get emails as usual, but if you visit the website you get lots of additional features. > usually with as many different logins If the website asks me to log in (rarely happens, as it usually keeps me logged in), then I log in with a single click on "login with GitHub". Andras -----Original Message----- From: Ben Boeckel [mailto:ben.boeckel at kitware.com] Sent: Monday, May 8, 2017 8:56 AM To: Andras Lasso Cc: Mathieu Westphal ; David Lonie ; VTK Users Subject: Re: [vtkusers] Too many emails On Fri, May 05, 2017 at 19:45:31 +0000, Andras Lasso wrote: > Even hardcore text-only email users transitioned to the new system > quite easily. Is visiting the webpage completely avoidable (how much information is lost by doing email-only)? How well do permalinks work? Does Discourse still require JavaScript to be enabled to see *anything* on the page (seems to be for Slicer at least). Email works for me because I can handle lots of projects in one place without having to visit umpteen different websites (usually with as many different logins[1]) which is why I prefer it. --Ben [1]Yes, many can be tied to one *account*, but they're all still separate *logins*. From ben.boeckel at kitware.com Mon May 8 10:08:52 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Mon, 8 May 2017 10:08:52 -0400 Subject: [vtkusers] Too many emails In-Reply-To: References: <20170508125546.GB6189@megas.kitware.com> Message-ID: <20170508140852.GA963@megas.kitware.com> On Mon, May 08, 2017 at 13:24:50 +0000, Andras Lasso wrote: > > Is visiting the webpage completely avoidable (how much information > > is lost by doing email-only)? > > You can do everything from email and all information is included in > the emails that are sent out. I'm not sure if you can set > category/subcategory, tags, etc. when you create a new topic by email, > but it is better to create new topics using the web interface anyway, > as you can also preview formatting, mention people, copy-paste images > directly from the clipboard, get suggestions to related posts before > submitting a new topic, etc. > > > Email works for me because I can handle lots of projects in one > > place without having to visit umpteen different websites > > Same here, it's good to have one inbox for all incoming questions and > requests. The nice thing is that you can still get emails as usual, > but if you visit the website you get lots of additional features. And therefore, I'd just tend to not use those features? My question is: "how much does that matter?". > If the website asks me to log in (rarely happens, as it usually keeps > me logged in), then I log in with a single click on "login with > GitHub". I don't like giving things access to my Github profile?things tend to ask for *way* too many permissions :( . For example, there is *no* reason that Gerrit should *require* write access to my repositories (private ones too!). Most of this is Github's fault for having a really coarse permission model? And Google requires re-auth once a month (or so). Maybe because I have two-factor enabled. --Ben From lasso at queensu.ca Mon May 8 10:32:21 2017 From: lasso at queensu.ca (Andras Lasso) Date: Mon, 8 May 2017 14:32:21 +0000 Subject: [vtkusers] Too many emails In-Reply-To: <20170508140852.GA963@megas.kitware.com> References: <20170508125546.GB6189@megas.kitware.com> <20170508140852.GA963@megas.kitware.com> Message-ID: >> but if you visit the website you get lots of additional features. > >And therefore, I'd just tend to not use those features? My question is: >"how much does that matter?". They certainly matter a lot to many people. I don't need or want to convince the VTK community to change, just wanted to let you know about our very positive experiences of switching to a web-based forum. Andras From kayarre at gmail.com Mon May 8 13:13:09 2017 From: kayarre at gmail.com (Kurt Sansom) Date: Mon, 8 May 2017 10:13:09 -0700 Subject: [vtkusers] vtkCellDerivatives for polytopal surface mesh Message-ID: Hi, Does anyone have suggestions to take cell derivatives from a polyhedral/polytopal surface mesh because the VTK documentation says that, "derivatives calculated for polygons with more than 4 vertices are inaccurate in most cases" from: http://www.vtk.org/doc/nightly/html/classvtkCellDerivatives.html#details Regards, ~Kurt -- Kurt Sansom -------------- next part -------------- An HTML attachment was scrubbed... URL: From jlee1549 at gmail.com Mon May 8 13:26:45 2017 From: jlee1549 at gmail.com (Jeff Lee) Date: Mon, 8 May 2017 13:26:45 -0400 Subject: [vtkusers] vtkCellDerivatives for polytopal surface mesh In-Reply-To: References: Message-ID: Vtkpolyhedron uses mean value coordinates. On May 8, 2017 1:13 PM, "Kurt Sansom" wrote: > Hi, > Does anyone have suggestions to take cell derivatives from a > polyhedral/polytopal surface mesh because the VTK documentation says that, > "derivatives calculated for polygons with more than 4 vertices are > inaccurate in most cases" > > from: http://www.vtk.org/doc/nightly/html/classvtkCellDerivatives.html# > details > > > Regards, > ~Kurt > > -- > Kurt Sansom > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sur.chiranjib at gmail.com Mon May 8 13:43:43 2017 From: sur.chiranjib at gmail.com (Chiranjib Sur) Date: Mon, 8 May 2017 23:13:43 +0530 Subject: [vtkusers] vtk3ddelaunay save in .ply, .stl, .obj or .wrl In-Reply-To: <1494159349675-5743107.post@n5.nabble.com> References: <1493755254075-5743046.post@n5.nabble.com> <1494159349675-5743107.post@n5.nabble.com> Message-ID: vtkCleanPolydata filter might come handy for you. Here is the class description. http://www.vtk.org/doc/nightly/html/classvtkCleanPolyData.html Hope that helps! On Sun, May 7, 2017 at 5:45 PM, mozendi wrote: > Dear Chiranjib, > > Thank you for your help. After creating the 3D delaunay, this is the way > how > I save my 3D delaunay tirangulation in .ply format: > > //surface filter > vtkSmartPointer surfaceFilter = > vtkSmartPointer::New(); > surfaceFilter->SetInputConnection(delaunay3DAlpha-> > GetOutputPort()); > surfaceFilter->Update(); > std::cout << "surface filter OK" << std::endl; > std::cout << "------------------------------" << std::endl; > std::cout << "Start writing the triangulation" << std::endl; > > std::string filename = "kucuk2.ply"; > vtkSmartPointer plyWriter = > vtkSmartPointer::New(); > plyWriter->SetInputConnection(surfaceFilter->GetOutputPort()); > plyWriter->SetFileName(filename.c_str()); > plyWriter->Write(); > > It works fine but the resulting triangulation consists of many overlapping > triangles as in the following figure: > > > > However, the resulting triangulation should be similar to the image below > which is generated using Geomagic software: > > > > Do you have any idea about this issue? > > Thanks > > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/vtk3ddelaunay-save-in-ply-stl-obj-or-wrl-tp5743046p5743107.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kayarre at gmail.com Mon May 8 17:38:56 2017 From: kayarre at gmail.com (Kurt Sansom) Date: Mon, 8 May 2017 14:38:56 -0700 Subject: [vtkusers] vtkCellDerivatives for polytopal surface mesh In-Reply-To: References: Message-ID: I do not understand your answer. ~Kurt On Mon, May 8, 2017 at 10:26 AM, Jeff Lee wrote: > Vtkpolyhedron uses mean value coordinates. > > On May 8, 2017 1:13 PM, "Kurt Sansom" wrote: > >> Hi, >> Does anyone have suggestions to take cell derivatives from a >> polyhedral/polytopal surface mesh because the VTK documentation says that, >> "derivatives calculated for polygons with more than 4 vertices are >> inaccurate in most cases" >> >> from: http://www.vtk.org/doc/nightly/html/classvtkCellDerivatives. >> html#details >> >> >> Regards, >> ~Kurt >> >> -- >> Kurt Sansom >> >> _______________________________________________ >> 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: >> http://public.kitware.com/mailman/listinfo/vtkusers >> >> -- Kurt Sansom -------------- next part -------------- An HTML attachment was scrubbed... URL: From kayarre at gmail.com Mon May 8 17:44:48 2017 From: kayarre at gmail.com (Kurt Sansom) Date: Mon, 8 May 2017 14:44:48 -0700 Subject: [vtkusers] add cell data to unstructured grid in time. Message-ID: I have created an unstructured grid data set that uses the SetTimeStep method to get the data for each time step. What I am having trouble doing to adding an array with calculated information and then writing the file out. see below. I create a variable TAWSS TAWSS = vtk.vtkFloatArray() TAWSS.SetNumberOfComponents(1) TAWSS.SetNumberOfValues(calc2.GetOutput().GetNumberOfCells()) TAWSS.SetName("TAWSS") then I calculate the average over the whole dataset, where calc2 is a vtkArrayCalculator() earlier in the pipeline. for i in range(N): reader.SetTimeStep(i) print("Time step {0} for average calc".format(i)) reader.Update() calc2.Update() wss_temp = calc2.GetOutput().GetCellData().GetArray("WSS") if ( i == 0 ): TAWSS.DeepCopy(wss_temp) else: array_avg(TAWSS, wss_temp, reader.GetOutput().GetNumberOfCells(), float(i+1.0)) calc2.GetOutput().GetCellData().AddArray(TAWSS) this doesn't add TAWSS to the outfile. writer = vtk.vtkXMLUnstructuredGridWriter() writer.SetFileName("calc_test.vtu") writer.SetNumberOfTimeSteps(N) writer.SetInputConnection(calc2.GetOutputPort()) writer.Start() for i in range(N): reader.SetTimeStep(i) print("Writing time step {0}".format(i)) calc2.GetOutput().GetCellData().AddArray(TAWSS) reader.Update() calc2.Update() writer.WriteNextTime(reader.GetTimeStep()) writer.Stop() -- Kurt Sansom -------------- next part -------------- An HTML attachment was scrubbed... URL: From lasso at queensu.ca Tue May 9 00:05:35 2017 From: lasso at queensu.ca (Andras Lasso) Date: Tue, 9 May 2017 04:05:35 +0000 Subject: [vtkusers] How to transform actor - probe - optical tracking system? In-Reply-To: <1493509462406-5743027.post@n5.nabble.com> References: <1493509462406-5743027.post@n5.nabble.com> Message-ID: Hi Youngkyun, Probably you would be better off using free, open-source VTK-based libraries for tracked ultrasound imaging, which take care of all these low-level details. For example, the PLUS toolkit (www.plustoolkit.org), which I'm one of the core developers of, can connect to a wide range of tracking devices and ultrasound systems, calibrate the system, compute all transforms automatically (you just specify the name of the transforms that you know and it computes all the transforms that you ask for), can visualize tracked ultrasound image and tools, stream data through OpenIGTLink protocol to compatible applications, reconstruct volume from tracked sequences, supports 4D ultrasound image acquisition, generate simulated ultrasound images, etc. You can use SlicerIGT (www.slicerigt.org) for building clinical-grade surgical navigation systems with tracked ultrasound without any programming. It's also free and open-source. If you still want to build your own software from scratch then you can use all these components as examples, just copy-paste as you like. I would still recommend to use these toolkits as they are, instead of redeveloping everything, because by the time you extract and stabilize what you need, you would miss all the new features that we add in the meantime. Also, if you build on an existing platform then you can get lots of help from experts who use the same platform. Andras -----Original Message----- From: vtkusers [mailto:vtkusers-bounces at vtk.org] On Behalf Of Youngkyun, Park Sent: Saturday, April 29, 2017 7:44 PM To: vtkusers at vtk.org Subject: [vtkusers] How to transform actor - probe - optical tracking system? Hi, all, I'm make some freehand ultrasound system with NDI Polaris and ultrasound diagnosis equipment. I can get some points from a ultrasound image but transformation is problem. Here is what am I trying to transform ; And brief codes follow ; // skip codes for pixels to points(used vtkPoints and vtkCellArray) vtkSmartPointer tItoP = vtkSmartPointer::New(); vtkSmartPointer tPtoO = vtkSmartPointer::New(); vtkSmartPointer tUS = vtkSmartPointer::New(); tItoP->SetElement(0, 0, 1); tItoP->SetElement(0, 1, 0); tItoP->SetElement(0, 2, 0); tItoP->SetElement(0, 3, -61.19); tItoP->SetElement(1, 0, 0); tItoP->SetElement(1, 1, 0); tItoP->SetElement(1, 2, 1); tItoP->SetElement(1, 3, 0); tItoP->SetElement(2, 0, 0); tItoP->SetElement(2, 1, -1); tItoP->SetElement(2, 2, 0); tItoP->SetElement(2, 3, 0); tItoP->SetElement(3, 0, 0); tItoP->SetElement(3, 1, 0); tItoP->SetElement(3, 2, 0); tItoP->SetElement(3, 3, 1); // array M is rotation matrix retrieved by NDI API CvtQuatToRotationMatrix // array T is translation from NDI API // array m_dInitPos is the initial position tPtoO->SetElement(0, 0, M[0][0]); tPtoO->SetElement(0, 1, M[0][1]); tPtoO->SetElement(0, 2, M[0][2]); tPtoO->SetElement(0, 3, (m_dInitPos[1] - T[1])); tPtoO->SetElement(1, 0, M[1][0]); tPtoO->SetElement(1, 1, M[1][1]); tPtoO->SetElement(1, 2, M[1][2]); tPtoO->SetElement(1, 3, (m_dInitPos[0] - T[0])); tPtoO->SetElement(2, 0, M[2][0]); tPtoO->SetElement(2, 1, M[2][1]); tPtoO->SetElement(2, 2, M[2][2]); tPtoO->SetElement(2, 3, (m_dInitPos[2] - T[2])); tPtoO->SetElement(3, 0, 0.0f); tPtoO->SetElement(3, 1, 0.0f); tPtoO->SetElement(3, 2, 0.0f); tPtoO->SetElement(3, 3, 1.0f); vtkMatrix4x4::Multiply4x4(tPtoO, tItoP, tUS); actor->SetUserMatrix(tUS); On running this code, translation is OK, but rotation is weird. It seems .... It's hard to explain in text .... The most distinguishing situation is that actor is rotate also going up and down when just rotating probe physically with Z axis of ultrasound probe marker. When I apply only tItoP to actor like "actor->SetUserMatrix(tItoP)", it's OK. It represented same as physical position(ultrasound image and probe maker's position). What's wrong with my code? How can I fix? -- View this message in context: http://vtk.1045678.n5.nabble.com/How-to-transform-actor-probe-optical-tracking-system-tp5743027.html Sent from the VTK - Users mailing list archive at Nabble.com. _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers From rccm.kyoshimi at gmail.com Tue May 9 00:43:36 2017 From: rccm.kyoshimi at gmail.com (kenichiro yoshimi) Date: Tue, 9 May 2017 13:43:36 +0900 Subject: [vtkusers] Best way to add a print in a distribution file ? In-Reply-To: <1494231327769-5743112.post@n5.nabble.com> References: <1494231327769-5743112.post@n5.nabble.com> Message-ID: Hi, I have a concern about your building work completed because of the wrong description std::end (std::endl is correct). Or there is a possibility that std::cout doesn't work due to buffering. You may manually flush it yourself. std::cout << "A print" << std::endl << std::flush; or std::cout << "A print" << std::endl; std::cout.flush(); Regards, 2017-05-08 17:15 GMT+09:00 foufara via vtkusers : > Hi here is a quick question most of you can answer to. > > I want to add some prints in the distribution files to check some variables. > I know I should use a debugger but I can't spend time learning how to use it > right now? > > I tried adding prints like > > std::cout << "A print" << std::end; > > in files and then calling make (my distribution is already built) to build > the files I modified. > > But then when I run an example calling the modified functions, the print do > not appear on my console (linux). > > What is wrong ?Do I have to compile the whole distribution each time (way > too long) > > What is the right way to add these prints ? > > Thank you ! > > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From foufara at yahoo.fr Tue May 9 02:44:02 2017 From: foufara at yahoo.fr (foufara) Date: Mon, 8 May 2017 23:44:02 -0700 (MST) Subject: [vtkusers] Best way to add a print in a distribution file ? In-Reply-To: References: <1494231327769-5743112.post@n5.nabble.com> Message-ID: Hi, thank you for this answer. Actually I was writing it correctly std::endl. I tried flushing but it didn?t change anything. The print I had added was in void vtkLineSource::SetPoint1(float point1f[3]) I then added another print in int vtkLineSource::RequestData( vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector) And this one works. So I guess the code does not call void vtkLineSource::SetPoint1(float point1f[3]) at all. But then what does it call when I write : // Create a line vtkSmartPointer lineSource = vtkSmartPointer::New(); lineSource->SetPoint1(1.0, 0.0, 0.0); lineSource->SetPoint2(0.0, 1.0, 0.0); in my code ? Is it because of the smart pointer ? Cheers, -- View this message in context: http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112p5743144.html Sent from the VTK - Users mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foufara at yahoo.fr Tue May 9 02:44:05 2017 From: foufara at yahoo.fr (foufara) Date: Mon, 8 May 2017 23:44:05 -0700 (MST) Subject: [vtkusers] Best way to add a print in a distribution file ? In-Reply-To: References: <1494231327769-5743112.post@n5.nabble.com> Message-ID: <1494312245775-5743145.post@n5.nabble.com> Hi, thank you for this answer. Actually I was writing it correctly std::endl. I tried flushing but it didn?t change anything. The print I had added was in void vtkLineSource::SetPoint1(float point1f[3]) I then added another print in int vtkLineSource::RequestData( vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector) And this one works. So I guess the code does not call void vtkLineSource::SetPoint1(float point1f[3]) at all. But then what does it call when I write : // Create a line vtkSmartPointer lineSource = vtkSmartPointer::New(); lineSource->SetPoint1(1.0, 0.0, 0.0); lineSource->SetPoint2(0.0, 1.0, 0.0); in my code ? Is it because of the smart pointer ? Cheers, -- View this message in context: http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112p5743145.html Sent from the VTK - Users mailing list archive at Nabble.com. From rccm.kyoshimi at gmail.com Tue May 9 03:24:27 2017 From: rccm.kyoshimi at gmail.com (kenichiro yoshimi) Date: Tue, 9 May 2017 16:24:27 +0900 Subject: [vtkusers] Best way to add a print in a distribution file ? In-Reply-To: <1494312245775-5743145.post@n5.nabble.com> References: <1494231327769-5743112.post@n5.nabble.com> <1494312245775-5743145.post@n5.nabble.com> Message-ID: Hi, Probably, you are calling a function defined by vtkGetVectorMacro(Point1,double,3); and hence a function to which you have added print void vtkLineSource::SetPoint1(float point1f[3]) may not be called. Regards, 2017-05-09 15:44 GMT+09:00 foufara via vtkusers : > Hi, > > thank you for this answer. > > Actually I was writing it correctly std::endl. > I tried flushing but it didn?t change anything. > The print I had added was in > > void vtkLineSource::SetPoint1(float point1f[3]) > > I then added another print in > > int vtkLineSource::RequestData( > vtkInformation *vtkNotUsed(request), > vtkInformationVector **vtkNotUsed(inputVector), > vtkInformationVector *outputVector) > > And this one works. > So I guess the code does not call > > void vtkLineSource::SetPoint1(float point1f[3]) > > at all. > > But then what does it call when I write : > > // Create a line > vtkSmartPointer lineSource = > vtkSmartPointer::New(); > lineSource->SetPoint1(1.0, 0.0, 0.0); > lineSource->SetPoint2(0.0, 1.0, 0.0); > > in my code ? Is it because of the smart pointer ? > > Cheers, > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112p5743145.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From beatrix.schober at gmail.com Tue May 9 03:52:48 2017 From: beatrix.schober at gmail.com (Beatrix Schober) Date: Tue, 9 May 2017 09:52:48 +0200 Subject: [vtkusers] Actor's matrix position value Message-ID: Hi all, I am using vtkInteractorStyleTrackballActor to move a single actor. As I have one LUT for all objects (to get the same elevation colors), I run the transformation matrix on vtkTransformPolyDataFilter to get the new correct bounds and to compute the LUT. actor->GetMatrix(matrix); vtkSmartPointer transform = vtkSmartPointer::New();transform->SetMatrix(matrix);filter->SetTransform(transform); The z position is 180. The problem is, that the position of the actor is not the correct position in the whole scene. What am I missing? What I am doing wrong? [image: Inline image 1] When doing a translation in z direction of 340 with transform->Translate(0.0, 0.0, 340), the computations are correct: [image: Inline image 2] Thank you very much in advance for any hint! Regards, Bea -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 273657 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 277232 bytes Desc: not available URL: From wangl at bi2vision.com Tue May 9 04:52:19 2017 From: wangl at bi2vision.com (monticle) Date: Tue, 9 May 2017 01:52:19 -0700 (MST) Subject: [vtkusers] too many libs/dlls Message-ID: <1494319939321-5743150.post@n5.nabble.com> Hi, We use VTK to show 3D objects in our program. We found there are more than 100 libs and dlls in vtk folder. Now we copied ALL the dlls to our program folder to make the program can be run on another pc which have not VTK installed. Is there any method to combine the dlls into one/several file(s)? Thank you. -- View this message in context: http://vtk.1045678.n5.nabble.com/too-many-libs-dlls-tp5743150.html Sent from the VTK - Users mailing list archive at Nabble.com. From daan_kruis at hotmail.com Tue May 9 05:49:56 2017 From: daan_kruis at hotmail.com (Daan Kruis) Date: Tue, 9 May 2017 09:49:56 +0000 Subject: [vtkusers] Oculus Rift python wrapping In-Reply-To: References: Message-ID: Dear Readers, My name is Daan Kruis and I am a bachelor computer science student at the University of Amsterdam. For my bachelorthesis I am researching scientific visualization in virtual reality. The idea is to enable a user to create, edit and view a visualization pipeline all from a virtual reality environment. For this purpose I want to use the extensive VTK library. However, since creating and editing a pipeline from within an application requires introspection into the libraries classes and methods, I cannot use a language like C++, but instead require something like Python. Now the VR setup I have to use is the Oculus Rift with Oculus Touch Controllers, but there are no python wrappings for the Oculus Rendering classes in VTK (and in general no Oculus Touch support). My question is if there is any way to wrap the various Oculus classes in python, or if you know of a way to work around this problem. I was also looking at widgets, because they could prove useful in making the GUI, but they don't seem to be made for rendering in the Oculus. When Rendering a widget in the Oculus it displays it on both screens at the specified position and moves along with the movement of the head, instead of standing still in a 3D world. Is this the expected behaviour, or am I doing something wrong? And if it is expected, is there a way to render it as a still object in the 3D VR environment. Thanks in advance for your time. Regards, Daan Kruis -------------- next part -------------- An HTML attachment was scrubbed... URL: From foufara at yahoo.fr Tue May 9 07:47:48 2017 From: foufara at yahoo.fr (foufara) Date: Tue, 9 May 2017 04:47:48 -0700 (MST) Subject: [vtkusers] Best way to add a print in a distribution file ? In-Reply-To: References: <1494231327769-5743112.post@n5.nabble.com> <1494312245775-5743145.post@n5.nabble.com> Message-ID: Yes you are right, if I look at vtkLineSource.h I see that vtkGetVectorMacro is called just before SetPoint1 is declared. I don?t understand the meaning of that, but that should be the reason. Thank you > Le 9 mai 2017 ? 09:24, kenichiro yoshimi [via VTK] a ?crit : > > Hi, > > Probably, you are calling a function defined by > vtkGetVectorMacro(Point1,double,3); > and hence a function to which you have added print > void vtkLineSource::SetPoint1(float point1f[3]) > may not be called. > > Regards, > > 2017-05-09 15:44 GMT+09:00 foufara via vtkusers <[hidden email] >: > > > Hi, > > > > thank you for this answer. > > > > Actually I was writing it correctly std::endl. > > I tried flushing but it didn?t change anything. > > The print I had added was in > > > > void vtkLineSource::SetPoint1(float point1f[3]) > > > > I then added another print in > > > > int vtkLineSource::RequestData( > > vtkInformation *vtkNotUsed(request), > > vtkInformationVector **vtkNotUsed(inputVector), > > vtkInformationVector *outputVector) > > > > And this one works. > > So I guess the code does not call > > > > void vtkLineSource::SetPoint1(float point1f[3]) > > > > at all. > > > > But then what does it call when I write : > > > > // Create a line > > vtkSmartPointer lineSource = > > vtkSmartPointer::New(); > > lineSource->SetPoint1(1.0, 0.0, 0.0); > > lineSource->SetPoint2(0.0, 1.0, 0.0); > > > > in my code ? Is it because of the smart pointer ? > > > > Cheers, > > > > > > > > -- > > View this message in context: http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112p5743145.html > > Sent from the VTK - Users mailing list archive at Nabble.com. > > _______________________________________________ > > 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: > > http://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: > http://public.kitware.com/mailman/listinfo/vtkusers > > > If you reply to this email, your message will be added to the discussion below: > http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112p5743148.html > To unsubscribe from Best way to add a print in a distribution file ?, click here . > NAML -- View this message in context: http://vtk.1045678.n5.nabble.com/Best-way-to-add-a-print-in-a-distribution-file-tp5743112p5743152.html Sent from the VTK - Users mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Tue May 9 08:13:43 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Tue, 9 May 2017 06:13:43 -0600 Subject: [vtkusers] too many libs/dlls In-Reply-To: <1494319939321-5743150.post@n5.nabble.com> References: <1494319939321-5743150.post@n5.nabble.com> Message-ID: Yes. Configure VTK with VTK_ENABLE_KITS on. Then you will get one level of libraries instead of two. David E DeMarle Kitware, Inc. Principle Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Tue, May 9, 2017 at 2:52 AM, monticle wrote: > Hi, > > We use VTK to show 3D objects in our program. > We found there are more than 100 libs and dlls in vtk folder. > Now we copied ALL the dlls to our program folder to > make the program can be run on another pc which have not VTK installed. > > Is there any method to combine the dlls into one/several file(s)? > > Thank you. > > > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/too-many-libs-dlls-tp5743150.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken.martin at kitware.com Tue May 9 08:29:12 2017 From: ken.martin at kitware.com (Ken Martin) Date: Tue, 9 May 2017 08:29:12 -0400 Subject: [vtkusers] Oculus Rift python wrapping In-Reply-To: References: Message-ID: You can try editing the CMakeLists file for Rendeing/Oculus and remove the classes from the no wrap section. They might wrap OK into python. I have not tried it. We have not added support for the oculus touch controllers yet as we have not had customer pull for it yet and limited time. If you get something working though we can try adding it in so everyone benefits. Thanks Ken On Tue, May 9, 2017 at 5:49 AM, Daan Kruis wrote: > Dear Readers, > > > My name is Daan Kruis and I am a bachelor computer science student at the > University of Amsterdam. > For my bachelorthesis I am researching scientific visualization in virtual > reality. > The idea is to enable a user to create, edit and view a visualization > pipeline all from a virtual reality environment. > For this purpose I want to use the extensive VTK library. > However, since creating and editing a pipeline from within an application > requires introspection into the libraries classes and methods, I cannot use > a language like C++, but instead require something like Python. > Now the VR setup I have to use is the Oculus Rift with Oculus Touch > Controllers, but there are no python wrappings for the Oculus Rendering > classes in VTK (and in general no Oculus Touch support). > > My question is if there is any way to wrap the various Oculus classes in > python, or if you know of a way to work around this problem. > I was also looking at widgets, because they could prove useful in making > the GUI, but they don't seem to be made for rendering in the Oculus. When > Rendering a widget in the Oculus it displays it on both screens at the > specified position and moves along with the movement of the head, instead > of standing still in a 3D world. Is this the expected behaviour, or am I > doing something wrong? And if it is expected, is there a way to render it > as a still object in the 3D VR environment. > > Thanks in advance for your time. > > Regards, > Daan Kruis > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kotowski.patrick at hotmail.com Tue May 9 08:32:09 2017 From: kotowski.patrick at hotmail.com (pk1003) Date: Tue, 9 May 2017 05:32:09 -0700 (MST) Subject: [vtkusers] vtkImageViewer2 and Applying a Colored Mask Message-ID: <1494333129990-5743155.post@n5.nabble.com> Hello, I am a relatively new user to VTK and had a question on how to implement the following scenario. I have a VTK image that I am loading into vtkImageViewer2 in order to view the slices of the volume. I have another VTK file that is a mask of the original VTK image. What I am trying to do is to load the slices and view the mask as a red or blue coloration within the original VTK volume. I would greatly appreciate any ideas or solutions that I could try out. Thank you! -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkImageViewer2-and-Applying-a-Colored-Mask-tp5743155.html Sent from the VTK - Users mailing list archive at Nabble.com. From yzhzhang at ipe.ac.cn Tue May 9 08:36:09 2017 From: yzhzhang at ipe.ac.cn (=?GBK?B?1cXUptbe?=) Date: Tue, 9 May 2017 20:36:09 +0800 (GMT+08:00) Subject: [vtkusers] the vtkDoubleArray cause segmentation fault Message-ID: Hello, I have a code that uses VTK, but it can't run normally. As I have tried to solve the problem for two days but in vain and there is no one around me that familiar with VTK, I come here to look for help. Here is a piece of my code: vtkUnstructuredGrid* VTKGrid; template void UpdateVTKAttributes(T3& U_Field, T4& p_Field, T5& T_Field) { if(VTKGrid->GetCellData()->GetArray("p") == NULL) { // pressure array vtkNew p; p->SetName("p"); p->SetNumberOfComponents(1); p->SetNumberOfTuples(static_cast(p_Field.size())); VTKGrid->GetCellData()->AddArray(p.GetPointer()); } vtkDoubleArray* p = vtkDoubleArray::SafeDownCast( VTKGrid->GetPointData()->GetArray("p")); vtkIdType numTuples = p->GetNumberOfTuples(); int temp[400]; for(vtkIdType i=0; iSetTuple1(i, temp[i]); // fault //printf("%lf ", p->GetTuple1(i)); //fault //if((i+1) % 10 == 0) //printf("\n"); //p->InsertTuple1(i, p_Field[i]); //fault //p->InsertNextTuple1(p_Field[i]); //fault p->SetTuple1(i, p_Field[i]); } } When I run the executable file, I get segmentation fault: #0 Foam::error::printStack(Foam::Ostream&) in "/opt/OpenFOAM/OpenFOAM-2.3.x/platforms/linux64IccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigSegv::sigHandler(int) in "/opt/OpenFOAM/OpenFOAM-2.3.x/platforms/linux64IccDPOpt/lib/libOpenFOAM.so" #2 ? in "/lib64/libpthread.so.0" #3 vtkDataArray::SetTuple1(long long, double) in "/pan20/yzzhang/paraview-5.2.0-release/lib/libvtkCommonCore-pv5.2.so.1" #4 void Adaptor::CoProcess, Foam::DynamicList, Foam::DynamicList, Foam::DynamicList, Foam::DynamicList >(Foam::DynamicList&, Foam::DynamicList&, Foam::DynamicList&, Foam::DynamicList&, Foam::DynamicList&, unsigned int, bool) at ~/Desktop/myfoam/adaptor.h:90 #5 main at ~/Desktop/myfoam/runCatalyst.C:288 #6 __libc_start_main in "/lib64/libc.so.6" #7 ? in "/root/Desktop/myfoam/OFcatalyst" Segmentation fault (core dumped) I'm think it is the statement "p->SetTuple1(i, p_Field[i]);" that causes the fault, and any other vtk function that references array p also causes the same fault. And, the same fault appears even without use of for loop. Just a single statement " p->SetTuple1(0, p_Field[0]);" causes the fault. However, if I only print the p_Field without any reference of vtkDoubleArray p, the program runs with no fault. So I guess maybe the memory of array p was no allocated properly? I'm not sure. Could you please tell me where the error is in that code? Thanks a lot! sincerely -Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: From jlee1549 at gmail.com Tue May 9 09:34:35 2017 From: jlee1549 at gmail.com (Jeff Lee) Date: Tue, 9 May 2017 09:34:35 -0400 Subject: [vtkusers] vtkCellDerivatives for polytopal surface mesh In-Reply-To: References: Message-ID: Hi, A polyhedron could be treated as a closed polygonal surface (or conversely a closed polygonal surface could be considered an arbitrary polyhedron). If you look at vtkPolyhedron.cxx you can see how it is using MeanValueCoordinates to interpolate the function values inside the cell, and then compute the derivatives. So if your mesh contains polyhedral cells, vtkCellDerivatives should work. On Mon, May 8, 2017 at 5:38 PM, Kurt Sansom wrote: > I do not understand your answer. > > ~Kurt > > On Mon, May 8, 2017 at 10:26 AM, Jeff Lee wrote: > >> Vtkpolyhedron uses mean value coordinates. >> >> On May 8, 2017 1:13 PM, "Kurt Sansom" wrote: >> >>> Hi, >>> Does anyone have suggestions to take cell derivatives from a >>> polyhedral/polytopal surface mesh because the VTK documentation says that, >>> "derivatives calculated for polygons with more than 4 vertices are >>> inaccurate in most cases" >>> >>> from: http://www.vtk.org/doc/nightly/html/classvtkCellDerivatives. >>> html#details >>> >>> >>> Regards, >>> ~Kurt >>> >>> -- >>> Kurt Sansom >>> >>> _______________________________________________ >>> 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: >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> > > > -- > Kurt Sansom > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Tue May 9 10:23:23 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Tue, 9 May 2017 10:23:23 -0400 Subject: [vtkusers] the vtkDoubleArray cause segmentation fault In-Reply-To: References: Message-ID: You are adding the "p" array to VTKGrid's cell data, but then accessing "p" from VTKGrid's point data, which is probably NULL. Make these match and you will likely have better luck. - Cory On Tue, May 9, 2017 at 8:36 AM, ??? wrote: > > > Hello, > > I have a code that uses VTK, but it can't run normally. As I have tried to > solve the problem for two days but in vain and there is no one around me > that familiar with VTK, I come here to look for help. Here is a piece of my > code: > > vtkUnstructuredGrid* VTKGrid; > template > void UpdateVTKAttributes(T3& U_Field, T4& p_Field, T5& T_Field) > { > if(VTKGrid->GetCellData()->GetArray("p") == NULL) > { > // pressure array > vtkNew p; > p->SetName("p"); > p->SetNumberOfComponents(1); > > p->SetNumberOfTuples(static_cast(p_Field.size())); > VTKGrid->GetCellData()->AddArray(p.GetPointer()); > } > &nb sp; vtkDoubleArray* p = vtkDoubleArray::SafeDownCast( > VTKGrid->GetPointData()->GetArray("p")); > vtkIdType numTuples = p->GetNumberOfTuples(); > > int temp[400]; > for(vtkIdType i=0; i { > //cout << p_Field[i] << " "; >   ; //printf("%.15lf ", p_Field[i]); > //if((i+1) % 10 == 0) > //printf("\n"); //these are > OK > > //temp[i] = p_Field[i]; > //p->SetTuple1(i, temp[i]); // fault > > &nbs p; //printf("%lf ", p->GetTuple1(i)); //fault > //if((i+1) % 10 == 0) > //printf("\n"); > //p->InsertTuple1(i, p_Field[i]); //fault > //p->InsertNextTuple1(p_Field[i]); //fault > p->SetTuple1(i, p_Field[i]); > &nb sp; } > } > > When I run the executable file, I get segmentation fault: > > #0 Foam::error::printStack(Foam::Ostream&) in > "/opt/OpenFOAM/OpenFOAM-2.3.x/platforms/linux64IccDPOpt/lib/libOpenFOAM.so" > #1 Foam::sigSegv::sigHandler(int) in > "/opt/OpenFOAM/OpenFOAM-2.3.x/platforms/linux64IccDPOpt/lib/libOpenFOAM.so" > #2 ? in "/lib64/libpthread.so.0" > #3 vtkDataArray::SetTuple1(long long, double) in > "/pan20/yzzhang/paraview-5.2.0-release/lib/libvtkCommonCore-pv5.2.so.1" > #4 void Adaptor::CoProcess, > Foam::DynamicList, Foam::DynamicList, > Foam::DynamicList, Foam::DynamicList >>(Foam::DynamicList&, Foam::DynamicList 1u>&, Foam::DynamicList 0u, 2u, 1u>&, Foam::DynamicList&, unsigned int, bool) at > ~/Desktop/myfoam/adaptor.h:90 > #5 main at ~/Desktop/myfoam/runCatalyst.C:288 > #6 __libc_start_main in "/lib64/libc.so.6" > #7 ? in "/root/Desktop/myfoam/OFcatalyst" > Segmentation fault (core dumped) > > > I'm think it is the statement "p->SetTuple1(i, p_Field[i]);" that causes the > fault, and any other vtk function that references array p also causes the > same fault. And, the same fault appears even without use of for loop. Just a > single statement " p->SetTuple1(0, p_Field[0]);" causes the fault. However, > if I only print the p_Field without any reference of vtkDoubleArray p, the > program runs with no fault. So I guess maybe the memory of array p was no > allocated properly? I'm not sure. > Could you please tell me where the error is in that code? Thanks a lot! > > sincerely > -Zhang > > > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From sganesan at cusa.canon.com Tue May 9 11:46:06 2017 From: sganesan at cusa.canon.com (sganesan at cusa.canon.com) Date: Tue, 9 May 2017 11:46:06 -0400 Subject: [vtkusers] Conversion from ITK to VTK Coordinate spaces Message-ID: Hello I'm trying to write a function that can reasonably convert between ITK and VTK coordinate spaces. I have a given ITK transform with my 12 parameters, (3 fixed). a b c x d e f y g h i z l m n 1 where (a,b,c,d,e,f,g,h,i) represent my ITK matrix, (x,y,z) is my center, and (l,m,n) is my translation. How do I convert that to VTK format a b c o d e f p g h i q 0 0 0 1 where (a,b,c,d,e,f,g,h,i) represent my VTK matrix,, and (o,p,q) is my translation. Is there a relatively straightforward way of doing this? Kind Regards, Sam -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.gobbi at gmail.com Tue May 9 13:06:40 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Tue, 9 May 2017 11:06:40 -0600 Subject: [vtkusers] Conversion from ITK to VTK Coordinate spaces In-Reply-To: References: Message-ID: Hi Sam, The question that you are asking does not have a straightforward answer, because VTK doesn't actually define its coordinate space... in VTK you can use whatever coordinate you want. Since I work with DICOM images, I define my VTK world coordinate system to be the DICOM patient coordinate system (that is, I follow the convention that the +x direction is towards the left hand, the +z direction is towards the head, and +y is towards the back). This simplifies moving data between ITK and VTK, because ITK uses the same coordinate system. However, this means that whenever I read images into VTK, I must put the images into this coordinate system. So, for example, I wrote a class called vtkDICOMToRAS ( https://github.com/dgobbi/vtk-dicom/blob/master/Source/vtkDICOMToRAS.h) to convert images that are read by the vtkNIFTIImageReader from their native coordinate system to the DICOM coordinate system. Most of the VTK image readers assume that the user wants a RAS-like coordinate system, but as I said, you are free to use whatever coordinate system you desire inside VTK. A lot of people prefer RAS because it means they don't have to convert coordinate systems whenever they read an image. I prefer using a DICOM coordinate system because I work a lot with DICOM images, and it improves interoperability with ITK. To kind-of sort-of answer your question, the general transformation between an ITK (DICOM-like) coord system and a RAS coordinate system is as follows: -1 0 0 0 0 -1 0 0 0 0 1 0 0 0 0 1 However, it's rarely that straightforward, because it really depends on how the data was read into VTK. - David On Tue, May 9, 2017 at 9:46 AM, wrote: > > Hello > > I'm trying to write a function that can reasonably convert between ITK and > VTK coordinate spaces. I have a given ITK transform with my 12 parameters, > (3 fixed). > > a b c x > > d e f y > > g h i z > > l m n 1 > > where (a,b,c,d,e,f,g,h,i) represent my ITK matrix, (x,y,z) is my center, > and (l,m,n) is my translation. > > > How do I convert that to VTK format > > > a b c o > > d e f p > > g h i q > > 0 0 0 1 > > where (a,b,c,d,e,f,g,h,i) represent my VTK matrix,, and (o,p,q) is my > translation. > > Is there a relatively straightforward way of doing this? > > Kind Regards, > Sam > -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Wed May 10 08:17:38 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Wed, 10 May 2017 14:17:38 +0200 Subject: [vtkusers] Detection of insufficient OpenGL Message-ID: Hi all, I'd like our application to do detection of OpenGL capabilities, to make sure the capabilities are sufficient for what we're using VTK for (volume rendering with vtkGPUVolumeRayCastMapper, OpenGL2 backend + some charts stuff with vtkChartXY, in the future maybe other things). Is there any provisions in VTK itself for doing OpenGL feature detection (maybe conditioned on the parts of VTK that is to be used)? I guess I could always dig into the VTK source myself, to deduce what features are needed, and probe for that manually somehow, but it feels a bit brittle. It would be better if VTK itself could report insufficient OpenGL support in way that I can intercept, to show a meaningful error message. Anyone been in the same situation? I found this Slicer bug http://na-mic.org/Mantis/view.php?id=4252 where in the comments the developers are also discussing the possibilities of detecting OpenGL capabilities. Thanks, Elvis From ken.martin at kitware.com Wed May 10 09:00:44 2017 From: ken.martin at kitware.com (Ken Martin) Date: Wed, 10 May 2017 09:00:44 -0400 Subject: [vtkusers] Detection of insufficient OpenGL In-Reply-To: References: Message-ID: In the new OpenGL2 backend if any feature works, then basically every feature in VTK works, or has a fallback that is reasonable. Unlike the old backend there are no features that may or may not work. This is mostly because OpenGL 3.2 (which is what the new backend uses) is a very capable API. If you are looking to test if the system has support for the new backend then there are some methods on RenderWindow you can use such as SupportsOpenGL which will make sure it supports what is needed for that backend. If you are looking for extending VTK with new rendering techniques then you can use glew which is built into VTK to test for features. If you are looking for GPU memory limits we do not have a class that does that, but OpenGL does have methods for querying limits that may work. I believe the GPU volume renderer makes use of them. On Wed, May 10, 2017 at 8:17 AM, Elvis Stansvik < elvis.stansvik at orexplore.com> wrote: > Hi all, > > I'd like our application to do detection of OpenGL capabilities, to > make sure the capabilities are sufficient for what we're using VTK for > (volume rendering with vtkGPUVolumeRayCastMapper, OpenGL2 backend + > some charts stuff with vtkChartXY, in the future maybe other things). > > Is there any provisions in VTK itself for doing OpenGL feature > detection (maybe conditioned on the parts of VTK that is to be used)? > > I guess I could always dig into the VTK source myself, to deduce what > features are needed, and probe for that manually somehow, but it feels > a bit brittle. It would be better if VTK itself could report > insufficient OpenGL support in way that I can intercept, to show a > meaningful error message. > > Anyone been in the same situation? I found this Slicer bug > > http://na-mic.org/Mantis/view.php?id=4252 > > where in the comments the developers are also discussing the > possibilities of detecting OpenGL capabilities. > > Thanks, > Elvis > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Wed May 10 10:52:01 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Wed, 10 May 2017 16:52:01 +0200 Subject: [vtkusers] Detection of insufficient OpenGL In-Reply-To: References: Message-ID: 2017-05-10 15:00 GMT+02:00 Ken Martin : > In the new OpenGL2 backend if any feature works, then basically every > feature in VTK works, or has a fallback that is reasonable. Unlike the old > backend there are no features that may or may not work. This is mostly > because OpenGL 3.2 (which is what the new backend uses) is a very capable > API. > > If you are looking to test if the system has support for the new backend > then there are some methods on RenderWindow you can use such as > SupportsOpenGL which will make sure it supports what is needed for that > backend. > > If you are looking for extending VTK with new rendering techniques then you > can use glew which is built into VTK to test for features. > > If you are looking for GPU memory limits we do not have a class that does > that, but OpenGL does have methods for querying limits that may work. I > believe the GPU volume renderer makes use of them. Excellent, thanks for the info. In the past, one culprit we've seen on weaker Intel graphics (and also e.g. when trying to use the program through VirtualGL/TurboVNC I think) is the lack of GL_EXT_geometry_shader4 extension. I don't have access to either two of those at the moment. Do you know off hand if SupportsOpenGL() would catch something like that? Or would I get the failure printed by VTK before even getting to the SupportsOpenGL() call? (e.g. upon construction of the render window) Elvis > > > > On Wed, May 10, 2017 at 8:17 AM, Elvis Stansvik > wrote: >> >> Hi all, >> >> I'd like our application to do detection of OpenGL capabilities, to >> make sure the capabilities are sufficient for what we're using VTK for >> (volume rendering with vtkGPUVolumeRayCastMapper, OpenGL2 backend + >> some charts stuff with vtkChartXY, in the future maybe other things). >> >> Is there any provisions in VTK itself for doing OpenGL feature >> detection (maybe conditioned on the parts of VTK that is to be used)? >> >> I guess I could always dig into the VTK source myself, to deduce what >> features are needed, and probe for that manually somehow, but it feels >> a bit brittle. It would be better if VTK itself could report >> insufficient OpenGL support in way that I can intercept, to show a >> meaningful error message. >> >> Anyone been in the same situation? I found this Slicer bug >> >> http://na-mic.org/Mantis/view.php?id=4252 >> >> where in the comments the developers are also discussing the >> possibilities of detecting OpenGL capabilities. >> >> Thanks, >> Elvis >> _______________________________________________ >> 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: >> http://public.kitware.com/mailman/listinfo/vtkusers > > > > > -- > Ken Martin PhD > Distinguished Engineer > Kitware Inc. > 28 Corporate Drive > Clifton Park NY 12065 > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. From joaolsvieira at gmail.com Wed May 10 11:10:09 2017 From: joaolsvieira at gmail.com (=?UTF-8?Q?Jo=C3=A3o_Luis?=) Date: Wed, 10 May 2017 11:10:09 -0400 Subject: [vtkusers] vtkTextureMap TubeFilter Message-ID: Hello vtkusers, I have a .jpg and I want to wrap around a TubeFilter. I know the dimensions of my image, but didn't figure out how to built the TubeFilter with same dimensions to avoid overlap by radius and height and stretch the image by breaking the resolution. Also, I have to flop this image before wrap up. I have to use a TubeFilter instead of a cylinder because this tubefilter later will be representing curved pipes; Image information: Dimensions: 360x1024 Width: 360 pixels Height: 1024 pixels Horizontal resolution: 96 dpi Vertical resolution: 96 dpi Bit depth: 24 Thank you very much for any help, Luis -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail at oliwe.com Wed May 10 12:16:54 2017 From: mail at oliwe.com (Oliver Weinheimer) Date: Wed, 10 May 2017 09:16:54 -0700 (MST) Subject: [vtkusers] vtkXYPlotActor change axis orientation Message-ID: <1494433014935-5743183.post@n5.nabble.com> I am trying to change the orientation of the yaxis title of a vtkXYPlotActor - but it does not work. I am using vtkXYPlotActor* profile; .... vtkTextProperty* tprop_yaxis = profile->GetYAxisActor2D()->GetTitleTextProperty(); tprop_yaxis->SetOrientation(90.0); tprop_yaxis->SetColor(1,0,0); profile->GetXAxisActor2D()->SetTitleTextProperty(tprop_xaxis); nothing happens!? I can change all titles via vtkTextProperty* tprop_titles = profile->GetTitleTextProperty(); tprop_titles->SetColor(1,0,0); profile->SetTitleTextProperty(tprop_titles); But applying changes for the axis separatly does not work. Any hints? -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkXYPlotActor-change-axis-orientation-tp5743183.html Sent from the VTK - Users mailing list archive at Nabble.com. From mozendi at gmail.com Wed May 10 13:21:59 2017 From: mozendi at gmail.com (mozendi) Date: Wed, 10 May 2017 10:21:59 -0700 (MST) Subject: [vtkusers] vtk3ddelaunay save in .ply, .stl, .obj or .wrl In-Reply-To: References: <1493755254075-5743046.post@n5.nabble.com> <1494159349675-5743107.post@n5.nabble.com> Message-ID: <1494436919027-5743184.post@n5.nabble.com> Thanks for helps. I think I will try CGAL and see the results. -- View this message in context: http://vtk.1045678.n5.nabble.com/vtk3ddelaunay-save-in-ply-stl-obj-or-wrl-tp5743046p5743184.html Sent from the VTK - Users mailing list archive at Nabble.com. From renaud.lebrun at umontpellier.fr Thu May 11 10:14:26 2017 From: renaud.lebrun at umontpellier.fr (Renaud Lebrun) Date: Thu, 11 May 2017 16:14:26 +0200 Subject: [vtkusers] vtkCaptionActor2D always drawn on top of everything else ? Message-ID: I am trying to visualize text labels in 3D space. I currently use vtkCaptionActor2D but I can not manage the text to be occluded by objects nearer to the camera. The text generated by vtkCaptionActor2D is always drawn on top of everything. => Would there be a way to allow vtkCaptionActor2D to be occluded by nearer objects ? Thanks in advance for your answer, Renaud. From david.lonie at kitware.com Thu May 11 11:45:55 2017 From: david.lonie at kitware.com (David Lonie) Date: Thu, 11 May 2017 11:45:55 -0400 Subject: [vtkusers] vtkCaptionActor2D always drawn on top of everything else ? In-Reply-To: References: Message-ID: Nope -- vtkCaptionActor2D renders in the overlay, which will always occlude 3D geometry. You may want to try vtkBillboardTextActor3D, which was recently added. It doesn't do quite the same thing as the caption actor, but will mix with 3D geometry. On Thu, May 11, 2017 at 10:14 AM, Renaud Lebrun wrote: > > I am trying to visualize text labels in 3D space. > > I currently use vtkCaptionActor2D but I can not manage the text to be > occluded by objects nearer to the camera. > > The text generated by vtkCaptionActor2D is always drawn on top of > everything. > > > => Would there be a way to allow vtkCaptionActor2D to be occluded by nearer > objects ? > > Thanks in advance for your answer, > Renaud. > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From bill.lorensen at gmail.com Thu May 11 12:00:23 2017 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 11 May 2017 12:00:23 -0400 Subject: [vtkusers] vtkCaptionActor2D always drawn on top of everything else ? In-Reply-To: References: Message-ID: here is an example using BillboardTextActor3D: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/BillboardTextActor3D On Thu, May 11, 2017 at 11:45 AM, David Lonie wrote: > Nope -- vtkCaptionActor2D renders in the overlay, which will always > occlude 3D geometry. > > You may want to try vtkBillboardTextActor3D, which was recently added. > It doesn't do quite the same thing as the caption actor, but will mix > with 3D geometry. > > On Thu, May 11, 2017 at 10:14 AM, Renaud Lebrun > wrote: >> >> I am trying to visualize text labels in 3D space. >> >> I currently use vtkCaptionActor2D but I can not manage the text to be >> occluded by objects nearer to the camera. >> >> The text generated by vtkCaptionActor2D is always drawn on top of >> everything. >> >> >> => Would there be a way to allow vtkCaptionActor2D to be occluded by nearer >> objects ? >> >> Thanks in advance for your answer, >> Renaud. >> >> _______________________________________________ >> 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: >> http://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: > http://public.kitware.com/mailman/listinfo/vtkusers -- Unpaid intern in BillsBasement at noware dot com From zmurphy1125 at gmail.com Fri May 12 11:10:54 2017 From: zmurphy1125 at gmail.com (zmurphy) Date: Fri, 12 May 2017 08:10:54 -0700 (MST) Subject: [vtkusers] Texture mapping a GeoTransformed object Message-ID: <1494601854329-5743201.post@n5.nabble.com> I've created a dataset which I've then run through a GeoTransform and TransformFilter to get it into the map projection that I need. How can I do the same to a texture so that it too has the projection? I've tried using both TextureMapToSphere and TextureMapToPlane, but either I did not use them correctly or they didn't do what I thought they would. -- View this message in context: http://vtk.1045678.n5.nabble.com/Texture-mapping-a-GeoTransformed-object-tp5743201.html Sent from the VTK - Users mailing list archive at Nabble.com. From aashish.chaudhary at kitware.com Fri May 12 11:42:58 2017 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Fri, 12 May 2017 15:42:58 +0000 Subject: [vtkusers] Texture mapping a GeoTransformed object In-Reply-To: <1494601854329-5743201.post@n5.nabble.com> References: <1494601854329-5743201.post@n5.nabble.com> Message-ID: you can use gdalwrap to reproject your image for the target transformation: http://www.gdal.org/gdalwarp.html As for texture coordinate generation, you can do that prior to geotransform but you will also need to reproject your image. - aashish On Fri, May 12, 2017 at 11:11 AM zmurphy wrote: > I've created a dataset which I've then run through a GeoTransform and > TransformFilter to get it into the map projection that I need. How can I do > the same to a texture so that it too has the projection? I've tried using > both TextureMapToSphere and TextureMapToPlane, but either I did not use > them > correctly or they didn't do what I thought they would. > > > > -- > View this message in context: > http://vtk.1045678.n5.nabble.com/Texture-mapping-a-GeoTransformed-object-tp5743201.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew.amaclean at gmail.com Sat May 13 02:35:18 2017 From: andrew.amaclean at gmail.com (Andrew Maclean) Date: Sat, 13 May 2017 16:35:18 +1000 Subject: [vtkusers] VTK Examples - congratulations to Bill Message-ID: Hi Bill, Thankyou so much for all the effort you have put into the VTK Examples: https://gitlab.kitware.com/lorensen/VTKExamples/wikis/Home It is so much easier to use than the old version. I have been "kicking the tyres", so to speak, and the process of updating is so much better than the old system. Thanks again for all your hard work and effort. I really appreciate it. Regards Andrew -- ___________________________________________ Andrew J. P. Maclean ___________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcinwas94 at interia.pl Sat May 13 08:09:20 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Sat, 13 May 2017 05:09:20 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 Message-ID: <1494677360541-5743206.post@n5.nabble.com> Hello, I am quite new to VTK, I developed application for Computed Tomography manipulation using it. I have previously installed VTK 7.0 on my computer and was working correctly. Now I am trying to add Qt5.6.2 to develop GUI, creator succeded, but I cannot reconfigure VTK using CMake to add Qt Support. I am using CMAKE 3.6.3. I follow the documentation http://www.vtk.org/Wiki/VTK/Configure_and_Build I only changed: BUILD_EXAMPLES= ON BUILD_TESTING= ON Module_vtkGUISupportQt= ON Module_vtkGUISupportQtOpenGL= ON Module_vtkTestingCore= ON Module_vtkTestingRendering= ON VTK_Group_Qt=ON QT_QMAKE_EXECUTABLE:PATH=C:\Qt\Qt5.6.2\5.6\msvc2015_64\bin\qmake.exe QT_DIR= C:\Qt\Qt5.6.2\5.6\msvc2015_64\bin CMAKE_PREFIX_PATH= C:\Qt\Qt5.6.2\5.6\msvc2015_64> I cannot even configure it using CMake- I get error message "Error in configuration process, project files may be invalid". How to make it working? I would really appreciate any help! Thank you, Marcin -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206.html Sent from the VTK - Users mailing list archive at Nabble.com. From DLRdave at aol.com Sat May 13 08:45:12 2017 From: DLRdave at aol.com (David Cole) Date: Sat, 13 May 2017 08:45:12 -0400 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494677360541-5743206.post@n5.nabble.com> References: <1494677360541-5743206.post@n5.nabble.com> Message-ID: <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> Is it because of the trailing > at the end of CMAKE_PREFIX_PATH? CMAKE_PREFIX_PATH= C:\Qt\Qt5.6.2\5.6\msvc2015_64> Or was that an email only typo? David > On May 13, 2017, at 8:09 AM, MarWas18 wrote: > > Hello, > > I am quite new to VTK, I developed application for Computed Tomography > manipulation using it. I have previously installed VTK 7.0 on my computer > and was working correctly. Now I am trying to add Qt5.6.2 to develop GUI, > creator succeded, but I cannot reconfigure VTK using CMake to add Qt > Support. > I am using CMAKE 3.6.3. > > I follow the documentation http://www.vtk.org/Wiki/VTK/Configure_and_Build > I only changed: > BUILD_EXAMPLES= ON > BUILD_TESTING= ON > Module_vtkGUISupportQt= ON > Module_vtkGUISupportQtOpenGL= ON > Module_vtkTestingCore= ON > Module_vtkTestingRendering= ON > VTK_Group_Qt=ON > QT_QMAKE_EXECUTABLE:PATH=C:\Qt\Qt5.6.2\5.6\msvc2015_64\bin\qmake.exe > QT_DIR= C:\Qt\Qt5.6.2\5.6\msvc2015_64\bin > CMAKE_PREFIX_PATH= C:\Qt\Qt5.6.2\5.6\msvc2015_64> > > I cannot even configure it using CMake- I get error message "Error in > configuration process, project files may be invalid". How to make it > working? > > I would really appreciate any help! > > Thank you, > Marcin > > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From marcinwas94 at interia.pl Sat May 13 16:49:24 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Sat, 13 May 2017 13:49:24 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> Message-ID: <1494708564579-5743208.post@n5.nabble.com> Unfortunately it did not help. Do you think that the rest of parameters are ok? Thank you, Marcin -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743208.html Sent from the VTK - Users mailing list archive at Nabble.com. From elvis.stansvik at orexplore.com Sun May 14 03:20:02 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Sun, 14 May 2017 09:20:02 +0200 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494708564579-5743208.post@n5.nabble.com> References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> Message-ID: 2017-05-13 22:49 GMT+02:00 MarWas18 : > Unfortunately it did not help. Do you think that the rest of parameters are > ok? It would help to see the full output from CMake. Here's how I configured VTK 7.1.1 when building with MSVC 2015: cmake ^ -DCMAKE_INSTALL_PREFIX=C:/Users/Elvis/Dev/VTK-7.1.1-inst ^ -DVTK_Group_Qt=ON ^ -DVTK_QT_VERSION=5 ^ -DQt5_DIR=C:/Users/Elvis/Dev/Qt/Qt5.6.2/5.6/msvc2015_64/lib/cmake/Qt5 ^ -DVTK_Group_Imaging=ON ^ -DVTK_Group_Views=ON ^ -DVTK_Group_MPI=OFF ^ -DVTK_Group_Tk=OFF ^ -DVTK_Group_Web=OFF ^ -DVTK_Group_StandAlone=OFF ^ -DBUILD_TESTING=OFF ^ -DVTK_USE_SYSTEM_LIBRARIES=OFF ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_MAKE_PROGRAM=C:/Users/Elvis/Dev/ninja-win/ninja.exe ^ -GNinja ^ .. My options are a little different than yours, but I'm also configuring with Qt 5 support. Elvis > > Thank you, > Marcin > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743208.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From aom at uoregon.edu Sun May 14 23:01:59 2017 From: aom at uoregon.edu (Alister O Maguire) Date: Sun, 14 May 2017 20:01:59 -0700 Subject: [vtkusers] vtkSmartVolumeMapper point centered data Message-ID: Hello, I'm using the vtkSmartVolumeMapper for volume rendering, but it appears to only be rendering as cell-centered data (you can clearly see the cell boundaries). I'm calling SetScalarModeToUsePointData(), but this doesn't seem to be having any affect. It actually looks the same as when I call SetScalarModeToUseCellData(). Any ideas on how to get this mapper to use point centered data when rendering? Best, Alister From renaud.lebrun at umontpellier.fr Mon May 15 05:01:05 2017 From: renaud.lebrun at umontpellier.fr (Renaud Lebrun) Date: Mon, 15 May 2017 11:01:05 +0200 Subject: [vtkusers] vtkCaptionActor2D always drawn on top of everything else ? In-Reply-To: References: Message-ID: <4a5a567d-e894-dacb-1d85-6d20acd4a781@umontpellier.fr> Thanks a lot for your tips, Bill and David! I managed to use successfully vtkBillboardTextActor3D, it fully answers my needs! Plus it also performs very nicely when using anaglyph rendering mode : http://morphomuseum.com/files/atractosteus.jpg Le 11/05/2017 ? 18:00, Bill Lorensen a ?crit : > here is an example using BillboardTextActor3D: > > http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/BillboardTextActor3D > > On Thu, May 11, 2017 at 11:45 AM, David Lonie wrote: >> Nope -- vtkCaptionActor2D renders in the overlay, which will always >> occlude 3D geometry. >> >> You may want to try vtkBillboardTextActor3D, which was recently added. >> It doesn't do quite the same thing as the caption actor, but will mix >> with 3D geometry. >> >> On Thu, May 11, 2017 at 10:14 AM, Renaud Lebrun >> wrote: >>> I am trying to visualize text labels in 3D space. >>> >>> I currently use vtkCaptionActor2D but I can not manage the text to be >>> occluded by objects nearer to the camera. >>> >>> The text generated by vtkCaptionActor2D is always drawn on top of >>> everything. >>> >>> >>> => Would there be a way to allow vtkCaptionActor2D to be occluded by nearer >>> objects ? >>> >>> Thanks in advance for your answer, >>> Renaud. >>> >>> _______________________________________________ >>> Powered bywww.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: >>> http://public.kitware.com/mailman/listinfo/vtkusers >> _______________________________________________ >> Powered bywww.kitware.com >> >> Visit other Kitware open-source projects athttp://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: >> http://public.kitware.com/mailman/listinfo/vtkusers > -- --------------------------------------------------------- *Dr. Renaud Lebrun* Institut des Sciences de l'Evolution Universit? de Montpellier Campus Triolet, b?t. 22 Place Eug?ne Bataillon 34095 Montpellier cedex 5, FRANCE T?l : +33 (0)4 67 14 32 60 renaud.Lebrun at umontpellier.fr MORPHOMUSEUM -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcinwas94 at interia.pl Mon May 15 05:01:33 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Mon, 15 May 2017 02:01:33 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> Message-ID: <1494838893414-5743219.post@n5.nabble.com> Elvis, thank you- your configuration helped, but now I cannot build it with Visual Studio. I get errors: "module machine type "x64" conflicts with target machine type "X86" and "cannot open file ....\vtkGUISupportQt-7.0.lib". Does it mean that I have downloaded and installed wrong version of Qt? I have it from: https://download.qt.io/archive/qt/5.6/5.6.0/ and it is "qt-opensource-windows-x86-winrt-msvc2015-5.6.0.exe". Where to find the one for x64? Best regards, Marcin Wasiucionek -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743219.html Sent from the VTK - Users mailing list archive at Nabble.com. From marcinwas94 at interia.pl Mon May 15 05:03:29 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Mon, 15 May 2017 02:03:29 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494838893414-5743219.post@n5.nabble.com> References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com> Message-ID: <1494839009885-5743220.post@n5.nabble.com> Ok, I think I see it- I will try with "qt-opensource-windows-x86-msvc2015_64-5.6.0.exe" -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743220.html Sent from the VTK - Users mailing list archive at Nabble.com. From baljci at hotmail.com Mon May 15 05:11:04 2017 From: baljci at hotmail.com (Boris Basic) Date: Mon, 15 May 2017 09:11:04 +0000 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494839009885-5743220.post@n5.nabble.com> References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com>, <1494839009885-5743220.post@n5.nabble.com> Message-ID: This is the 64 bits version of Qt 5.6.0, you should download 5.6.2 there instead: https://download.qt.io/archive/qt/5.6/5.6.2/qt-opensource-windows-x86-msvc2015_64-5.6.2.exe ________________________________ De : vtkusers de la part de MarWas18 Envoy? : lundi 15 mai 2017 11:03 ? : vtkusers at vtk.org Objet : Re: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 Ok, I think I see it- I will try with "qt-opensource-windows-x86-msvc2015_64-5.6.0.exe" -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743220.html VTK - Users - Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 vtk.1045678.n5.nabble.com Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015. Hello, I am quite new to VTK, I developed application for Computed Tomography manipulation using it. I... Sent from the VTK - Users mailing list archive at Nabble.com. _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcinwas94 at interia.pl Mon May 15 06:12:51 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Mon, 15 May 2017 03:12:51 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> Message-ID: <1494843171462-5743222.post@n5.nabble.com> I have downloaded and installed the version recommended by you. I still get the same errors in Visual Studio: "module machine type "x64" conflicts with target machine type "X86" and "cannot open file ....\vtkGUISupportQt-7.0.lib". I build it in Debug, but in Release it is in fact the same. Is it possible that I have wrong VTK version? -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743222.html Sent from the VTK - Users mailing list archive at Nabble.com. From david.lonie at kitware.com Mon May 15 09:39:35 2017 From: david.lonie at kitware.com (David Lonie) Date: Mon, 15 May 2017 09:39:35 -0400 Subject: [vtkusers] vtkCaptionActor2D always drawn on top of everything else ? In-Reply-To: <4a5a567d-e894-dacb-1d85-6d20acd4a781@umontpellier.fr> References: <4a5a567d-e894-dacb-1d85-6d20acd4a781@umontpellier.fr> Message-ID: Great, glad to hear it! That's a really cool picture, thanks for sharing! :-) Dave On Mon, May 15, 2017 at 5:01 AM, Renaud Lebrun wrote: > Thanks a lot for your tips, Bill and David! > > I managed to use successfully vtkBillboardTextActor3D, it fully answers my > needs! Plus it also performs very nicely when using anaglyph rendering mode > : http://morphomuseum.com/files/atractosteus.jpg > > > Le 11/05/2017 ? 18:00, Bill Lorensen a ?crit : > > here is an example using BillboardTextActor3D: > > http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/BillboardTextActor3D > > On Thu, May 11, 2017 at 11:45 AM, David Lonie > wrote: > > Nope -- vtkCaptionActor2D renders in the overlay, which will always > occlude 3D geometry. > > You may want to try vtkBillboardTextActor3D, which was recently added. > It doesn't do quite the same thing as the caption actor, but will mix > with 3D geometry. > > On Thu, May 11, 2017 at 10:14 AM, Renaud Lebrun > wrote: > > I am trying to visualize text labels in 3D space. > > I currently use vtkCaptionActor2D but I can not manage the text to be > occluded by objects nearer to the camera. > > The text generated by vtkCaptionActor2D is always drawn on top of > everything. > > > => Would there be a way to allow vtkCaptionActor2D to be occluded by nearer > objects ? > > Thanks in advance for your answer, > Renaud. > > _______________________________________________ > 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: > http://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: > http://public.kitware.com/mailman/listinfo/vtkusers > > > -- > --------------------------------------------------------- > Dr. Renaud Lebrun > > Institut des Sciences de l'Evolution > > Universit? de Montpellier > Campus Triolet, b?t. 22 > Place Eug?ne Bataillon > 34095 Montpellier cedex 5, FRANCE > T?l : +33 (0)4 67 14 32 60 > renaud.Lebrun at umontpellier.fr > MORPHOMUSEUM From ben.boeckel at kitware.com Mon May 15 10:34:53 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Mon, 15 May 2017 10:34:53 -0400 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494843171462-5743222.post@n5.nabble.com> References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> Message-ID: <20170515143453.GA32097@megas.kitware.com> On Mon, May 15, 2017 at 03:12:51 -0700, MarWas18 wrote: > I have downloaded and installed the version recommended by you. I still get > the same errors in Visual Studio: "module machine type "x64" conflicts with > target machine type "X86" and "cannot open file > ....\vtkGUISupportQt-7.0.lib". I build it in Debug, but in Release it is in > fact the same. > > Is it possible that I have wrong VTK version? Note that they usually install to different directories; you'll want to update your configure line to point to the 64-bit version. --Ben From marcinwas94 at interia.pl Mon May 15 13:15:21 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Mon, 15 May 2017 10:15:21 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <20170515143453.GA32097@megas.kitware.com> References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> Message-ID: <1494868521249-5743235.post@n5.nabble.com> Thank you! What should I do? What configuration will work? I only need to add GUI to my VTK application. Maybe there is easier way? I would really appreciate help! Best regards, Marcin -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743235.html Sent from the VTK - Users mailing list archive at Nabble.com. From ben.boeckel at kitware.com Mon May 15 13:30:15 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Mon, 15 May 2017 13:30:15 -0400 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494868521249-5743235.post@n5.nabble.com> References: <1494677360541-5743206.post@n5.nabble.com> <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> Message-ID: <20170515173015.GC26202@megas.kitware.com> On Mon, May 15, 2017 at 10:15:21 -0700, MarWas18 wrote: > Thank you! What should I do? What configuration will work? I only need to add > GUI to my VTK application. Maybe there is easier way? I would really > appreciate help! Actually, I think I see the problem: QT_QMAKE_EXECUTABLE:PATH=C:/Qt/Qt5.6.2/5.6/msvc2015_64/bin/qmake.exe QT_DIR= C:/Qt/Qt5.6.2/5.6/msvc2015_64/bin Both of these are wrong. QT_QMAKE_EXECUTABLE is for Qt4 and QT_DIR is unused. You'll want to set: Qt5_DIR=C:/Qt/Qt5.6.2/5.6/msvc2015_64/lib/cmake/Qt5 --Ben From weiherer.maximilian at gmx.de Tue May 16 04:13:23 2017 From: weiherer.maximilian at gmx.de (Maximilian Weiherer) Date: Tue, 16 May 2017 10:13:23 +0200 Subject: [vtkusers] Extract space between meshes Message-ID: An HTML attachment was scrubbed... URL: From marcinwas94 at interia.pl Tue May 16 09:15:48 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Tue, 16 May 2017 06:15:48 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <20170515173015.GC26202@megas.kitware.com> References: <6CA67DE3-06C5-425D-8AF3-5946415E2341@aol.com> <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> Message-ID: <1494940548422-5743247.post@n5.nabble.com> Ok, now my configuration is as follows: Software: Windows 8.1 64 bit Visual Studio Community 2015 (seems to be 32 bit, only Win32 possible when builiding in Release, Debug or any other) CMake 3.6.3 VTK 7.0 Qt 5.6.2 (32 bit from https://download.qt.io/archive/qt/5.6/5.6.2/qt-opensource-windows-x86-msvc2015-5.6.2.exe ) CMake settings: BUILD_TESTING= ON BUILD_SHARED_LIBS= ON Module_vtkGUISupportQt= ON Module_vtkGUISupportQtOpenGL= ON Module_vtkTestingCore= ON Module_vtkTestingRendering= ON QT_VERSION=5 VTK_Group_Qt=ON VTK_Group_Rendering= ON VTK_Group_StandAlone= ON CMAKE_PREFIX_PATH= C:\Qt\Qt5.6.2\5.6\msvc2015 QT_DIR= C:/Qt/Qt5.6.2/5.6/msvc2015/lib/cmake/Qt5 I get errors when builiding VTK ALL_BUILD in Visual Studio: "conditional expression is constant" and code C4127, C4275. There are 11 such errors. Maybe I have to add something more to Visual Studio? I remember adding variables to it when installing VTK, but I did not change it- it should work. Thank you, Marcin -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743247.html Sent from the VTK - Users mailing list archive at Nabble.com. From ben.boeckel at kitware.com Tue May 16 10:13:49 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Tue, 16 May 2017 10:13:49 -0400 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494940548422-5743247.post@n5.nabble.com> References: <1494708564579-5743208.post@n5.nabble.com> <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> Message-ID: <20170516141349.GA3569@megas.kitware.com> On Tue, May 16, 2017 at 06:15:48 -0700, MarWas18 wrote: > Visual Studio Community 2015 (seems to be 32 bit, only Win32 possible when > builiding in Release, Debug or any other) Use the `-A x64` option when configuring to use the x64 architecture. > QT_VERSION=5 This variable does nothing. The setting is called `PARAVIEW_QT_VERSION`. > QT_DIR= C:/Qt/Qt5.6.2/5.6/msvc2015/lib/cmake/Qt5 This variable also does nothing. You need to use the `Qt5_DIR` variable in my earlier email. --Ben From ben.boeckel at kitware.com Tue May 16 10:16:30 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Tue, 16 May 2017 10:16:30 -0400 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <20170516141349.GA3569@megas.kitware.com> References: <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> <20170516141349.GA3569@megas.kitware.com> Message-ID: <20170516141630.GB3569@megas.kitware.com> On Tue, May 16, 2017 at 10:13:49 -0400, Ben Boeckel wrote: > This variable does nothing. The setting is called `PARAVIEW_QT_VERSION`. Sorry, `VTK_QT_VERSION`. --Ben From marcinwas94 at interia.pl Tue May 16 11:53:03 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Tue, 16 May 2017 08:53:03 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <20170516141349.GA3569@megas.kitware.com> References: <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> <20170516141349.GA3569@megas.kitware.com> Message-ID: <1494949983133-5743263.post@n5.nabble.com> >Use the `-A x64` option when configuring to use the x64 architecture.? The problem is that there is no such choice in my Visual Studio. I may select only ,,Win32" or ,,Configuration Manager...". -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743263.html Sent from the VTK - Users mailing list archive at Nabble.com. From werdna.mal222 at gmail.com Tue May 16 13:32:28 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Tue, 16 May 2017 10:32:28 -0700 Subject: [vtkusers] BadValue (integer parameter out of range for operation) when I try rendering data with vtk Message-ID: I'm currently trying to follow this tutorial for my class. https://pyscience.wordpress.com/2014/11/16/volume-rendering-with-python-and-vtk/ I followed the instructions and my code matches up, but when I try to run it I get the following error. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 15 Current serial number in output stream: 20 I've looked through other posts that have similar messages and they don't seem to be quite the same. Oh I'm also running Ubuntu 16.04 on a virtual machine. Please let me know of any suggestions you might have or any additional information you'd need to help resolve this issue. As suggested by Antimony I uploaded my code to github, here https://github.com/alam38/lab6 I believe the relevant section is section involving the mapper. As you can see from the commented section I switched from vtk's vtkVolumeRayCastMapper to vtk's smartmapper as a suggestion from my teacher in the case that the issue stemmed from the mapper placing too much strain on my computer. The other similar questions all seem to point towards an issue with nvidia's drivers, but I updated my drivers and there's still an issue. That still didn't solve it and I'm not sure what else I could try. I've also posted to stackoverflow, but I'm not getting much a response there. I will update this with any new information I uncover there is people do start to chime in. Thanks, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Tue May 16 13:47:19 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Tue, 16 May 2017 19:47:19 +0200 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494949983133-5743263.post@n5.nabble.com> References: <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> <20170516141349.GA3569@megas.kitware.com> <1494949983133-5743263.post@n5.nabble.com> Message-ID: 2017-05-16 17:53 GMT+02:00 MarWas18 : >>Use the `-A x64` option when configuring to use the x64 architecture. > > The problem is that there is no such choice in my Visual Studio. I may > select only ,,Win32" or ,,Configuration Manager...". I think it's time you clarify what you goal is, since there's been talk of both 32-bit and 64-bit in this thread now. Do you want to build a 64-bit or 32-bit application? If you want to build a 64-bit application, you should use the 64-bit download of Qt, not the 32-bit that you mentioned in your last mail. I'm assuming now that you are building on a 64-bit machine and you are targeting 64-bit machines. I've not built from within Visual Studio before, but I think to get the correct configuration available in the generated VS solution, you should invoke CMake at a command prompt with the correct environment variables set up. This you can get through a shortcut installed by VS 2015 Community called something like "VS2015 x64 Native Tools Command Prompt". Type "native" after pressing the "Start"-button in Win 8 and it should pop up (several shortcuts installed by VS will pop up, so make sure you pick the correct one). Your environment (Windows 8.1, VS 2015 Community, ...) is actually quite similar to the one I'm using, but I'm building using Ninja (using the Ninja CMake generator), not from within Visual Studio, so I have less experience with that. Regards, Elvis > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743263.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From dan.lipsa at kitware.com Tue May 16 13:51:36 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Tue, 16 May 2017 13:51:36 -0400 Subject: [vtkusers] BadValue (integer parameter out of range for operation) when I try rendering data with vtk In-Reply-To: References: Message-ID: Andrew, Make sure your virtual machine supports OpenGL. Is Ubuntu your client OS? If so, try glxgears This should display the spinning gears. Also look at the output from glxinfo This shows you the version of OpenGL supported. Should be greater than 3.2 for recent verisons of VTK using OpenGL2. Dan On Tue, May 16, 2017 at 1:32 PM, Andrew Lam wrote: > I'm currently trying to follow this tutorial for my class. > https://pyscience.wordpress.com/2014/11/16/volume-rendering-with-python- > and-vtk/ I followed the instructions and my code matches up, but when I > try to run it I get the following error. > > X Error of failed request: BadValue (integer parameter out of range for > operation) > > Major opcode of failed request: 154 (GLX) > > Minor opcode of failed request: 3 (X_GLXCreateContext) > > Value in failed request: 0x0 > > Serial number of failed request: 15 > > Current serial number in output stream: 20 > > I've looked through other posts that have similar messages and they don't > seem to be quite the same. Oh I'm also running Ubuntu 16.04 on a virtual > machine. Please let me know of any suggestions you might have or any > additional information you'd need to help resolve this issue. > > As suggested by Antimony I uploaded my code to github, here > > https://github.com/alam38/lab6 > > I believe the relevant section is section involving the mapper. As you can > see from the commented section I switched from vtk's vtkVolumeRayCastMapper > to vtk's smartmapper as a suggestion from my teacher in the case that the > issue stemmed from the mapper placing too much strain on my computer. The > other similar questions all seem to point towards an issue with nvidia's > drivers, but I updated my drivers and there's still an issue. That still > didn't solve it and I'm not sure what else I could try. I've also posted to > stackoverflow, but I'm not getting much a response there. I will update > this with any new information I uncover there is people do start to chime > in. > > Thanks, > > Andrew > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Tue May 16 13:55:38 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Tue, 16 May 2017 13:55:38 -0400 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1494949983133-5743263.post@n5.nabble.com> References: <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> <20170516141349.GA3569@megas.kitware.com> <1494949983133-5743263.post@n5.nabble.com> Message-ID: <20170516175538.GA32636@rotor> On Tue, May 16, 2017 at 08:53:03 -0700, MarWas18 wrote: > >Use the `-A x64` option when configuring to use the x64 architecture.? > > The problem is that there is no such choice in my Visual Studio. I may > select only ,,Win32" or ,,Configuration Manager...". You need to tell CMake to generate a 64bit-aware project. That one will not build a 32bit binary. --Ben From robert.maynard at kitware.com Tue May 16 13:58:13 2017 From: robert.maynard at kitware.com (Robert Maynard) Date: Tue, 16 May 2017 13:58:13 -0400 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <20170516175538.GA32636@rotor> References: <1494838893414-5743219.post@n5.nabble.com> <1494839009885-5743220.post@n5.nabble.com> <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> <20170516141349.GA3569@megas.kitware.com> <1494949983133-5743263.post@n5.nabble.com> <20170516175538.GA32636@rotor> Message-ID: If you want a 64 bit solution easily you can specify it by using the generator name "Visual Studio 15 2017 Win64" CMake documentation on the Visual Studio Generator clarifies this: https://cmake.org/cmake/help/v3.8/generator/Visual%20Studio%2015%202017.html On Tue, May 16, 2017 at 1:55 PM, Ben Boeckel wrote: > On Tue, May 16, 2017 at 08:53:03 -0700, MarWas18 wrote: > > >Use the `-A x64` option when configuring to use the x64 architecture. > > > > The problem is that there is no such choice in my Visual Studio. I may > > select only ,,Win32" or ,,Configuration Manager...". > > You need to tell CMake to generate a 64bit-aware project. That one will > not build a 32bit binary. > > --Ben > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From werdna.mal222 at gmail.com Tue May 16 16:08:45 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Tue, 16 May 2017 13:08:45 -0700 Subject: [vtkusers] BadValue (integer parameter out of range for operation) when I try rendering data with vtk In-Reply-To: References: Message-ID: Hi Dan, Thanks for the suggestion. I did as you said and found out that I have openGL 3.0. I'm going to update it and then I'll report back. Also I'm not too familiar with the term client OS, but my machine is running windows and I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears spinning. Thanks, Andrew On Tue, May 16, 2017 at 1:00 PM, Andrew Lam wrote: > Hi Dan, > > Thanks for the suggestion. I did as you said and found out that I have > openGL 3.0. I'm going to update it and then I'll report back. Also I'm not > too familiar with the term client OS, but my machine is running windows and > I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears > spinning. > > Thanks, > Andrew > > On Tue, May 16, 2017 at 10:51 AM, Dan Lipsa wrote: > >> Andrew, >> Make sure your virtual machine supports OpenGL. Is Ubuntu your client OS? >> If so, try >> >> glxgears >> >> This should display the spinning gears. >> Also look at the output from >> >> glxinfo >> >> This shows you the version of OpenGL supported. Should be greater than >> 3.2 for recent verisons of VTK using OpenGL2. >> >> Dan >> >> >> >> >> >> On Tue, May 16, 2017 at 1:32 PM, Andrew Lam >> wrote: >> >>> I'm currently trying to follow this tutorial for my class. >>> https://pyscience.wordpress.com/2014/11/16/volume-ren >>> dering-with-python-and-vtk/ I followed the instructions and my code >>> matches up, but when I try to run it I get the following error. >>> >>> X Error of failed request: BadValue (integer parameter out of range for >>> operation) >>> >>> Major opcode of failed request: 154 (GLX) >>> >>> Minor opcode of failed request: 3 (X_GLXCreateContext) >>> >>> Value in failed request: 0x0 >>> >>> Serial number of failed request: 15 >>> >>> Current serial number in output stream: 20 >>> >>> I've looked through other posts that have similar messages and they >>> don't seem to be quite the same. Oh I'm also running Ubuntu 16.04 on a >>> virtual machine. Please let me know of any suggestions you might have or >>> any additional information you'd need to help resolve this issue. >>> >>> As suggested by Antimony I uploaded my code to github, here >>> >>> https://github.com/alam38/lab6 >>> >>> I believe the relevant section is section involving the mapper. As you >>> can see from the commented section I switched from vtk's >>> vtkVolumeRayCastMapper to vtk's smartmapper as a suggestion from my teacher >>> in the case that the issue stemmed from the mapper placing too much strain >>> on my computer. The other similar questions all seem to point towards an >>> issue with nvidia's drivers, but I updated my drivers and there's still an >>> issue. That still didn't solve it and I'm not sure what else I could try. >>> I've also posted to stackoverflow, but I'm not getting much a response >>> there. I will update this with any new information I uncover there is >>> people do start to chime in. >>> >>> Thanks, >>> >>> Andrew >>> >>> _______________________________________________ >>> 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: >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.lipsa at kitware.com Tue May 16 16:17:21 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Tue, 16 May 2017 16:17:21 -0400 Subject: [vtkusers] BadValue (integer parameter out of range for operation) when I try rendering data with vtk In-Reply-To: References: Message-ID: Often, OpenGL support in virtual machines is sketchy - I assume you have mesa (software rendereing) in your virtual box. What OpenGL version do you have for your windows machine? I would try running VTK directly in Windows. On Tue, May 16, 2017 at 4:08 PM, Andrew Lam wrote: > Hi Dan, > > Thanks for the suggestion. I did as you said and found out that I have > openGL 3.0. I'm going to update it and then I'll report back. Also I'm not > too familiar with the term client OS, but my machine is running windows and > I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears > spinning. > > Thanks, > Andrew > > On Tue, May 16, 2017 at 1:00 PM, Andrew Lam > wrote: > >> Hi Dan, >> >> Thanks for the suggestion. I did as you said and found out that I have >> openGL 3.0. I'm going to update it and then I'll report back. Also I'm not >> too familiar with the term client OS, but my machine is running windows and >> I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears >> spinning. >> >> Thanks, >> Andrew >> >> On Tue, May 16, 2017 at 10:51 AM, Dan Lipsa >> wrote: >> >>> Andrew, >>> Make sure your virtual machine supports OpenGL. Is Ubuntu your client OS? >>> If so, try >>> >>> glxgears >>> >>> This should display the spinning gears. >>> Also look at the output from >>> >>> glxinfo >>> >>> This shows you the version of OpenGL supported. Should be greater than >>> 3.2 for recent verisons of VTK using OpenGL2. >>> >>> Dan >>> >>> >>> >>> >>> >>> On Tue, May 16, 2017 at 1:32 PM, Andrew Lam >>> wrote: >>> >>>> I'm currently trying to follow this tutorial for my class. >>>> https://pyscience.wordpress.com/2014/11/16/volume-ren >>>> dering-with-python-and-vtk/ I followed the instructions and my code >>>> matches up, but when I try to run it I get the following error. >>>> >>>> X Error of failed request: BadValue (integer parameter out of range for >>>> operation) >>>> >>>> Major opcode of failed request: 154 (GLX) >>>> >>>> Minor opcode of failed request: 3 (X_GLXCreateContext) >>>> >>>> Value in failed request: 0x0 >>>> >>>> Serial number of failed request: 15 >>>> >>>> Current serial number in output stream: 20 >>>> >>>> I've looked through other posts that have similar messages and they >>>> don't seem to be quite the same. Oh I'm also running Ubuntu 16.04 on a >>>> virtual machine. Please let me know of any suggestions you might have or >>>> any additional information you'd need to help resolve this issue. >>>> >>>> As suggested by Antimony I uploaded my code to github, here >>>> >>>> https://github.com/alam38/lab6 >>>> >>>> I believe the relevant section is section involving the mapper. As you >>>> can see from the commented section I switched from vtk's >>>> vtkVolumeRayCastMapper to vtk's smartmapper as a suggestion from my teacher >>>> in the case that the issue stemmed from the mapper placing too much strain >>>> on my computer. The other similar questions all seem to point towards an >>>> issue with nvidia's drivers, but I updated my drivers and there's still an >>>> issue. That still didn't solve it and I'm not sure what else I could try. >>>> I've also posted to stackoverflow, but I'm not getting much a response >>>> there. I will update this with any new information I uncover there is >>>> people do start to chime in. >>>> >>>> Thanks, >>>> >>>> Andrew >>>> >>>> _______________________________________________ >>>> 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: >>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From werdna.mal222 at gmail.com Tue May 16 16:27:28 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Tue, 16 May 2017 13:27:28 -0700 Subject: [vtkusers] BadValue (integer parameter out of range for operation) when I try rendering data with vtk In-Reply-To: References: Message-ID: Ok so I just checked and I have openGL version 4.4 on my windows machine and I do have mesa on my virtual box. I've avoided trying to run VTK on my windows, because my classmates have had a lot of difficulties getting it set up. Do you think it'd be best if I just bite the bullet? Thanks, Andrew On Tue, May 16, 2017 at 1:17 PM, Dan Lipsa wrote: > Often, OpenGL support in virtual machines is sketchy - I assume you have > mesa (software rendereing) in your virtual box. What OpenGL version do you > have for your windows machine? I would try running VTK directly in Windows. > > On Tue, May 16, 2017 at 4:08 PM, Andrew Lam > wrote: > >> Hi Dan, >> >> Thanks for the suggestion. I did as you said and found out that I have >> openGL 3.0. I'm going to update it and then I'll report back. Also I'm not >> too familiar with the term client OS, but my machine is running windows and >> I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears >> spinning. >> >> Thanks, >> Andrew >> >> On Tue, May 16, 2017 at 1:00 PM, Andrew Lam >> wrote: >> >>> Hi Dan, >>> >>> Thanks for the suggestion. I did as you said and found out that I have >>> openGL 3.0. I'm going to update it and then I'll report back. Also I'm not >>> too familiar with the term client OS, but my machine is running windows and >>> I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears >>> spinning. >>> >>> Thanks, >>> Andrew >>> >>> On Tue, May 16, 2017 at 10:51 AM, Dan Lipsa >>> wrote: >>> >>>> Andrew, >>>> Make sure your virtual machine supports OpenGL. Is Ubuntu your client >>>> OS? >>>> If so, try >>>> >>>> glxgears >>>> >>>> This should display the spinning gears. >>>> Also look at the output from >>>> >>>> glxinfo >>>> >>>> This shows you the version of OpenGL supported. Should be greater than >>>> 3.2 for recent verisons of VTK using OpenGL2. >>>> >>>> Dan >>>> >>>> >>>> >>>> >>>> >>>> On Tue, May 16, 2017 at 1:32 PM, Andrew Lam >>>> wrote: >>>> >>>>> I'm currently trying to follow this tutorial for my class. >>>>> https://pyscience.wordpress.com/2014/11/16/volume-ren >>>>> dering-with-python-and-vtk/ I followed the instructions and my code >>>>> matches up, but when I try to run it I get the following error. >>>>> >>>>> X Error of failed request: BadValue (integer parameter out of range >>>>> for operation) >>>>> >>>>> Major opcode of failed request: 154 (GLX) >>>>> >>>>> Minor opcode of failed request: 3 (X_GLXCreateContext) >>>>> >>>>> Value in failed request: 0x0 >>>>> >>>>> Serial number of failed request: 15 >>>>> >>>>> Current serial number in output stream: 20 >>>>> >>>>> I've looked through other posts that have similar messages and they >>>>> don't seem to be quite the same. Oh I'm also running Ubuntu 16.04 on a >>>>> virtual machine. Please let me know of any suggestions you might have or >>>>> any additional information you'd need to help resolve this issue. >>>>> >>>>> As suggested by Antimony I uploaded my code to github, here >>>>> >>>>> https://github.com/alam38/lab6 >>>>> >>>>> I believe the relevant section is section involving the mapper. As you >>>>> can see from the commented section I switched from vtk's >>>>> vtkVolumeRayCastMapper to vtk's smartmapper as a suggestion from my teacher >>>>> in the case that the issue stemmed from the mapper placing too much strain >>>>> on my computer. The other similar questions all seem to point towards an >>>>> issue with nvidia's drivers, but I updated my drivers and there's still an >>>>> issue. That still didn't solve it and I'm not sure what else I could try. >>>>> I've also posted to stackoverflow, but I'm not getting much a response >>>>> there. I will update this with any new information I uncover there is >>>>> people do start to chime in. >>>>> >>>>> Thanks, >>>>> >>>>> Andrew >>>>> >>>>> _______________________________________________ >>>>> 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: >>>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.lipsa at kitware.com Tue May 16 16:49:29 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Tue, 16 May 2017 16:49:29 -0400 Subject: [vtkusers] BadValue (integer parameter out of range for operation) when I try rendering data with vtk In-Reply-To: References: Message-ID: Yes, I would that rather than trying to fix OpenGL on the virtual box. Dan On Tue, May 16, 2017 at 4:27 PM, Andrew Lam wrote: > Ok so I just checked and I have openGL version 4.4 on my windows machine > and I do have mesa on my virtual box. I've avoided trying to run VTK on my > windows, because my classmates have had a lot of difficulties getting it > set up. Do you think it'd be best if I just bite the bullet? > > Thanks, > Andrew > > On Tue, May 16, 2017 at 1:17 PM, Dan Lipsa wrote: > >> Often, OpenGL support in virtual machines is sketchy - I assume you have >> mesa (software rendereing) in your virtual box. What OpenGL version do you >> have for your windows machine? I would try running VTK directly in Windows. >> >> On Tue, May 16, 2017 at 4:08 PM, Andrew Lam >> wrote: >> >>> Hi Dan, >>> >>> Thanks for the suggestion. I did as you said and found out that I have >>> openGL 3.0. I'm going to update it and then I'll report back. Also I'm not >>> too familiar with the term client OS, but my machine is running windows and >>> I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears >>> spinning. >>> >>> Thanks, >>> Andrew >>> >>> On Tue, May 16, 2017 at 1:00 PM, Andrew Lam >>> wrote: >>> >>>> Hi Dan, >>>> >>>> Thanks for the suggestion. I did as you said and found out that I have >>>> openGL 3.0. I'm going to update it and then I'll report back. Also I'm not >>>> too familiar with the term client OS, but my machine is running windows and >>>> I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears >>>> spinning. >>>> >>>> Thanks, >>>> Andrew >>>> >>>> On Tue, May 16, 2017 at 10:51 AM, Dan Lipsa >>>> wrote: >>>> >>>>> Andrew, >>>>> Make sure your virtual machine supports OpenGL. Is Ubuntu your client >>>>> OS? >>>>> If so, try >>>>> >>>>> glxgears >>>>> >>>>> This should display the spinning gears. >>>>> Also look at the output from >>>>> >>>>> glxinfo >>>>> >>>>> This shows you the version of OpenGL supported. Should be greater than >>>>> 3.2 for recent verisons of VTK using OpenGL2. >>>>> >>>>> Dan >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Tue, May 16, 2017 at 1:32 PM, Andrew Lam >>>>> wrote: >>>>> >>>>>> I'm currently trying to follow this tutorial for my class. >>>>>> https://pyscience.wordpress.com/2014/11/16/volume-ren >>>>>> dering-with-python-and-vtk/ I followed the instructions and my code >>>>>> matches up, but when I try to run it I get the following error. >>>>>> >>>>>> X Error of failed request: BadValue (integer parameter out of range >>>>>> for operation) >>>>>> >>>>>> Major opcode of failed request: 154 (GLX) >>>>>> >>>>>> Minor opcode of failed request: 3 (X_GLXCreateContext) >>>>>> >>>>>> Value in failed request: 0x0 >>>>>> >>>>>> Serial number of failed request: 15 >>>>>> >>>>>> Current serial number in output stream: 20 >>>>>> >>>>>> I've looked through other posts that have similar messages and they >>>>>> don't seem to be quite the same. Oh I'm also running Ubuntu 16.04 on a >>>>>> virtual machine. Please let me know of any suggestions you might have or >>>>>> any additional information you'd need to help resolve this issue. >>>>>> >>>>>> As suggested by Antimony I uploaded my code to github, here >>>>>> >>>>>> https://github.com/alam38/lab6 >>>>>> >>>>>> I believe the relevant section is section involving the mapper. As >>>>>> you can see from the commented section I switched from vtk's >>>>>> vtkVolumeRayCastMapper to vtk's smartmapper as a suggestion from my teacher >>>>>> in the case that the issue stemmed from the mapper placing too much strain >>>>>> on my computer. The other similar questions all seem to point towards an >>>>>> issue with nvidia's drivers, but I updated my drivers and there's still an >>>>>> issue. That still didn't solve it and I'm not sure what else I could try. >>>>>> I've also posted to stackoverflow, but I'm not getting much a response >>>>>> there. I will update this with any new information I uncover there is >>>>>> people do start to chime in. >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Andrew >>>>>> >>>>>> _______________________________________________ >>>>>> 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: >>>>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>>> >>>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From werdna.mal222 at gmail.com Tue May 16 17:32:40 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Tue, 16 May 2017 14:32:40 -0700 Subject: [vtkusers] BadValue (integer parameter out of range for operation) when I try rendering data with vtk In-Reply-To: References: Message-ID: Ok, I have class, but I'll give it a shot later on and I'll update. Thanks for the help Dan I appreciate it. On Tue, May 16, 2017 at 1:49 PM, Dan Lipsa wrote: > Yes, I would that rather than trying to fix OpenGL on the virtual box. > > Dan > > > On Tue, May 16, 2017 at 4:27 PM, Andrew Lam > wrote: > >> Ok so I just checked and I have openGL version 4.4 on my windows machine >> and I do have mesa on my virtual box. I've avoided trying to run VTK on my >> windows, because my classmates have had a lot of difficulties getting it >> set up. Do you think it'd be best if I just bite the bullet? >> >> Thanks, >> Andrew >> >> On Tue, May 16, 2017 at 1:17 PM, Dan Lipsa wrote: >> >>> Often, OpenGL support in virtual machines is sketchy - I assume you have >>> mesa (software rendereing) in your virtual box. What OpenGL version do you >>> have for your windows machine? I would try running VTK directly in Windows. >>> >>> On Tue, May 16, 2017 at 4:08 PM, Andrew Lam >>> wrote: >>> >>>> Hi Dan, >>>> >>>> Thanks for the suggestion. I did as you said and found out that I have >>>> openGL 3.0. I'm going to update it and then I'll report back. Also I'm not >>>> too familiar with the term client OS, but my machine is running windows and >>>> I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears >>>> spinning. >>>> >>>> Thanks, >>>> Andrew >>>> >>>> On Tue, May 16, 2017 at 1:00 PM, Andrew Lam >>>> wrote: >>>> >>>>> Hi Dan, >>>>> >>>>> Thanks for the suggestion. I did as you said and found out that I have >>>>> openGL 3.0. I'm going to update it and then I'll report back. Also I'm not >>>>> too familiar with the term client OS, but my machine is running windows and >>>>> I'm running ubuntu on virtualbox. I ran glxgears and it displayed 3 gears >>>>> spinning. >>>>> >>>>> Thanks, >>>>> Andrew >>>>> >>>>> On Tue, May 16, 2017 at 10:51 AM, Dan Lipsa >>>>> wrote: >>>>> >>>>>> Andrew, >>>>>> Make sure your virtual machine supports OpenGL. Is Ubuntu your client >>>>>> OS? >>>>>> If so, try >>>>>> >>>>>> glxgears >>>>>> >>>>>> This should display the spinning gears. >>>>>> Also look at the output from >>>>>> >>>>>> glxinfo >>>>>> >>>>>> This shows you the version of OpenGL supported. Should be greater >>>>>> than 3.2 for recent verisons of VTK using OpenGL2. >>>>>> >>>>>> Dan >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Tue, May 16, 2017 at 1:32 PM, Andrew Lam >>>>>> wrote: >>>>>> >>>>>>> I'm currently trying to follow this tutorial for my class. >>>>>>> https://pyscience.wordpress.com/2014/11/16/volume-ren >>>>>>> dering-with-python-and-vtk/ I followed the instructions and my code >>>>>>> matches up, but when I try to run it I get the following error. >>>>>>> >>>>>>> X Error of failed request: BadValue (integer parameter out of range >>>>>>> for operation) >>>>>>> >>>>>>> Major opcode of failed request: 154 (GLX) >>>>>>> >>>>>>> Minor opcode of failed request: 3 (X_GLXCreateContext) >>>>>>> >>>>>>> Value in failed request: 0x0 >>>>>>> >>>>>>> Serial number of failed request: 15 >>>>>>> >>>>>>> Current serial number in output stream: 20 >>>>>>> >>>>>>> I've looked through other posts that have similar messages and they >>>>>>> don't seem to be quite the same. Oh I'm also running Ubuntu 16.04 on a >>>>>>> virtual machine. Please let me know of any suggestions you might have or >>>>>>> any additional information you'd need to help resolve this issue. >>>>>>> >>>>>>> As suggested by Antimony I uploaded my code to github, here >>>>>>> >>>>>>> https://github.com/alam38/lab6 >>>>>>> >>>>>>> I believe the relevant section is section involving the mapper. As >>>>>>> you can see from the commented section I switched from vtk's >>>>>>> vtkVolumeRayCastMapper to vtk's smartmapper as a suggestion from my teacher >>>>>>> in the case that the issue stemmed from the mapper placing too much strain >>>>>>> on my computer. The other similar questions all seem to point towards an >>>>>>> issue with nvidia's drivers, but I updated my drivers and there's still an >>>>>>> issue. That still didn't solve it and I'm not sure what else I could try. >>>>>>> I've also posted to stackoverflow, but I'm not getting much a response >>>>>>> there. I will update this with any new information I uncover there is >>>>>>> people do start to chime in. >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> Andrew >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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: >>>>>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zjinger at hotmail.com Tue May 16 21:05:18 2017 From: zjinger at hotmail.com (Zou Jing) Date: Wed, 17 May 2017 01:05:18 +0000 Subject: [vtkusers] watershed Message-ID: Dear all I want to segment CTA images using watershed algorithm, The result of WatershedSegmentation2.cxx was not ideal. I find that someone use itkMorphologicalWatershedFromMarkersImageFilter, but I cannot find that. Could anyone help me? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kailushan at 163.com Wed May 17 04:38:04 2017 From: kailushan at 163.com (Kailu Shan) Date: Wed, 17 May 2017 16:38:04 +0800 (CST) Subject: [vtkusers] how to store vtkPolyData using vtkSTLWriter Message-ID: <7eb17df4.8c21.15c158e938d.Coremail.kailushan@163.com> hi, Usually I use vtkPolyDataWriter to store my vtkPolyData, but now failed by trying vtkSTLWriter. Below is my code: vtkPolyData *pvtkData= = vtkPolyData::New(); ... vtkSTLWriter *pstlWriter =vtkSTLWriter::New(); pstlWriter->SetInput(pvtkData); pstlWriter->SetFileName("out.stl"); pstlWriter->Write(); How to make it work? Best Regards, Kailu -------------- next part -------------- An HTML attachment was scrubbed... URL: From rustem.khabetdinov at gmail.com Wed May 17 06:15:37 2017 From: rustem.khabetdinov at gmail.com (Rustem Khabetdinov) Date: Wed, 17 May 2017 13:15:37 +0300 Subject: [vtkusers] Depth buffer Message-ID: Hello, I am having troubles with z-fighting. Is there anything that can help reduce this? I found out that it is possible to increase depth buffer precision or change near plane. As far as I know we are not allowed to change near plane values. Is there any information on what precision is set by default or where I can change that? Best Regards, Rustem -------------- next part -------------- An HTML attachment was scrubbed... URL: From A.Buykx at dianafea.com Wed May 17 08:47:49 2017 From: A.Buykx at dianafea.com (Andreas Buykx) Date: Wed, 17 May 2017 12:47:49 +0000 Subject: [vtkusers] Depth buffer In-Reply-To: References: Message-ID: <65D987BE62E58141AA480A59A8B5BBEA79CE4F77@srv-mail.diana.local> Have you tried the vtkMapper?s coincident topology resolution functionality? Kind regards, Andreas From: vtkusers [mailto:vtkusers-bounces at vtk.org] On Behalf Of Rustem Khabetdinov Sent: Wednesday, May 17, 2017 12:16 PM To: vtkusers at vtk.org Subject: [vtkusers] Depth buffer Hello, I am having troubles with z-fighting. Is there anything that can help reduce this? I found out that it is possible to increase depth buffer precision or change near plane. As far as I know we are not allowed to change near plane values. Is there any information on what precision is set by default or where I can change that? Best Regards, Rustem -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken.martin at kitware.com Wed May 17 08:56:45 2017 From: ken.martin at kitware.com (Ken Martin) Date: Wed, 17 May 2017 08:56:45 -0400 Subject: [vtkusers] Depth buffer In-Reply-To: References: Message-ID: There are a few issues that can cause z fighting or what looks like z fighting. If your data is away from the origin then you may hit floating point issues. For example if your data ranges from 5001 to 5003 the ratio of the distance to the size is large enough to cause float point resolution issues (aka 5002/2 = 2501) If using the OpenGL2 backend you can use this topic in VTK to automatically address that problem https://gitlab.kitware.com/vtk/vtk/merge_requests/2797 If that is not the case then it could be that you have identically located surfaces. In that case you need to use the local offset methods in Mapper to set one of the mappers to be behind/in front of the other. You can also try tightening up the default zbuffer expansion using renderer->SetClippingRangeExpansion(.1) which is tighter than the default of 0.5 and will waste less resolution typically. Thanks Ken On Wed, May 17, 2017 at 6:15 AM, Rustem Khabetdinov < rustem.khabetdinov at gmail.com> wrote: > Hello, > I am having troubles with z-fighting. Is there anything that can help > reduce this? I found out that it is possible to increase depth buffer > precision or change near plane. As far as I know we are not allowed to > change near plane values. Is there any information on what precision is set > by default or where I can change that? > > Best Regards, > Rustem > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From e.postema at erasmusmc.nl Wed May 17 09:27:35 2017 From: e.postema at erasmusmc.nl (postemaej) Date: Wed, 17 May 2017 06:27:35 -0700 (MST) Subject: [vtkusers] transform vtk polydata Message-ID: <1495027655856-5743295.post@n5.nabble.com> hi all. So I have used Elastix (extention of ITK: http://elastix.isi.uu.nl/) to do a transformation on dicom images and have done this succesfully I have segmented a vessel in these images as well and want to apply the same transformation. Is there a way to concert the vtk file to a itk supported format within Python? Or is there a way to apply the same transformation? Elastix works a bit different then itk, but I have an ouput file with the data thnx for the help -- View this message in context: http://vtk.1045678.n5.nabble.com/transform-vtk-polydata-tp5743295.html Sent from the VTK - Users mailing list archive at Nabble.com. From sebastien.jourdain at kitware.com Wed May 17 09:46:17 2017 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Wed, 17 May 2017 09:46:17 -0400 Subject: [vtkusers] how to store vtkPolyData using vtkSTLWriter In-Reply-To: <7eb17df4.8c21.15c158e938d.Coremail.kailushan@163.com> References: <7eb17df4.8c21.15c158e938d.Coremail.kailushan@163.com> Message-ID: Try SetInputData instead of SetInput On Wed, May 17, 2017 at 4:38 AM, Kailu Shan wrote: > hi, > > Usually I use vtkPolyDataWriter to store my vtkPolyData, but now failed by > trying vtkSTLWriter. Below is my code: > > vtkPolyData *pvtkData= = vtkPolyData::New(); > ... > vtkSTLWriter *pstlWriter =vtkSTLWriter::New(); > pstlWriter->SetInput(pvtkData); > pstlWriter->SetFileName("out.stl"); > pstlWriter->Write(); > > How to make it work? > > Best Regards, > Kailu > > > > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Zoltan.Kovacs at esi-group.com Wed May 17 09:59:41 2017 From: Zoltan.Kovacs at esi-group.com (Zoltan Kovacs) Date: Wed, 17 May 2017 15:59:41 +0200 Subject: [vtkusers] VTK plugin is not loaded in QtCreator. Message-ID: <3e73c5cd-8ed6-0ff1-e77e-acfcdb5bc278@esi-group.com> Hi all, I have installed VTK 7.1.1 for Qt 5.8 in CentOS 7 with the configuation options ~/bin/cmake -G Unix Makefiles -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUIILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/home/zko/VTK-7.1.1/install -DVTK_WRAP_PYTHON:BOOL=ON -DVTK_Group_Qt:BOOL=ON -DVTK_PYTHON_VERSION=2.7 -DVTK_QT_VERSION:STRING=5 -DCMAKE_PREFIX_PATH:PATH=/home/zko/Qt/5.8/gcc_64/lib/cmake -DQT_QMAKE_EXECUTABLE:PATH=/home/zko/Qt/5.8/gcc_64/bin/qmake Then the corresponding plugin library libQVTKWidgetPlugin.so was copied into the plugin directory of QtCreator. However, the QVTKWidet won't appear in the widget list when I open the UI editor window of QtCreator. I obtained a libQVTKWidgetPlugin.so file from Trolltech Qt support persons who also installed VTK 7.7.1 with the same comfiguration options. I copied this file into plugin directory of Qtcreator and I could see the QVTKWidger in the widget list of the UI editor window of Qtcreator. Then I checked the objects in both the plugin library files with objdump and I found that the qt_pluginMetaData and qt_plugin_instance symbols are missing from my libQVTKWidgetPlugin.so, whereas they can be found in the plugin library file obtained from Trolltech. Both should be coming through a file that is generated by moc. I have no idea why these wouldn't be there. Has any one an idea what went wrong with the compilation of VTK 7.1.1 in my desktop? Thank you very much! Kind Regards, Zoltan From ninimota87 at gmail.com Wed May 17 10:21:35 2017 From: ninimota87 at gmail.com (Ana Margarida Mota) Date: Wed, 17 May 2017 15:21:35 +0100 Subject: [vtkusers] log scale Y axis VTK histograms Message-ID: Hello all! I want to use a logarithmic scale in Y axis in the example http://www.vtk.org/Wiki/VTK/Examples/Cxx/WishList/Images/HistogramXYPlot. But I only find a way to change the X axis scale to log. Any help? Thank you!! -------------- next part -------------- An HTML attachment was scrubbed... URL: From alvaro.sanchez at kitware.com Wed May 17 12:14:21 2017 From: alvaro.sanchez at kitware.com (Alvaro Sanchez) Date: Wed, 17 May 2017 12:14:21 -0400 Subject: [vtkusers] vtkSmartVolumeMapper point centered data In-Reply-To: References: Message-ID: Hi, I assume your dataset contains both cell and point data. Did you build VTK with OpenGL2? Are you using any particular configuration in vtkSmartVolumeMapper (GPURenderMode, VectorMode, etc.)? It would be nice If you could provide some sample code. On Sun, May 14, 2017 at 11:01 PM, Alister O Maguire wrote: > Hello, > > I'm using the vtkSmartVolumeMapper for volume rendering, but it appears to > only be rendering as cell-centered data (you can clearly see the cell > boundaries). I'm calling SetScalarModeToUsePointData(), but this doesn't > seem to be having any affect. It actually looks the same as when I call > SetScalarModeToUseCellData(). Any ideas on how to get this mapper to use > point centered data when rendering? > > Best, > Alister > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/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: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Alvaro Sanchez Kitware, Inc. Senior R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4901 -------------- next part -------------- An HTML attachment was scrubbed... URL: From zmurphy1125 at gmail.com Wed May 17 12:34:29 2017 From: zmurphy1125 at gmail.com (zmurphy) Date: Wed, 17 May 2017 09:34:29 -0700 (MST) Subject: [vtkusers] Re-using smart pointers as both input and output Message-ID: <1495038869468-5743301.post@n5.nabble.com> I'm in a situation where I would like to do something like this: vtkSmartPointer output = SomeFunctionThatCreatesTheSmartPointer() output = SomeFunctionThatTakesAndCreatesASmartPointer(output) where the second function is something along the lines of this: vtkSmartPointer SomeFunctionThatCreatesASmartPointer( vtkSmartPointer input) { vtkSmartPointer delaunay = vtkSmartPointer::New(); delaunay->SetInputConnection(input); //Do other things here... return delaunay->GetOutputPort(); } Is it okay to reassign a smart pointer like that after using it as the input to an algorithm? -- View this message in context: http://vtk.1045678.n5.nabble.com/Re-using-smart-pointers-as-both-input-and-output-tp5743301.html Sent from the VTK - Users mailing list archive at Nabble.com. From utkarsh.ayachit at kitware.com Wed May 17 12:41:43 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Wed, 17 May 2017 12:41:43 -0400 Subject: [vtkusers] Re-using smart pointers as both input and output In-Reply-To: <1495038869468-5743301.post@n5.nabble.com> References: <1495038869468-5743301.post@n5.nabble.com> Message-ID: > > > Is it okay to reassign a smart pointer like that after using it as the > input > to an algorithm? > Yes. Except you can't do `delaunay->SetInputConnection(input)`, you'll need to use `delaunay->SetInputDataObject(input);`. Utkarsh -------------- next part -------------- An HTML attachment was scrubbed... URL: From aom at uoregon.edu Wed May 17 13:37:47 2017 From: aom at uoregon.edu (Alister O Maguire) Date: Wed, 17 May 2017 10:37:47 -0700 Subject: [vtkusers] vtkSmartVolumeMapper point centered data In-Reply-To: References: Message-ID: Hi Alvaro, Thanks for the response. The original data set is a rectilinear grid (which should contain cell and point data), but I'm creating a vtkImageData object from the data within this grid, and this image data is what I'm passing to the volume mapper. VTK should be built with OpenGL2, so I don't believe that is an issue. Currently, I'm just using the default render mode for the mapper. I've attached the module that uses the mapper below. /***************************************************************************** * * Copyright (c) 2000 - 2017, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl.gov/. The * full copyright notice is contained in the file COPYRIGHT located at the root * of the VisIt distribution or at http://www.llnl.gov/visit/copyright.html. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, * this list of conditions and the disclaimer below. * - Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the disclaimer (as noted below) in the * documentation and/or other materials provided with the distribution. * - Neither the name of the LLNS/LLNL nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY, * LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * *****************************************************************************/ // ************************************************************************* // // avtDefaultRenderer.C // // ************************************************************************* // #include VTK_MODULE_INIT(vtkRenderingVolumeOpenGL2); #include "avtDefaultRenderer.h" #include #include #include #include #include #include #include #include #include #include #include #include // **************************************************************************** // Method: avtDefaultRenderer::avtDefaultRenderer // // Purpose: // Initialize the memebers associated with the default renderer. // // Programmer: Alister Maguire // Creation: April 3, 2017 // // Modifications: // // **************************************************************************** avtDefaultRenderer::avtDefaultRenderer() { VTKRen = NULL; lastVolume = NULL; gridToRender = NULL; resetColorMap = false; volumeProp = vtkSmartPointer::New(); mapper = vtkSmartPointer::New(); } // **************************************************************************** // Method: avtDefaultRenderer::~avtDefaultRenderer // // Purpose: // Destructor. // // Programmer: Alister Maguire // Creation: April 3, 2017 // // Modifications: // // **************************************************************************** avtDefaultRenderer::~avtDefaultRenderer() { } // **************************************************************************** // Method: avtDefaultRenderer::Render // // Purpose: // Render a volume using a vtkSmartVolumeMapper // // Arguments: // props : the rendering properties // volume : the volume to be rendered // // Programmer: Alister Maguire // Creation: April 3, 2017 // // Modifications: // // **************************************************************************** void avtDefaultRenderer::Render( const avtVolumeRendererImplementation::RenderProperties &props, const avtVolumeRendererImplementation::VolumeData &volume) { if (props.dataIs2D) return; bool needsReset = false; const char *mName = "avtDefaultRenderer::Render "; //Add volume data to mapper //Need to convert it from RectilinearGrid to ImageData if(gridToRender == NULL) { debug5 << mName << "Converting from rectilinear grid to image data" << endl; int dims[3], extent[6]; ((vtkRectilinearGrid *)volume.grid)->GetDimensions(dims); ((vtkRectilinearGrid *)volume.grid)->GetExtent(extent); vtkDataArray *da = ((vtkRectilinearGrid *)volume.grid)->GetPointData()->GetScalars(); vtkRectilinearGrid *rgrid = (vtkRectilinearGrid *) volume.grid; double spacingX = rgrid->GetXCoordinates()->GetTuple1(1)- rgrid->GetXCoordinates()->GetTuple1(0); double spacingY = rgrid->GetYCoordinates()->GetTuple1(1)- rgrid->GetYCoordinates()->GetTuple1(0); double spacingZ = rgrid->GetZCoordinates()->GetTuple1(1)- rgrid->GetZCoordinates()->GetTuple1(0); gridToRender = vtkSmartPointer::New(); gridToRender->SetDimensions(dims); gridToRender->SetExtent(extent); gridToRender->SetSpacing(spacingX, spacingY, spacingZ); gridToRender->AllocateScalars(VTK_FLOAT, 1); int limit = dims[0] * dims[1] * dims[2]; float *p = (float *)gridToRender->GetScalarPointer(); //Set the origin to match the lower bounds of the grid double bounds[6]; ((vtkRectilinearGrid *)volume.grid)->GetBounds(bounds); gridToRender->SetOrigin(bounds[0], bounds[2], bounds[4]); for (int i = 0 ; i < limit ; i++) { // z-axis is reversed somehow p[i] = da->GetTuple1(i); } debug5 << mName << "Adding data to the mapper" << endl; mapper->SetInputData(gridToRender); mapper->SetScalarModeToUsePointData(); mapper->SetBlendModeToComposite(); resetColorMap = true; needsReset = true; } if(resetColorMap || oldAtts != props.atts) { debug5 << mName << "Resetting color" << endl; //getting color/alpha transfer function from VisIt unsigned char rgba[256*4]; props.atts.GetTransferFunction(rgba); float min = volume.data.min; float max = volume.data.max; float range = max - min; vtkColorTransferFunction *trans_func = vtkColorTransferFunction::New(); vtkPiecewiseFunction *opacity = vtkPiecewiseFunction::New(); for(int i = 0; i < 256; i++) { float pos = min + (i/255.f)*range; trans_func->AddRGBPoint(pos, rgba[4*i]/255.f, rgba[4*i+1]/255.f, rgba[4*i+2]/255.f); opacity->AddPoint(pos, rgba[i*4+3]/255.f); } volumeProp->SetColor(trans_func); volumeProp->SetScalarOpacity(opacity); resetColorMap = false; needsReset = true; } debug5 << mName << "Rendering!" << endl; //Create the volume to be rendered and //set its mapper to our SmartVolumeMapper. if (lastVolume == NULL || needsReset) { if (lastVolume != NULL) lastVolume->Delete(); lastVolume = vtkSmartPointer::New(); lastVolume->SetMapper(mapper); lastVolume->SetProperty(volumeProp); } mapper->Render(VTKRen, lastVolume); } On 2017/05/17 09:14, Alvaro Sanchez wrote: > Hi, > I assume your dataset contains both cell and point data. Did you > build VTK with OpenGL2? > Are you using any particular configuration in vtkSmartVolumeMapper > (GPURenderMode, > VectorMode, etc.)? > > It would be nice If you could provide some sample code. > > On Sun, May 14, 2017 at 11:01 PM, Alister O Maguire > wrote: > >> Hello, >> >> I'm using the vtkSmartVolumeMapper for volume rendering, but it >> appears to only be rendering as cell-centered data (you can clearly >> see the cell boundaries). I'm calling SetScalarModeToUsePointData(), >> but this doesn't seem to be having any affect. It actually looks the >> same as when I call SetScalarModeToUseCellData(). Any ideas on how >> to get this mapper to use point centered data when rendering? >> >> Best, >> Alister >> _______________________________________________ >> Powered by www.kitware.com [1] >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html [2] >> >> Please keep messages on-topic and check the VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ [3] >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> [4] >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers [5] > > -- > > Alvaro Sanchez > Kitware, Inc. > Senior R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4901 > > Links: > ------ > [1] http://www.kitware.com > [2] http://www.kitware.com/opensource/opensource.html > [3] http://www.vtk.org/Wiki/VTK_FAQ > [4] http://markmail.org/search/?q=vtkusers > [5] http://public.kitware.com/mailman/listinfo/vtkusers From alvaro.sanchez at kitware.com Wed May 17 14:10:56 2017 From: alvaro.sanchez at kitware.com (Alvaro Sanchez) Date: Wed, 17 May 2017 14:10:56 -0400 Subject: [vtkusers] vtkSmartVolumeMapper point centered data In-Reply-To: References: Message-ID: Thanks for the code Alister, I can't see anything obvious that could be causing the issue. I will try to reproduce it here, in the mean time, could you try something for me? Exchange vtkSmartVolumeMapper for vtkGPUVolumeRayCastMapper and see if that helps. On Wed, May 17, 2017 at 1:37 PM, Alister O Maguire wrote: > Hi Alvaro, > > Thanks for the response. The original data set is a rectilinear grid > (which should contain cell and point data), but I'm creating a vtkImageData > object from the data within this grid, and this image data is what I'm > passing to the volume mapper. VTK should be built with OpenGL2, so I don't > believe that is an issue. Currently, I'm just using the default render mode > for the mapper. I've attached the module that uses the mapper below. > > > > > > > /*********************************************************** > ****************** > * > * Copyright (c) 2000 - 2017, Lawrence Livermore National Security, LLC > * Produced at the Lawrence Livermore National Laboratory > * LLNL-CODE-442911 > * All rights reserved. > * > * This file is part of VisIt. For details, see https://visit.llnl.gov/. > The > * full copyright notice is contained in the file COPYRIGHT located at the > root > * of the VisIt distribution or at http://www.llnl.gov/visit/copyright.html > . > * > * Redistribution and use in source and binary forms, with or > without > * modification, are permitted provided that the following conditions are > met: > * > * - Redistributions of source code must retain the above copyright > notice, > * this list of conditions and the disclaimer below. > * - Redistributions in binary form must reproduce the above copyright > notice, > * this list of conditions and the disclaimer (as noted below) in > the > * documentation and/or other materials provided with the distribution. > * - Neither the name of the LLNS/LLNL nor the names of its contributors > may > * be used to endorse or promote products derived from this software > without > * specific prior written permission. > * > * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS > IS" > * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, > THE > * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR > PURPOSE > * ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL > SECURITY, > * LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR > ANY > * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR > CONSEQUENTIAL > * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE > GOODS OR > * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) > HOWEVER > * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, > STRICT > * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY > WAY > * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > SUCH > * DAMAGE. > * > ************************************************************ > *****************/ > > // ************************************************************************* > // > // avtDefaultRenderer.C > // > // ************************************************************************* > // > > #include > VTK_MODULE_INIT(vtkRenderingVolumeOpenGL2); > > #include "avtDefaultRenderer.h" > #include > > #include > #include > #include > > #include > #include > #include > > #include > #include > #include > #include > #include > > > // ************************************************************ > **************** > // Method: avtDefaultRenderer::avtDefaultRenderer > // > // Purpose: > // Initialize the memebers associated with the default renderer. > // > // Programmer: Alister Maguire > // Creation: April 3, 2017 > // > // Modifications: > // > // ************************************************************ > **************** > > avtDefaultRenderer::avtDefaultRenderer() > { > VTKRen = NULL; > lastVolume = NULL; > gridToRender = NULL; > resetColorMap = false; > volumeProp = vtkSmartPointer::New(); > mapper = vtkSmartPointer::New(); > } > > > // ************************************************************ > **************** > // Method: avtDefaultRenderer::~avtDefaultRenderer > // > // Purpose: > // Destructor. > // > // Programmer: Alister Maguire > // Creation: April 3, 2017 > // > // Modifications: > // > // ************************************************************ > **************** > > avtDefaultRenderer::~avtDefaultRenderer() > { > } > > > // ************************************************************ > **************** > // Method: avtDefaultRenderer::Render > // > // Purpose: > // Render a volume using a vtkSmartVolumeMapper > // > // Arguments: > // props : the rendering properties > // volume : the volume to be rendered > // > // Programmer: Alister Maguire > // Creation: April 3, 2017 > // > // Modifications: > // > // ************************************************************ > **************** > > void > avtDefaultRenderer::Render( > const avtVolumeRendererImplementation::RenderProperties &props, > const avtVolumeRendererImplementation::VolumeData &volume) > { > if (props.dataIs2D) > return; > > bool needsReset = false; > const char *mName = "avtDefaultRenderer::Render "; > > //Add volume data to mapper > //Need to convert it from RectilinearGrid to ImageData > if(gridToRender == NULL) > { > debug5 << mName << "Converting from rectilinear grid to image > data" << endl; > > int dims[3], extent[6]; > ((vtkRectilinearGrid *)volume.grid)->GetDimensions(dims); > ((vtkRectilinearGrid *)volume.grid)->GetExtent(extent); > vtkDataArray *da = ((vtkRectilinearGrid > *)volume.grid)->GetPointData()->GetScalars(); > > vtkRectilinearGrid *rgrid = (vtkRectilinearGrid *) volume.grid; > double spacingX = rgrid->GetXCoordinates()->GetTuple1(1)- > rgrid->GetXCoordinates()->GetTuple1(0); > double spacingY = rgrid->GetYCoordinates()->GetTuple1(1)- > rgrid->GetYCoordinates()->GetTuple1(0); > double spacingZ = rgrid->GetZCoordinates()->GetTuple1(1)- > rgrid->GetZCoordinates()->GetTuple1(0); > > gridToRender = vtkSmartPointer::New(); > gridToRender->SetDimensions(dims); > gridToRender->SetExtent(extent); > gridToRender->SetSpacing(spacingX, spacingY, spacingZ); > gridToRender->AllocateScalars(VTK_FLOAT, 1); > int limit = dims[0] * dims[1] * dims[2]; > float *p = (float *)gridToRender->GetScalarPointer(); > > //Set the origin to match the lower bounds of the grid > double bounds[6]; > ((vtkRectilinearGrid *)volume.grid)->GetBounds(bounds); > gridToRender->SetOrigin(bounds[0], bounds[2], bounds[4]); > > for (int i = 0 ; i < limit ; i++) > { > // z-axis is reversed somehow > p[i] = da->GetTuple1(i); > } > > > debug5 << mName << "Adding data to the mapper" << endl; > > mapper->SetInputData(gridToRender); > mapper->SetScalarModeToUsePointData(); > mapper->SetBlendModeToComposite(); > resetColorMap = true; > needsReset = true; > } > > if(resetColorMap || oldAtts != props.atts) > { > > debug5 << mName << "Resetting color" << endl; > > //getting color/alpha transfer function from VisIt > unsigned char rgba[256*4]; > props.atts.GetTransferFunction(rgba); > float min = volume.data.min; > float max = volume.data.max; > float range = max - min; > vtkColorTransferFunction *trans_func = > vtkColorTransferFunction::New(); > vtkPiecewiseFunction *opacity = vtkPiecewiseFunction::New(); > for(int i = 0; i < 256; i++) { > float pos = min + (i/255.f)*range; > trans_func->AddRGBPoint(pos, rgba[4*i]/255.f, > rgba[4*i+1]/255.f, rgba[4*i+2]/255.f); > opacity->AddPoint(pos, rgba[i*4+3]/255.f); > } > > volumeProp->SetColor(trans_func); > volumeProp->SetScalarOpacity(opacity); > > resetColorMap = false; > needsReset = true; > } > > debug5 << mName << "Rendering!" << endl; > > //Create the volume to be rendered and > //set its mapper to our SmartVolumeMapper. > if (lastVolume == NULL || needsReset) > { > if (lastVolume != NULL) > lastVolume->Delete(); > lastVolume = vtkSmartPointer::New(); > lastVolume->SetMapper(mapper); > lastVolume->SetProperty(volumeProp); > } > > mapper->Render(VTKRen, lastVolume); > } > > > > > > > On 2017/05/17 09:14, Alvaro Sanchez wrote: > >> Hi, >> I assume your dataset contains both cell and point data. Did you >> build VTK with OpenGL2? >> Are you using any particular configuration in vtkSmartVolumeMapper >> (GPURenderMode, >> VectorMode, etc.)? >> >> It would be nice If you could provide some sample code. >> >> On Sun, May 14, 2017 at 11:01 PM, Alister O Maguire >> wrote: >> >> Hello, >>> >>> I'm using the vtkSmartVolumeMapper for volume rendering, but it >>> appears to only be rendering as cell-centered data (you can clearly >>> see the cell boundaries). I'm calling SetScalarModeToUsePointData(), >>> but this doesn't seem to be having any affect. It actually looks the >>> same as when I call SetScalarModeToUseCellData(). Any ideas on how >>> to get this mapper to use point centered data when rendering? >>> >>> Best, >>> Alister >>> _______________________________________________ >>> Powered by www.kitware.com [1] >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html [2] >>> >>> Please keep messages on-topic and check the VTK FAQ at: >>> http://www.vtk.org/Wiki/VTK_FAQ [3] >>> >>> Search the list archives at: http://markmail.org/search/?q=vtkusers >>> [4] >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/vtkusers [5] >>> >> >> -- >> >> Alvaro Sanchez >> Kitware, Inc. >> Senior R&D Engineer >> 21 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-881-4901 >> >> Links: >> ------ >> [1] http://www.kitware.com >> [2] http://www.kitware.com/opensource/opensource.html >> [3] http://www.vtk.org/Wiki/VTK_FAQ >> [4] http://markmail.org/search/?q=vtkusers >> [5] http://public.kitware.com/mailman/listinfo/vtkusers >> > -- Alvaro Sanchez Kitware, Inc. Senior R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4901 -------------- next part -------------- An HTML attachment was scrubbed... URL: From aom at uoregon.edu Wed May 17 14:39:01 2017 From: aom at uoregon.edu (Alister O Maguire) Date: Wed, 17 May 2017 11:39:01 -0700 Subject: [vtkusers] vtkSmartVolumeMapper point centered data In-Reply-To: References: Message-ID: Sounds good. I tried exchanging the SmartVolumeMapper for the GPUVolumeRayCastMapper, but it seems to be producing the same results... On 2017/05/17 11:10, Alvaro Sanchez wrote: > Thanks for the code Alister, I can't see anything obvious that could > be causing the issue. I will try > to reproduce it here, in the mean time, could you try something for > me? Exchange > vtkSmartVolumeMapper for vtkGPUVolumeRayCastMapper and see if that > helps. > > On Wed, May 17, 2017 at 1:37 PM, Alister O Maguire > wrote: > >> Hi Alvaro, >> >> Thanks for the response. The original data set is a rectilinear grid >> (which should contain cell and point data), but I'm creating a >> vtkImageData object from the data within this grid, and this image >> data is what I'm passing to the volume mapper. VTK should be built >> with OpenGL2, so I don't believe that is an issue. Currently, I'm >> just using the default render mode for the mapper. I've attached the >> module that uses the mapper below. >> >> > /***************************************************************************** >> * >> * Copyright (c) 2000 - 2017, Lawrence Livermore National Security, >> LLC >> * Produced at the Lawrence Livermore National Laboratory >> * LLNL-CODE-442911 >> * All rights reserved. >> * >> * This file is part of VisIt. For details, see >> https://visit.llnl.gov/. The >> * full copyright notice is contained in the file COPYRIGHT located >> at the root >> * of the VisIt distribution or at >> http://www.llnl.gov/visit/copyright.html [1]. >> * >> * Redistribution and use in source and binary forms, with >> or without >> * modification, are permitted provided that the following conditions >> are met: >> * >> * - Redistributions of source code must retain the above >> copyright notice, >> * this list of conditions and the disclaimer below. >> * - Redistributions in binary form must reproduce the above >> copyright notice, >> * this list of conditions and the disclaimer (as noted >> below) in the >> * documentation and/or other materials provided with the >> distribution. >> * - Neither the name of the LLNS/LLNL nor the names of its >> contributors may >> * be used to endorse or promote products derived from this >> software without >> * specific prior written permission. >> * >> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND >> CONTRIBUTORS "AS IS" >> * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT >> LIMITED TO, THE >> * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A >> PARTICULAR PURPOSE >> * ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL >> SECURITY, >> * LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE >> FOR ANY >> * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR >> CONSEQUENTIAL >> * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF >> SUBSTITUTE GOODS OR >> * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS >> INTERRUPTION) HOWEVER >> * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN >> CONTRACT, STRICT >> * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING >> IN ANY WAY >> * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE >> POSSIBILITY OF SUCH >> * DAMAGE. >> * >> > *****************************************************************************/ >> >> // >> > ************************************************************************* >> // >> // avtDefaultRenderer.C >> // >> // >> > ************************************************************************* >> // >> >> #include >> VTK_MODULE_INIT(vtkRenderingVolumeOpenGL2); >> >> #include "avtDefaultRenderer.h" >> #include >> >> #include >> #include >> #include >> >> #include >> #include >> #include >> >> #include >> #include >> #include >> #include >> #include >> >> // >> > **************************************************************************** >> // Method: avtDefaultRenderer::avtDefaultRenderer >> // >> // Purpose: >> // Initialize the memebers associated with the default renderer. >> // >> // Programmer: Alister Maguire >> // Creation: April 3, 2017 >> // >> // Modifications: >> // >> // >> > **************************************************************************** >> >> avtDefaultRenderer::avtDefaultRenderer() >> { >> VTKRen = NULL; >> lastVolume = NULL; >> gridToRender = NULL; >> resetColorMap = false; >> volumeProp = vtkSmartPointer::New(); >> mapper = vtkSmartPointer::New(); >> } >> >> // >> > **************************************************************************** >> // Method: avtDefaultRenderer::~avtDefaultRenderer >> // >> // Purpose: >> // Destructor. >> // >> // Programmer: Alister Maguire >> // Creation: April 3, 2017 >> // >> // Modifications: >> // >> // >> > **************************************************************************** >> >> avtDefaultRenderer::~avtDefaultRenderer() >> { >> } >> >> // >> > **************************************************************************** >> // Method: avtDefaultRenderer::Render >> // >> // Purpose: >> // Render a volume using a vtkSmartVolumeMapper >> // >> // Arguments: >> // props : the rendering properties >> // volume : the volume to be rendered >> // >> // Programmer: Alister Maguire >> // Creation: April 3, 2017 >> // >> // Modifications: >> // >> // >> > **************************************************************************** >> >> void >> avtDefaultRenderer::Render( >> const avtVolumeRendererImplementation::RenderProperties &props, >> const avtVolumeRendererImplementation::VolumeData &volume) >> { >> if (props.dataIs2D) >> return; >> >> bool needsReset = false; >> const char *mName = "avtDefaultRenderer::Render "; >> >> //Add volume data to mapper >> //Need to convert it from RectilinearGrid to ImageData >> if(gridToRender == NULL) >> { >> debug5 << mName << "Converting from rectilinear grid to >> image data" << endl; >> >> int dims[3], extent[6]; >> ((vtkRectilinearGrid *)volume.grid)->GetDimensions(dims); >> ((vtkRectilinearGrid *)volume.grid)->GetExtent(extent); >> vtkDataArray *da = ((vtkRectilinearGrid >> *)volume.grid)->GetPointData()->GetScalars(); >> >> vtkRectilinearGrid *rgrid = (vtkRectilinearGrid *) >> volume.grid; >> double spacingX = rgrid->GetXCoordinates()->GetTuple1(1)- >> rgrid->GetXCoordinates()->GetTuple1(0); >> double spacingY = rgrid->GetYCoordinates()->GetTuple1(1)- >> rgrid->GetYCoordinates()->GetTuple1(0); >> double spacingZ = rgrid->GetZCoordinates()->GetTuple1(1)- >> rgrid->GetZCoordinates()->GetTuple1(0); >> >> gridToRender = vtkSmartPointer::New(); >> gridToRender->SetDimensions(dims); >> gridToRender->SetExtent(extent); >> gridToRender->SetSpacing(spacingX, spacingY, spacingZ); >> gridToRender->AllocateScalars(VTK_FLOAT, 1); >> int limit = dims[0] * dims[1] * dims[2]; >> float *p = (float *)gridToRender->GetScalarPointer(); >> >> //Set the origin to match the lower bounds of the grid >> double bounds[6]; >> ((vtkRectilinearGrid *)volume.grid)->GetBounds(bounds); >> gridToRender->SetOrigin(bounds[0], bounds[2], bounds[4]); >> >> for (int i = 0 ; i < limit ; i++) >> { >> // z-axis is reversed somehow >> p[i] = da->GetTuple1(i); >> } >> >> debug5 << mName << "Adding data to the mapper" << endl; >> >> mapper->SetInputData(gridToRender); >> mapper->SetScalarModeToUsePointData(); >> mapper->SetBlendModeToComposite(); >> resetColorMap = true; >> needsReset = true; >> } >> >> if(resetColorMap || oldAtts != props.atts) >> { >> >> debug5 << mName << "Resetting color" << endl; >> >> //getting color/alpha transfer function from VisIt >> unsigned char rgba[256*4]; >> props.atts.GetTransferFunction(rgba); >> float min = volume.data.min; >> float max = volume.data.max; >> float range = max - min; >> vtkColorTransferFunction *trans_func = >> vtkColorTransferFunction::New(); >> vtkPiecewiseFunction *opacity = vtkPiecewiseFunction::New(); >> for(int i = 0; i < 256; i++) { >> float pos = min + (i/255.f)*range; >> trans_func->AddRGBPoint(pos, rgba[4*i]/255.f, >> rgba[4*i+1]/255.f, rgba[4*i+2]/255.f); >> opacity->AddPoint(pos, rgba[i*4+3]/255.f); >> } >> >> volumeProp->SetColor(trans_func); >> volumeProp->SetScalarOpacity(opacity); >> >> resetColorMap = false; >> needsReset = true; >> } >> >> debug5 << mName << "Rendering!" << endl; >> >> //Create the volume to be rendered and >> //set its mapper to our SmartVolumeMapper. >> if (lastVolume == NULL || needsReset) >> { >> if (lastVolume != NULL) >> lastVolume->Delete(); >> lastVolume = vtkSmartPointer::New(); >> lastVolume->SetMapper(mapper); >> lastVolume->SetProperty(volumeProp); >> } >> >> mapper->Render(VTKRen, lastVolume); >> } >> >> On 2017/05/17 09:14, Alvaro Sanchez wrote: >> Hi, >> I assume your dataset contains both cell and point data. Did you >> build VTK with OpenGL2? >> Are you using any particular configuration in vtkSmartVolumeMapper >> (GPURenderMode, >> VectorMode, etc.)? >> >> It would be nice If you could provide some sample code. >> >> On Sun, May 14, 2017 at 11:01 PM, Alister O Maguire >> >> wrote: >> >> Hello, >> >> I'm using the vtkSmartVolumeMapper for volume rendering, but it >> appears to only be rendering as cell-centered data (you can clearly >> see the cell boundaries). I'm calling SetScalarModeToUsePointData(), >> but this doesn't seem to be having any affect. It actually looks the >> same as when I call SetScalarModeToUseCellData(). Any ideas on how >> to get this mapper to use point centered data when rendering? >> >> Best, >> Alister >> _______________________________________________ >> Powered by www.kitware.com [2] [1] >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html [3] [2] >> >> Please keep messages on-topic and check the VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ [4] [3] >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> [5] >> [4] >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers [6] [5] >> >> -- >> >> Alvaro Sanchez >> Kitware, Inc. >> Senior R&D Engineer >> 21 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-881-4901 [7] >> >> Links: >> ------ >> [1] http://www.kitware.com >> [2] http://www.kitware.com/opensource/opensource.html [3] >> [3] http://www.vtk.org/Wiki/VTK_FAQ [4] >> [4] http://markmail.org/search/?q=vtkusers [5] >> [5] http://public.kitware.com/mailman/listinfo/vtkusers [6] > > -- > > Alvaro Sanchez > Kitware, Inc. > Senior R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4901 > > Links: > ------ > [1] http://www.llnl.gov/visit/copyright.html > [2] http://www.kitware.com > [3] http://www.kitware.com/opensource/opensource.html > [4] http://www.vtk.org/Wiki/VTK_FAQ > [5] http://markmail.org/search/?q=vtkusers > [6] http://public.kitware.com/mailman/listinfo/vtkusers > [7] tel:518-881-4901 From rccm.kyoshimi at gmail.com Thu May 18 06:28:59 2017 From: rccm.kyoshimi at gmail.com (kenichiro yoshimi) Date: Thu, 18 May 2017 19:28:59 +0900 Subject: [vtkusers] Extract space between meshes In-Reply-To: References: Message-ID: Hi, Unfortunately, there is not a filter for 3D constrained Delaunay triangulation in VTK to realize you want. In VTK an alternative method to extract a sandwiched space is to use vtkClipDataSet or vtkTableBasedClipDataSet to clip a convex volume got by applying vtkDelaunay3D to two closed surface meshes. I really try this method in your case of two vtkSphereSources and this works (see attachment), but I feel it hard to solve this problem in general. I hope it will help you. Thanks 2017-05-16 17:13 GMT+09:00 Maximilian Weiherer : > Dear all, > > is it possible to extract the space between two closed and triangulated > meshes using VTK? Is there a way to get this space as a point cloud or > something similar? > For example, consider two vtkSphereSource meshes with different radii where > the sphere with the bigger radius contains the sphere with the smaller one. > What I am now trying to get is the space between these two spheres. > > Any suggestions would be appreciated. > > Best regards, > Maximilian > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- A non-text attachment was scrubbed... Name: twoSpheresSpace.png Type: image/png Size: 52751 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ClipSpheresVolume.tar.gz Type: application/x-gzip Size: 1096 bytes Desc: not available URL: From zarko at kg.ac.rs Thu May 18 08:51:00 2017 From: zarko at kg.ac.rs (zarko.milosevic) Date: Thu, 18 May 2017 05:51:00 -0700 (MST) Subject: [vtkusers] Coordinate Conversion - Display to World Message-ID: <1495111860151-5743308.post@n5.nabble.com> I have problem with coordinate conversion: I do following: vtkRenderWindowInteractor *interactor = _renderer->GetRenderWindow()->GetInteractor(); dCurrPos[2] = { interactor->GetEventPosition()[0], interactor->GetEventPosition()[1] }; double worldPt[4]; vtkInteractorObserver::ComputeDisplayToWorld( _renderer, dCurrPos[X], dCurrPos[Y], 0.0, worldPt); worldPt always have same coordinates around 0.405. On the scene i have loaded DICOM image in vtkImageActor. When i perform picking i get good coordinates. I have tried also with _renderer->SetDisplayPoint(dCurrPos[X], dCurrPos[X], 0.0); _renderer->DisplayToWorld(); _renderer->GetWorldPoint(worldPt); and using vtkCoordinate vtkSmartPointer coordinate = vtkSmartPointer::New(); coordinate->SetCoordinateSystemToDisplay(); coordinate->SetValue(x,y,0); double* world = coordinate->GetComputedWorldValue(_renderer); and i`m getting same results. How can i handle this problem and am i doing something wrong ? -- View this message in context: http://vtk.1045678.n5.nabble.com/Coordinate-Conversion-Display-to-World-tp5743308.html Sent from the VTK - Users mailing list archive at Nabble.com. From maxime.parenteau at usherbrooke.ca Thu May 18 09:15:24 2017 From: maxime.parenteau at usherbrooke.ca (The_Max) Date: Thu, 18 May 2017 06:15:24 -0700 (MST) Subject: [vtkusers] Android compilation trouble: AKEYCODE... not declared Message-ID: <1495113324883-5743310.post@n5.nabble.com> Hi! I don't seem to be able to compile VTK for android (using VTK_ANDROID_BUILD option). I get this kind of error (multiple times, but always similar): ./VTK-7.1.1/Rendering/OpenGL2/vtkAndroidRenderWindowInteractor.cxx:160:30: error: 'AKEYCODE_FORWARD_DEL' was not declared in this scope this->KeyCodeToKeySymTable[AKEYCODE_FORWARD_DEL] = 0; I've double checked that the right include is in and it seems ok. I've tried with 7.0.0 and then with 7.1.1 with no success. Looking on the web was not more successful and I'm clearly stucked with this problem. Sounds like a trouble with the include, but I can't figure it out :/ Any help would be greatly appreciated! Thanks in advance -- View this message in context: http://vtk.1045678.n5.nabble.com/Android-compilation-trouble-AKEYCODE-not-declared-tp5743310.html Sent from the VTK - Users mailing list archive at Nabble.com. From inglis.dl at gmail.com Thu May 18 11:40:36 2017 From: inglis.dl at gmail.com (Dean Inglis) Date: Thu, 18 May 2017 11:40:36 -0400 Subject: [vtkusers] clip along contour line Message-ID: Hi, is there an example or can someone suggest a pipeline that would enable clipping an arbitrary (irregular) triangular surface mesh with a closed loop? the problem involves drawing a contour with vtkContourWidget using vtkPolygonalSurfacePointPlacer to place nodes on a vtkPolyData mesh such that the resulting contour forms a closed path on the surface of the mesh. A simple analogy would be to have an un-capped cylinder, draw an uneven line around its circumference, then clip the cylinder so that it can be separated along the line. The final cutting edge should also split triangles along the line. - Dean -------------- next part -------------- An HTML attachment was scrubbed... URL: From ich_daniel at habmalnefrage.de Thu May 18 12:06:27 2017 From: ich_daniel at habmalnefrage.de (-Daniel-) Date: Thu, 18 May 2017 09:06:27 -0700 (MST) Subject: [vtkusers] issue with texturing an actor Message-ID: <1495123587122-5743317.post@n5.nabble.com> Hi everbody, I want to represent an actor with a texture, but since the newer version it does not work anymore. In the version 7.0 ran everything fine. But unfortunately not with version 7.1.1 I tested it on Windows 7 32bit and on Windows 10 64bit. I am using Java 1.8. Does anyone have a hint for me? Code snippet for testing: ... vtkJPEGReader jPEGReader = new vtkJPEGReader(); jPEGReader.SetFileName ( imagename ); jPEGReader.Update(); vtkTexture texture = new vtkTexture(); texture.SetInputConnection(jPEGReader.GetOutputPort()); vtkOBJReader reader = new vtkOBJReader(); reader.SetFileName(iname); reader.Update(); vtkPolyData polyData2 = reader.GetOutput(); // Renderer vtkPolyDataMapper mapper = new vtkPolyDataMapper(); mapper.SetInputData(polyData2); vtkActor texActor= new vtkActor(); texActor.SetMapper(mapper); texActor.SetTexture(texture); renderer.AddActor(texActor); ... -- View this message in context: http://vtk.1045678.n5.nabble.com/issue-with-texturing-an-actor-tp5743317.html Sent from the VTK - Users mailing list archive at Nabble.com. From shawn.waldon at kitware.com Thu May 18 13:28:31 2017 From: shawn.waldon at kitware.com (Shawn Waldon) Date: Thu, 18 May 2017 13:28:31 -0400 Subject: [vtkusers] Quickest way to count number of points in cell Paraview In-Reply-To: References: Message-ID: Hi Amine, I don't know of a way to do it with existing filters. The easiest way to create an example is using Python, but you should be able to translate it to C++ if you want and create a custom filter to do this (The execute method in the script becomes RequestData on a vtkPassInputTypeAlgorithm if you go this route). Attached is a script that uses Python via the programmable filter. You can find more information about the programmable filter here[1] (I modified the script at the start of that blog post to append the number of points in the cell instead of the example array in my attached script. You may want to adapt it further after reading the blog post). HTH, Shawn [1]: https://blog.kitware.com/vtkprogrammablefilter-aint-so-bad/ On Mon, May 8, 2017 at 2:49 AM, Amine Aboufirass wrote: > Hello, > > I would like to figure out the best way in Paraview to count the number of > points within a cell. Preferrably a non- Python way of doing it by applying > a filter of some sort or other (my Python skills are still crappy. > > Thanks, > > Amine > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: append_points_in_cell.py Type: text/x-python Size: 975 bytes Desc: not available URL: From zmurphy1125 at gmail.com Thu May 18 15:15:42 2017 From: zmurphy1125 at gmail.com (zmurphy) Date: Thu, 18 May 2017 12:15:42 -0700 (MST) Subject: [vtkusers] Segmentation fault when using algorithm output returned from function Message-ID: <1495134942582-5743320.post@n5.nabble.com> I have a class with a function which returns a vtkSmartPointer with a vtkAlgorithmOutput inside. When attempting to pass this to an vtkAppendPolyData, I receive a segmentation fault. Below is an example. class MyClass { public: void setup() { //Do things to set up data _data = append->GetOutputPort(); //In this case, append is a different AppendPolyData } vtkSmartPointer output() { return _data; } protected: vtkSmartPointer _data; } Then in a different object which uses that class: vtkSmartPointer collection = vtkSmartPointer::New(); for (auto& data : vectorOfMyClassObjects) { collection->AddInputConnection(data->output()); //Where the segfault happens } Does anyone know what might cause this or of any tips on how to diagnose it? I've run it through gdb to find where the segfault happens, but beyond that, I'm not sure what's wrong. -- View this message in context: http://vtk.1045678.n5.nabble.com/Segmentation-fault-when-using-algorithm-output-returned-from-function-tp5743320.html Sent from the VTK - Users mailing list archive at Nabble.com. From afrah.nacib at gmail.com Thu May 18 16:00:05 2017 From: afrah.nacib at gmail.com (afrah101) Date: Thu, 18 May 2017 13:00:05 -0700 (MST) Subject: [vtkusers] Biomedical dataset simulation Message-ID: <1495137605271-5743321.post@n5.nabble.com> I am looking for small biomedical dataset simulation to apply it on my project usning Paraview... DO you Know any small biomedical dataset in which I can apply the full capabilities of Paraview -- View this message in context: http://vtk.1045678.n5.nabble.com/Biomedical-dataset-simulation-tp5743321.html Sent from the VTK - Users mailing list archive at Nabble.com. From wushx6 at gmail.com Fri May 19 00:15:10 2017 From: wushx6 at gmail.com (alanwsx) Date: Thu, 18 May 2017 21:15:10 -0700 (MST) Subject: [vtkusers] vtkSelectVisiblePoints output has 0 points In-Reply-To: <1291684734.3314914.1472741290850@mail.yahoo.com> References: <1291684734.3314914.1472741290850@mail.yahoo.com> Message-ID: <1495167310937-5743322.post@n5.nabble.com> Same question here. Did you find the solution? Thanks, Shangxuan -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkSelectVisiblePoints-output-has-0-points-tp5740093p5743322.html Sent from the VTK - Users mailing list archive at Nabble.com. From wushx6 at gmail.com Fri May 19 09:59:41 2017 From: wushx6 at gmail.com (alanwsx) Date: Fri, 19 May 2017 06:59:41 -0700 (MST) Subject: [vtkusers] vtkSelectVisiblePoints and vtkPolyData Message-ID: <1495202381186-5743324.post@n5.nabble.com> Hi, I am writing some code to do the depth test for some vtkPolyData object, and I want to use vtkSelectVisiblePoints class in a qvtkwidget. However, I always got 0 points. following is the minimum code: // in the qvtkwidget class: visible_filter = vtkSmartPointer::New(); visible_filter->SetInputData(poly_data); visible_filter->SetRenderer(renderer); visible_filter->Update(); . . . // in the overloading vtkInteractorStyleTrackballCamera class: this->visible_filter->Update(); qDebug() << "There are currently: " << this->visible_filter->GetOutput()->GetNumberOfPoints() << " visible."; Thanks, Shangxuan -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkSelectVisiblePoints-and-vtkPolyData-tp5743324.html Sent from the VTK - Users mailing list archive at Nabble.com. From wushx6 at gmail.com Fri May 19 10:30:30 2017 From: wushx6 at gmail.com (alanwsx) Date: Fri, 19 May 2017 07:30:30 -0700 (MST) Subject: [vtkusers] vtkSelectVisiblePoints and vtkPolyData In-Reply-To: <1495202381186-5743324.post@n5.nabble.com> References: <1495202381186-5743324.post@n5.nabble.com> Message-ID: <1495204230673-5743325.post@n5.nabble.com> I am not sure whether this is related to QT or vtkPolyData, since in the official example, they used SetInputConnection(), but here I used SetInputData(). -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkSelectVisiblePoints-and-vtkPolyData-tp5743324p5743325.html Sent from the VTK - Users mailing list archive at Nabble.com. From bill.q.hdp at gmail.com Fri May 19 11:20:45 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Fri, 19 May 2017 23:20:45 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? Message-ID: Hello Everyone, I encountered a weird problem in coordinate conversion. In order to check the accuracy, I converted from display to world, and from world back to display. Using the following ways: *self.world_picker = vtk.vtkWorldPointPicker()* *def *display_to_world(self, pt): self.world_picker.Pick(pt[0], pt[1], 0, self.ren) picker_pt = self.world_picker.GetPickPosition() picker_pt = (picker_pt[0], picker_pt[1], 0) *return *picker_pt *def *world_to_display(self, pt): *if *len(pt) == 3: pt = pt + (1.0,) *elif *len(pt) == 2: pt = pt + (0.0, 1.0) self.ren.SetWorldPoint(pt) self.ren.WorldToDisplay() pt = self.ren.GetDisplayPoint() pt = (pt[0], pt[1]) *return *pt pt = [5, 5] world_pt = self. world_to_display(pt) display_pt = self. world_to_display(world_pt) In some cases, it's quite accurate, which means pt equals display_pt. But, in some cases, the result is simply wrong. For example, for (5, 5), after conversions back to display, the coordinate becomes (20.89, 20.89). Any ideas? Many thanks. Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: From zmurphy1125 at gmail.com Fri May 19 11:37:28 2017 From: zmurphy1125 at gmail.com (zmurphy) Date: Fri, 19 May 2017 08:37:28 -0700 (MST) Subject: [vtkusers] Segmentation fault when using algorithm output returned from function In-Reply-To: <1495134942582-5743320.post@n5.nabble.com> References: <1495134942582-5743320.post@n5.nabble.com> Message-ID: <1495208248070-5743327.post@n5.nabble.com> After stepping through the code again with GDB, I've narrowed the segfault down to this line in vtkAlgorithm::GetExecutive: vtkExecutive* e = this->CreateDefaultExecutive(); Looking at the code on GitHub, I'm unable to see why that particular line would cause a segmentation fault. I'm not even able to step into the CreateDefaultExecutive function. -- View this message in context: http://vtk.1045678.n5.nabble.com/Segmentation-fault-when-using-algorithm-output-returned-from-function-tp5743320p5743327.html Sent from the VTK - Users mailing list archive at Nabble.com. From linlycode at gmail.com Fri May 19 11:49:17 2017 From: linlycode at gmail.com (liyang lin) Date: Fri, 19 May 2017 23:49:17 +0800 Subject: [vtkusers] How to use OpenVR overlay with VTK ? Message-ID: Hi, I have a simple Virtual Reality app that uses VTK for visualization, and I'm trying to make GUI using OpenVR overlay but can't get it working. I tried to use two threads to do the job, In the main thread, I set up OpenVRRenderWindow, renderer and interactor, and starts the interactor; In the overlay thread, I create an OpenVR overlay and an OpenGL context that associated with a Qt offscreen surface, then render a Qt widget into a framebuffer object in the OpenGL context, then extract the texture from the framebuffer object, and feed it into the overlay using setOverlayTexture. The second thread also listens for OpenVR overlayShown, mouse move/up/down event, and dispatch them to the widget. The overlay appears as expected, but the 3D scene rendered by VTK is problematic, scene in the left eye flashes and doesn't react to HMD movement, and when I points the controller to the overlay(which cause rerender of the widget, and a setOverlayTexture call), the scene just disappears. I have no idea why this happens since I use my own OpenGL context in the overlay thread, why is the scene rendered by VTK is affected ? I also looked into vtkOpenVROverlay, it seems that it's a dashboard overlay and hard to be reused. Anybody know how to create GUI in VTK with OpenVR ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Fri May 19 12:02:40 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Sat, 20 May 2017 00:02:40 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Ok, I might find the cause. I put some textActor at the lower left corner. So when I convert the coordinates to world, the returned coordinates are different from the ones if I take those textActor away. I could simply take those textActors away. But it doesn't feel like a real solution. Besides, I need to have those textActors there. Why putting some textActors there would change the readings of the coordinates conversion? Is there anything I can do? Many thanks. Bill On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: > Hello Everyone, > I encountered a weird problem in coordinate conversion. > > In order to check the accuracy, I converted from display to world, and > from world back to display. Using the following ways: > > > *self.world_picker = vtk.vtkWorldPointPicker()* > > *def *display_to_world(self, pt): > self.world_picker.Pick(pt[0], pt[1], 0, self.ren) > picker_pt = self.world_picker.GetPickPosition() > picker_pt = (picker_pt[0], picker_pt[1], 0) > *return *picker_pt > > *def *world_to_display(self, pt): > *if *len(pt) == 3: > pt = pt + (1.0,) > *elif *len(pt) == 2: > pt = pt + (0.0, 1.0) > self.ren.SetWorldPoint(pt) > self.ren.WorldToDisplay() > pt = self.ren.GetDisplayPoint() > pt = (pt[0], pt[1]) > *return *pt > > pt = [5, 5] > > world_pt = self. world_to_display(pt) > > display_pt = self. world_to_display(world_pt) > In some cases, it's quite accurate, which means pt equals display_pt. But, > in some cases, the result is simply wrong. For example, for (5, 5), after > conversions back to display, the coordinate becomes (20.89, 20.89). > > Any ideas? > > > Many thanks. > > > Bill > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nikkidakota86 at gmail.com Sat May 20 08:29:53 2017 From: nikkidakota86 at gmail.com (nikki dakotam) Date: Sat, 20 May 2017 07:29:53 -0500 Subject: [vtkusers] Storing data at quadrature points in cells In-Reply-To: References: Message-ID: I'm trying to store fem responses at some points in each cell. those points cud be custom generated quadrature points. Could someone please point me to a reference or give some pointers on how I can do this? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagao-saichi at jcom.home.ne.jp Sat May 20 10:15:16 2017 From: nagao-saichi at jcom.home.ne.jp (nagao saichi) Date: Sat, 20 May 2017 07:15:16 -0700 (MST) Subject: [vtkusers] VTK and JavaFX? In-Reply-To: <70365181.9MZ1cpG9GF@localhost.localdomain> References: <2176973.Iq96Pn6YAV@localhost.localdomain> <70365181.9MZ1cpG9GF@localhost.localdomain> Message-ID: <1495289716953-5743332.post@n5.nabble.com> I created SimpleVTKFX and SimpleVTKFX. Idea of this class is vtk rendering image copy to javafx ImageView pane by interval timmer. Copy method is , image file create by vtkPNGWriter , after read from file to javaFX ImageView. comment include japanese. /****************************** SimpleVTKFX */ package vtk.sample; import java.lang.reflect.InvocationTargetException; import java.util.concurrent.Callable; import javafx.application.Application; import javafx.event.EventHandler; import javafx.geometry.Pos; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.input.MouseEvent; import javafx.scene.layout.BorderPane; import javafx.stage.Stage; import vtk.vtkActor; import vtk.vtkConeSource; import vtk.vtkDataSetMapper; import vtk.vtkFXCanvas; import vtk.vtkPolyDataMapper; import vtk.vtkShrinkFilter; import vtk.vtkSphereSource; /** *

* This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. A HTML version of the GNU General Public License can be * seen at http://www.gnu.org/licenses/gpl.html *

*

* This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. *

* * @author SaichiNagao * date: 2017/05/12 */ public class SimpleVTKFX extends Application { vtkFXCanvas pane = null; // ----------------------------------------------------------------- // copy from Demo.java public class PipelineBuilder implements Callable { private vtkActor actor; private vtkDataSetMapper mapper; private vtkShrinkFilter shrink; private vtkSphereSource sphere; @Override public vtkActor call() throws Exception { // New actor = new vtkActor(); mapper = new vtkDataSetMapper(); shrink = new vtkShrinkFilter(); sphere = new vtkSphereSource(); // Settings sphere.SetPhiResolution(30); sphere.SetThetaResolution(30); double[] center = new double[3]; sphere.SetCenter(GetRandomCenter(center)); actor.GetProperty().SetColor(Math.random(), Math.random(), Math.random()); shrink.SetShrinkFactor(0.8); // Binding shrink.SetInputConnection(sphere.GetOutputPort()); mapper.SetInputConnection(shrink.GetOutputPort()); // Update actor.SetMapper(mapper); // Wait some time Thread.sleep((long) (Math.random() * 50)); // Return return actor; } public double[] GetRandomCenter(double[] center) { for (int i = 0; i < 3; i++) { center[i] = Math.random() * 10; } return center; } } // ----------------------------------------------------------------- @Override public void start(Stage stage) throws Exception { pane = new vtkFXCanvas(); // build VTK Pipeline vtkConeSource cone = new vtkConeSource(); cone.SetResolution(16); vtkPolyDataMapper coneMapper = new vtkPolyDataMapper(); coneMapper.SetInputConnection(cone.GetOutputPort()); vtkActor coneActor = new vtkActor(); coneActor.SetMapper(coneMapper); pane.addActor(coneActor); pane.getCanvas3D().addToPlaneWidget(coneActor); pane.getCanvas3D().addToBoxWidget(coneActor); /* // more vtk objects add to canvas PipelineBuilder bp = new PipelineBuilder(); for(int i=0;i< 100;i++) { pane.addActor(bp.call()); } */ BorderPane border = new BorderPane(); Button exit = new Button("Exit"); EventHandlerhandler = ( event ) -> stop(); exit.addEventHandler(MouseEvent.MOUSE_CLICKED, handler); border.setCenter(pane); border.setBottom(exit); BorderPane.setAlignment(exit, Pos.CENTER); Scene thiscene = new Scene(border, 400, 400); pane.renderStart(); stage.setScene(thiscene); stage.setTitle("VTK FXCanvas Test..."); stage.show(); } @Override public void stop() { pane.finalize(); System.exit(0); } // ----------------------------------------------------------------- public static void main(String[] args) throws InterruptedException, InvocationTargetException { launch(args); } } /***************************** SimpleVTKFX*/ package vtk; import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseWheelEvent; import java.io.File; import javax.swing.JPanel; import javax.swing.SwingUtilities; import javax.swing.Timer; import javafx.embed.swing.SwingNode; import javafx.event.EventHandler; import javafx.scene.image.ImageView; import javafx.scene.input.KeyEvent; import javafx.scene.input.MouseButton; import javafx.scene.input.MouseEvent; import javafx.scene.input.ScrollEvent; import javafx.scene.layout.StackPane; /** * JavaFX??????????VTKCanvas???????????????????? * StackPane?????VTKCanvas???????SwingNode?????????ImageView * ??????JavaFX?????AWT???????????????????SwingNode * ????VTKCanvas??????????????????????????????? * ????????ImageView???????????????ImageView????? * AWT??????????VTKCanvas??????????? *

* vtkCanvas???????????????????????????????????? * ???????? *

*

* This class can controll Widget and draw actors. TrackballCamera * interaction enable. vtkCanvas sources are not change. * Resize pane is bad, resize smaller is bad. *

*

* Idea of this class is vtk rendering image copy to javafx ImageView * pane by interval timmer. Copy method is , image file create by * vtkPNGWriter , after read from file to javaFX ImageView. *

*

* This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. A HTML version of the GNU General Public License can be * seen at http://www.gnu.org/licenses/gpl.html *

*

* This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. *

* * @author SaichiNagao * date: 2017/05/12 */ public class vtkFXCanvas extends StackPane { // // ----------------------------------------------------------------- // Load VTK library and print which library was not properly loaded static { if (!vtkNativeLibrary.LoadAllNativeLibraries()) { for (vtkNativeLibrary lib : vtkNativeLibrary.values()) { if (!lib.IsLoaded()) { System.out.println(lib.GetLibraryName() + " not loaded"); } } } vtkNativeLibrary.DisableOutputWindow(null); } // ----------------------------------------------------------------- /** * vtk????????????? */ private vtkCanvas canvas3D = new vtkCanvas(); /** * vtkCanvas??????FX?ImageView?????????????????? * ???????????????????????????????????? * FX?ImageView?????? */ vtkPNGWriter writer = new vtkPNGWriter(); File tempFile = new File("__temp__.png"); String uri = tempFile.toURI().toString(); /** * StackPane?????????SwingNode??vtkCanvas??????? * ????? */ SwingNode swingNode = new SwingNode(); /** * vtkCanvas???????????????????????ImageView * ?????? */ ImageView imageNode = new ImageView(); private Timer repaintimer; /** * ???????????????????????????? */ private int repaintInterval = 200; /** * ?????????? */ private int setimageflag = -1; /** * ??????? */ public vtkFXCanvas() { EventHandlermHandler0 = ( event ) -> mousePressed(event); EventHandlermHandler1 = ( event ) -> mouseDragged(event); EventHandlermHandler2 = ( event ) -> mouseReleased(event); EventHandlermHandler3 = ( event ) -> mouseWheelMoved(event); EventHandlermHandler4 = ( event ) -> mouseMoved(event); EventHandlermHandler5 = ( event ) -> mouseEntered(event); EventHandlermHandler6 = ( event ) -> mouseExited(event); EventHandlerkHandler0 = ( event ) -> keyTyped(event); // EventHandlerkHandler1 = ( event ) -> keyPressed(event); // EventHandlerkHandler2 = ( event ) -> keyReleased(event); imageNode.addEventHandler(MouseEvent.MOUSE_PRESSED , mHandler0 ); imageNode.addEventHandler(MouseEvent.MOUSE_DRAGGED , mHandler1 ); imageNode.addEventHandler(MouseEvent.MOUSE_RELEASED , mHandler2 ); imageNode.addEventHandler(ScrollEvent.SCROLL , mHandler3 ); imageNode.addEventHandler(MouseEvent.MOUSE_MOVED , mHandler4 ); imageNode.addEventHandler(MouseEvent.MOUSE_ENTERED , mHandler5 ); imageNode.addEventHandler(MouseEvent.MOUSE_EXITED , mHandler6 ); /* * ????????swingNode????????????? * vtkCanvas?????? * swingNode exists keyfocus , keyevent sends to vtkCanvas */ // imageNode.addEventHandler(KeyEvent.KEY_TYPED , kHandler1 ); // imageNode.addEventHandler(KeyEvent.KEY_PRESSED , kHandler0 ); // imageNode.addEventHandler(KeyEvent.KEY_RELEASED , kHandler2 ); // only for setimage method execute at key type. swingNode.addEventHandler(KeyEvent.KEY_TYPED , kHandler0 ); getChildren().add(swingNode); getChildren().add(imageNode); // can not see , but must be true swingNode.setVisible(true); imageNode.setFocusTraversable(false); swingNode.setFocusTraversable(true); imageNode.setVisible(true); imageNode.autosize(); // imageNode.requestFocus(); JPanel jcomp = new JPanel(); jcomp.setLayout(new BorderLayout()); jcomp.add(canvas3D, BorderLayout.CENTER); swingNode.setContent(jcomp); /* * ?????????????????????????? * ???????????????????????? * if below line does not insert , then smaller resize is bad. */ setMinSize(1, 1); } /** * ???????????????? * @param e FX?????????????? */ private void mousePressed(MouseEvent e) { setimageflag = 1; canvas3D.mousePressed(toSwingEvent(e)); } /** * ?????????????????? * @param e FX?????????????? */ private void mouseDragged(MouseEvent e) { setimageflag = 2; canvas3D.mouseDragged(toSwingEvent(e)); } /** * ?????????????????? * @param e FX?????????????? */ private void mouseReleased(MouseEvent e) { setimageflag = 4; canvas3D.mouseReleased(toSwingEvent(e)); } /** * ???????????????? * @param e FX?????????????? */ private void mouseEntered(MouseEvent e) { setimageflag = 8; canvas3D.mouseEntered(toSwingEvent(e)); } /** * ???????????????? * @param e FX?????????????? */ private void mouseExited(MouseEvent e) { setimageflag = 16; canvas3D.mouseExited(toSwingEvent(e)); } /** * ????????????????? * @param e FX?????????????? */ private void mouseMoved(MouseEvent e) { // not repaint on mouse Move setimageflag = 0; canvas3D.mouseMoved(toSwingEvent(e)); } /** * ??????????????????? * @param e FX?????????????? */ private void mouseWheelMoved(ScrollEvent e) { int modifiers = 0; int scrollType = MouseWheelEvent.WHEEL_UNIT_SCROLL; int scrollAmount = e.getTouchCount(); int wheelRotation = (int)e.getDeltaY(); // System.out.println("wheelRotation="+wheelRotation); if(e.isShiftDown()) modifiers+= java.awt.event.InputEvent.SHIFT_MASK; if(e.isAltDown()) modifiers+= java.awt.event.InputEvent.ALT_MASK; if(e.isControlDown()) modifiers+= java.awt.event.InputEvent.CTRL_MASK; MouseWheelEvent mwe = new MouseWheelEvent(canvas3D, MouseWheelEvent.WHEEL_UNIT_SCROLL, System.currentTimeMillis(), modifiers, (int)e.getX(), (int)e.getY(), e.getTouchCount(), false, scrollType, scrollAmount, wheelRotation); setimageflag = 64; canvas3D.mouseWheelMoved(mwe); } /** * FX???????????????Swing???????????????????? * @param e FX?????????????? * @return Swing?????????????? */ private java.awt.event.MouseEvent toSwingEvent(MouseEvent e) { int modifiers = 0; int button = 0; if(e.isShiftDown()) modifiers+= java.awt.event.InputEvent.SHIFT_MASK; if(e.isAltDown()) modifiers+= java.awt.event.InputEvent.ALT_MASK; if(e.isControlDown()) modifiers+= java.awt.event.InputEvent.CTRL_MASK; if(e.getButton() == MouseButton.PRIMARY) modifiers += java.awt.event.InputEvent.BUTTON1_MASK; if(e.getButton() == MouseButton.MIDDLE) modifiers += java.awt.event.InputEvent.BUTTON2_MASK; if(e.getButton() == MouseButton.SECONDARY) modifiers += java.awt.event.InputEvent.BUTTON3_MASK; if(e.getButton() == MouseButton.PRIMARY) button = 0; if(e.getButton() == MouseButton.MIDDLE) button = 1; if(e.getButton() == MouseButton.SECONDARY) button = 2; // System.out.println("button="+button+", modifiers="+modifiers+", setimageflag="+setimageflag); // System.out.println("X="+e.getX()+", Y="+e.getY()+", getClickCount="+e.getClickCount()); java.awt.event.MouseEvent event = new java.awt.event.MouseEvent(canvas3D, button, System.currentTimeMillis(), modifiers, (int)e.getX(), (int)e.getY(), e.getClickCount(), false); return event; } /** * ??????????????? * @param e FX??????? */ private void keyTyped(KeyEvent e) { setimageflag = 128; canvas3D.keyTyped(toSwingEvent(e)); } /** * ?????????????? * @param e FX??????? */ private void keyPressed(KeyEvent e) { setimageflag = 256; canvas3D.keyPressed(toSwingEvent(e)); } /** * ???????????????? * @param e FX??????? */ private void keyReleased(KeyEvent e) { setimageflag = 512; canvas3D.keyReleased(toSwingEvent(e)); } /** * FX?????????????Swing??????????????????? * @param e FX????????????? * @return Swing????????????? */ private java.awt.event.KeyEvent toSwingEvent(KeyEvent e) { int id = 0; long when = System.currentTimeMillis(); int modifiers = 0; if(e.isShiftDown()) modifiers+= java.awt.event.InputEvent.SHIFT_MASK; if(e.isControlDown()) modifiers+= java.awt.event.InputEvent.CTRL_MASK; if(e.isAltDown()) modifiers+= java.awt.event.InputEvent.ALT_MASK; char keychar = e.getCharacter().charAt(0); int keycode = Integer.valueOf(keychar); // System.out.println("keyChar="+keychar+", keyCode="+keycode+", setimageflag="+setimageflag); java.awt.event.KeyEvent event = new java.awt.event.KeyEvent(canvas3D, id, when, modifiers, keycode, keychar); return event; } /** * vtkCanvas???????FX?ImageView?????????????? * ?????? */ public synchronized void setImage() { long st = System.currentTimeMillis(); vtkWindowToImageFilter w2if = new vtkWindowToImageFilter(); canvas3D.lock(); /** * ???????????Widget???????????????? * insert below line , then Widget controll is fine. */ canvas3D.getRenderWindowInteractor().SetEnableRender(false); w2if.SetInput(canvas3D.GetRenderWindow()); w2if.Update(); canvas3D.unlock(); writer.SetInput(w2if.GetOutput()); writer.SetFileName(tempFile.getPath()); writer.Write(); javafx.scene.image.Image img = new javafx.scene.image.Image(uri); imageNode.setImage(img); // imageNode.setImage(createWritableImage()); long en = System.currentTimeMillis(); long diff = en-st+10; if(repaintInterval < diff) { // System.out.println("Copy imege time="+(diff-10)+" msec"); repaintInterval = (int)diff; } else { repaintimer.setDelay(repaintInterval-=5); // System.out.println("repaint interval ="+repaintInterval); } // System.out.println("setimageflag="+setimageflag); } /** * ????????? */ public boolean isResizable() { return true; } /** * ?????????????? * @param width ? * @param height ?? */ public void setSize(int width, int height) { canvas3D.setSize(width, height); } /** * ?????Swing???????????? * @return vtkCanvas */ public vtkCanvas getCanvas3D() { return canvas3D; } /** * ???????????????? * @return ?????????? */ public Timer getRepaintimer() { return repaintimer; } /** * ????????? * @param actor ???????? */ public void addActor(vtkActor actor) { canvas3D.GetRenderer().AddActor(actor); } /** * ?????????????????????????????? * ?????????????????????????????? *

* This method execute after scene created. *

*/ public void renderStart() { imageNode.fitWidthProperty().bind(widthProperty()); imageNode.fitHeightProperty().bind(heightProperty()); /* * ?????????????? */ repaintimer = new Timer(repaintInterval, new ActionListener() { @Override public void actionPerformed(ActionEvent e) { if(setimageflag == -1) { setImage(); setimageflag = 1; canvas3D.GetRenderer().ResetCamera(); } else if(setimageflag > 0) { setImage(); setimageflag = 0; SwingUtilities.invokeLater(() -> { canvas3D.repaint(); // System.out.println("repaint"); }); } } }); repaintimer.setInitialDelay(800); repaintimer.start(); } /** * ???????????????????????? */ public void finalize() { try { super.finalize(); repaintimer.stop(); tempFile.delete(); setimageflag = -1; } catch (Throwable e) { e.printStackTrace(); } } } -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-and-JavaFX-tp5728083p5743332.html Sent from the VTK - Users mailing list archive at Nabble.com. From bill.q.hdp at gmail.com Sun May 21 05:25:38 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Sun, 21 May 2017 17:25:38 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Can anybody help? Many thanks. Many thanks. Bill On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: > Hello Everyone, > I encountered a weird problem in coordinate conversion. > > In order to check the accuracy, I converted from display to world, and > from world back to display. Using the following ways: > > > *self.world_picker = vtk.vtkWorldPointPicker()* > > *def *display_to_world(self, pt): > self.world_picker.Pick(pt[0], pt[1], 0, self.ren) > picker_pt = self.world_picker.GetPickPosition() > picker_pt = (picker_pt[0], picker_pt[1], 0) > *return *picker_pt > > *def *world_to_display(self, pt): > *if *len(pt) == 3: > pt = pt + (1.0,) > *elif *len(pt) == 2: > pt = pt + (0.0, 1.0) > self.ren.SetWorldPoint(pt) > self.ren.WorldToDisplay() > pt = self.ren.GetDisplayPoint() > pt = (pt[0], pt[1]) > *return *pt > > pt = [5, 5] > > world_pt = self. world_to_display(pt) > > display_pt = self. world_to_display(world_pt) > In some cases, it's quite accurate, which means pt equals display_pt. But, > in some cases, the result is simply wrong. For example, for (5, 5), after > conversions back to display, the coordinate becomes (20.89, 20.89). > > Any ideas? > > > Many thanks. > > > Bill > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Sun May 21 05:38:04 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Sun, 21 May 2017 17:38:04 +0800 Subject: [vtkusers] Screen coordinates to world coordinates, different results by using different methods Message-ID: Hi VTK Many thanks. Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Sun May 21 05:49:34 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Sun, 21 May 2017 17:49:34 +0800 Subject: [vtkusers] Screen coordinates to world coordinates, different results by using different methods Message-ID: Hi VTK Experts, Sorry for previous email that was sent by mistake. I have been trying to figure out how the coordinate system works in VTK for quite some time. I would like to convert screen coordinates into world coordinates, so I can mark the DICOM images properly using RTSTRUCT. So far, I have found two ways to do it, in python: Method 1: *def *display_to_world(self, pt): self.world_picker.Pick(pt[0], pt[1], 0, self.renderer) picker_pt = self.world_picker.GetPickPosition() *return *picker_pt Mehtod 2: *def *display_to_world(self, pt): worldPt = [0, 0, 0, 0] vtk.vtkInteractorObserver.ComputeDisplayToWorld(self.renderer, pt[0], pt[1], 0, worldPt) *return *worldPt[0] / worldPt[3], worldPt[1] / worldPt[3], worldPt[2] / worldPt[3] However, the result is different between these two methods. So far, using the vtkWorldPicker is returning the correct coordinates in most cases, while using ComputeDisplayToWorld is not. What's more confusing is that, if I just converted both results back to screen coordinates, only the result from ComputeDisplayToWorld is correct at all times. I used the following way to convert it from world back to screen: *def *world_to_display(self, pt): displayPt = [0, 0, 0] vtk.vtkInteractorObserver.ComputeWorldToDisplay(self.renderer, pt[0], pt[1], pt[2], displayPt) *return *displayPt[:2] What I have observed is that, ComputeDisplayToWorld always returns with a z value, but vtkWorldPicker method does not. Please let let me know if can help or you need more details. Many thanks. Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: From markcramerford at gmail.com Sun May 21 17:57:55 2017 From: markcramerford at gmail.com (Mark Cramerford) Date: Sun, 21 May 2017 23:57:55 +0200 Subject: [vtkusers] Comple Multipass Rendering example available? Message-ID: Dear all, I am trying to understand and implement the full parallel multipass rendering as it is performed by ParaView. The solution could work with or without IceT, as long as translucent geometry and volume rendering is supported. Two of the examples I am aware of are http://www.vtk.org/Wiki/VTK/ MultiPass_Rendering_With_IceT, which is quite well documentet, but doesn't work for translucent geometry, and http://www.vtk.org/gitweb?p= VTK.git;a=blob;f=Filters/Parallel/Testing/Cxx/DistributedDataRenderPass.cxx, which is just the code without documentation but supports transparency to some degree. Is the second example sufficiently complete to render all cases correctly that are dealt with in ParaView? Or what are the limitations of this example? Thank you so much, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From sankhesh.jhaveri at kitware.com Mon May 22 09:03:01 2017 From: sankhesh.jhaveri at kitware.com (Sankhesh Jhaveri) Date: Mon, 22 May 2017 13:03:01 +0000 Subject: [vtkusers] Announce: vtk 8.0.0.rc1 ready for testing Message-ID: The VTK maintenance team is happy to announce that VTK 8.0 has entered the release candidate stage. You can find the source, data and documentation tarballs here: http://www.vtk.org/download/#candidate Take a look at the VTK wiki for a complete list of API changes in v8.0.0 over the previous version. Please try this version of VTK and report any issues to the list or the bug tracker so that we can try to address them before the VTK 8.0.0 final. Kindly set the 8.0 milestone on the issues and merge requests to ensure that they are tracked during the remainder of the release process. The official release notes will be available when VTK final is released in the next few weeks. In the meantime, here is a preview of the significant differences over VTK 7.1.0: - VTK now allows use of some C++11 features and compiler optimizations. Take a look at the VTK Software Process document to see all the VTK C++11 features. This also means, beginning version 8.0.0, VTK requires a C++11 capable compiler to compile. - VTK-m , a toolkit providing specialized algorithms and data processing features for modern multi-threaded processors and HPC systems is now a part of VTK. And many other improvements and bug fixes across the code-base. We hope you enjoy this release of VTK! As always, contact Kitware and the mailing lists for assistance. Thanks, VTK Maintenance Team ? -- Sankhesh Jhaveri *Sr. Research & Development Engineer* | Kitware | (518) 881-4417 ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.lipsa at kitware.com Mon May 22 10:04:35 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Mon, 22 May 2017 10:04:35 -0400 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Bill, For display_to_world, the picker picks up only what is visible (closes to the camera). You might have several objects (several values in world coordinates) that end up over the same display coordinate. This might explain why adding those text actors changes what you pick. Dan On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: > Can anybody help? Many thanks. > > Many thanks. > > > Bill > > On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: > >> Hello Everyone, >> I encountered a weird problem in coordinate conversion. >> >> In order to check the accuracy, I converted from display to world, and >> from world back to display. Using the following ways: >> >> >> *self.world_picker = vtk.vtkWorldPointPicker()* >> >> *def *display_to_world(self, pt): >> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >> picker_pt = self.world_picker.GetPickPosition() >> picker_pt = (picker_pt[0], picker_pt[1], 0) >> *return *picker_pt >> >> *def *world_to_display(self, pt): >> *if *len(pt) == 3: >> pt = pt + (1.0,) >> *elif *len(pt) == 2: >> pt = pt + (0.0, 1.0) >> self.ren.SetWorldPoint(pt) >> self.ren.WorldToDisplay() >> pt = self.ren.GetDisplayPoint() >> pt = (pt[0], pt[1]) >> *return *pt >> >> pt = [5, 5] >> >> world_pt = self. world_to_display(pt) >> >> display_pt = self. world_to_display(world_pt) >> In some cases, it's quite accurate, which means pt equals display_pt. >> But, in some cases, the result is simply wrong. For example, for (5, 5), >> after conversions back to display, the coordinate becomes (20.89, 20.89). >> >> Any ideas? >> >> >> Many thanks. >> >> >> Bill >> > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lplavorante at gmail.com Mon May 22 10:57:40 2017 From: lplavorante at gmail.com (Luca Pallozzi Lavorante) Date: Mon, 22 May 2017 11:57:40 -0300 Subject: [vtkusers] Can I disable scalar interpolation in vtkCutter? Message-ID: Hi vtkusers, I am using vtkCutter to generate a clipping plane from an unstructured grid. I am using VTK 7.0. I have a vtkUnsignedShort as the unstructured grid's data, and my scalars are codes into a geological lithology table, so there is no interpolation among values. I have verified thar vtkCutter's output, the vtkPolyData object I use to display the cut, contains the same scalar data, but some of the values generated along the cut were not inserted in the original dataSet. For example, the original data was {0,1 2 3 4, 10}, but I get {0, 1, 2, 3 4, 11} in the vtkPolyData attributes. I thought this might be the result of some kind of interpolation, but I need the exact scalar values encountered along the cut. Is there any way to obtain that using vtkCutter? Thanks in advance for any help Luca Pallozzi Lavorante -------------- next part -------------- An HTML attachment was scrubbed... URL: From robert.maynard at kitware.com Mon May 22 11:36:43 2017 From: robert.maynard at kitware.com (Robert Maynard) Date: Mon, 22 May 2017 11:36:43 -0400 Subject: [vtkusers] VTK now allows C++11 Message-ID: Since the start of 2017 we have incrementally updated VTK to require a C++11 compiler. Now with the feedback completed on what C++11 features VTK should allow, I am happy to announce that a subset of C++11 can now be used in VTK. If you haven't been following the previous announcements, we have updated the VTK Software Process document to explicitly state what C++11 features VTK will allow (read at https://goo.gl/kSr28x). -------------- next part -------------- An HTML attachment was scrubbed... URL: From ruvva at yahoo.com Mon May 22 15:24:53 2017 From: ruvva at yahoo.com (Koteswara Rao Ruvva) Date: Mon, 22 May 2017 19:24:53 +0000 (UTC) Subject: [vtkusers] Distance filter References: <1535723842.3962816.1495481093544.ref@mail.yahoo.com> Message-ID: <1535723842.3962816.1495481093544@mail.yahoo.com> I have the following code to compute the distance between two polygonal actors.? def ComputeDistanceFilter(sourceActor, targetActor):? ??? ? clean1 = vtk.vtkCleanPolyData()? ? clean1.SetInputData(sourceActor.GetMapper().GetInput())? ? clean2 = vtk.vtkCleanPolyData()? ? clean2.SetInputData(targetActor.GetMapper().GetInput()) ? ? distanceFilter = vtk.vtkDistancePolyDataFilter()? ? distanceFilter.SetInputConnection(0, clean1.GetOutputPort())? ? distanceFilter.SetInputConnection(1, clean2.GetOutputPort())? ? distanceFilter.Update() I am not sure where and how the transformation of the actors should be used while computing the distance filter. Thank youRao -------------- next part -------------- An HTML attachment was scrubbed... URL: From siva.yedithi at gmail.com Mon May 22 18:24:10 2017 From: siva.yedithi at gmail.com (Neel Patel 0-0-0) Date: Mon, 22 May 2017 15:24:10 -0700 (MST) Subject: [vtkusers] Help with output of vtkImageReslice Message-ID: <1495491850270-5743352.post@n5.nabble.com> Hi. I'm fairly new to VTK and I can write some small/simple programs. Recently I decided to try slicing a 3D cube that is spilt into black, gray and white regions. The split colors were mostly to get familiar with which axis I'm cutting through/viewing. I've looked at the ImageSlicing.cxx example and tried to use that as a guide. I can get a slice but it looks nothing like part the original cube. Also I've pasted the code that I'm using to get the slice. The colors seem right but are mixed up in the wrong order. I'm not sure if it's because I did something wrong in the process or the lookup table, which admittedly I'm not very familiar with. Any help would be greatly appreciated. Thanks! // Filters int[] extent = imageImport.GetOutput().GetExtent(); double[] spacing = imageImport.GetOutput().GetSpacing(); double[] origin = imageImport.GetOutput().GetOrigin(); double[] center = new double[3]; center[0] = origin[0] + spacing[0] * 0.5 * (extent[0] + extent[1]); center[1] = origin[1] + spacing[1] * 0.5 * (extent[2] + extent[3]); center[2] = origin[2] + spacing[2] * 0.5 * (extent[4] + extent[5]); // Matrices for axial, coronal, sagittal, oblique view orientations double[] axialElements = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 }; //static double coronalElements[16] = { // 1, 0, 0, 0, // 0, 0, 1, 0, // 0,-1, 0, 0, // 0, 0, 0, 1 }; // double[] sagittalElements = { //0, 0,-1, 0, //1, 0, 0, 0, //0,-1, 0, 0, //0, 0, 0, 1 }; //static double obliqueElements[16] = { // 1, 0, 0, 0, // 0, 0.866025, -0.5, 0, // 0, 0.5, 0.866025, 0, // 0, 0, 0, 1 }; GCHandle atp = GCHandle.Alloc(axialElements, GCHandleType.Pinned); vtkMatrix4x4 resliceAxes = vtkMatrix4x4.New(); resliceAxes.DeepCopy(atp.AddrOfPinnedObject()); // Set the point through which to slice resliceAxes.SetElement(0, 3, center[0]); resliceAxes.SetElement(1, 3, center[1]); resliceAxes.SetElement(2, 3, center[2]); vtkImageReslice reslice = vtkImageReslice.New(); reslice.SetInputConnection(imageImport.GetOutputPort()); reslice.SetOutputDimensionality(2); reslice.SetResliceAxesOrigin(0, 0, 0); reslice.SetResliceAxes(resliceAxes); reslice.SetInterpolationModeToNearestNeighbor(); //// Create a greyscale lookup table vtkLookupTable table = vtkLookupTable.New(); table.SetRange(0, 500); // image intensity range table.SetValueRange(0.0, 1); // from black to white table.SetSaturationRange(0.0, 0); // no color saturation table.SetRampToLinear(); table.Build(); // Map the image through the lookup table vtkImageMapToColors color = vtkImageMapToColors.New(); color.SetLookupTable(table); color.SetInputConnection(reslice.GetOutputPort()); // Display the image vtkImageActor actor = vtkImageActor.New(); actor.SetInput(color.GetOutput()); vtkRenderer renderer = renderWindowControl2.RenderWindow.GetRenderers().GetFirstRenderer(); renderer.SetBackground(1, 1, 1); renderer.AddActor(actor); -- View this message in context: http://vtk.1045678.n5.nabble.com/Help-with-output-of-vtkImageReslice-tp5743352.html Sent from the VTK - Users mailing list archive at Nabble.com. From marcinwas94 at interia.pl Tue May 23 07:02:36 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Tue, 23 May 2017 04:02:36 -0700 (MST) Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: References: <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> <20170516141349.GA3569@megas.kitware.com> <1494949983133-5743263.post@n5.nabble.com> <20170516175538.GA32636@rotor> Message-ID: <1495537356924-5743356.post@n5.nabble.com> In fact nothing worked. May someone share working configuration for GUI development on Windows 8.1 with links for download (VTK version, CMake version, Qt and Microsoft Visual Studio versions) and if possible step by step installation tutorial, please? Thank you, Marcin -- View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743356.html Sent from the VTK - Users mailing list archive at Nabble.com. From elvis.stansvik at orexplore.com Tue May 23 07:47:22 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Tue, 23 May 2017 13:47:22 +0200 Subject: [vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015 In-Reply-To: <1495537356924-5743356.post@n5.nabble.com> References: <1494843171462-5743222.post@n5.nabble.com> <20170515143453.GA32097@megas.kitware.com> <1494868521249-5743235.post@n5.nabble.com> <20170515173015.GC26202@megas.kitware.com> <1494940548422-5743247.post@n5.nabble.com> <20170516141349.GA3569@megas.kitware.com> <1494949983133-5743263.post@n5.nabble.com> <20170516175538.GA32636@rotor> <1495537356924-5743356.post@n5.nabble.com> Message-ID: 2017-05-23 13:02 GMT+02:00 MarWas18 : > In fact nothing worked. May someone share working configuration for GUI > development on Windows 8.1 with links for download (VTK version, CMake > version, Qt and Microsoft Visual Studio versions) and if possible step by > step installation tutorial, please? Since my setup is quite similar to yours (though I don't use the IDE part of MSVC, only the compiler), here it goes: 1. Install Visual C++ 2015 Build Tools (http://landinghub.visualstudio.com/visual-cpp-build-tools) 2. Install CMake 3.7.2 from installer (https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.msi) 3. Install Ninja 1.7.2 by unpacking .zip (https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip) 4. Install Qt 5.6.2 from offline installer (http://download.qt.io/official_releases/qt/5.6/5.6.2/qt-opensource-windows-x86-msvc2015_64-5.6.2.exe) All of these are for Windows 64-bit. Then, to get a command prompt suitable for building VTK with Qt support: 1. Start a "Qt 5.6 64-bit for Desktop (MSVC 2015)" command prompt (a shortcut is installed by Qt). 2. Choose the correct compiler by running: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 Then, assuming 1. Qt was installed to %HOMEDRIVE%%HOMEPATH%/Qt. 2. The VTK source is in %HOMEDRIVE%%HOMEPATH%\VTK-7.1.1 3. You want to install VTK to %HOMEDRIVE%%HOMEPATH%\VTK-7.1.1-inst 4. The ninja.exe executable is in %HOMEDRIVE%%HOMEPATH%\ninja.exe you can configure, build and install VTK with cd %HOMEDRIVE%%HOMEPATH%\VTK-7.1.1 mkdir build cd build cmake ^ -DCMAKE_INSTALL_PREFIX=%HOMEDRIVE%%HOMEPATH%\VTK-7.1.1-inst ^ -DVTK_Group_Qt=ON ^ -DVTK_QT_VERSION=5 ^ -DQt5_DIR=%HOMEDRIVE%%HOMEPATH%/Qt/Qt5.6.2/5.6/msvc2015_64/lib/cmake/Qt5 ^ -DVTK_Group_Imaging=ON ^ -DVTK_Group_Views=ON ^ -DVTK_Group_MPI=OFF ^ -DVTK_Group_Tk=OFF ^ -DVTK_Group_Web=OFF ^ -DVTK_Group_StandAlone=OFF ^ -DBUILD_TESTING=OFF ^ -DVTK_USE_SYSTEM_LIBRARIES=OFF ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_MAKE_PROGRAM=%HOMEDRIVE%%HOMEPATH%\ninja.exe ^ -GNinja ^ .. cmake --build . --config Release cmake --build . --target install Obviously, the flags for enabling/disabling stuff will look different depending on what you want. Newer version of CMake should work, it's just that 3.7.2 was the latest when I did this. Hope that helps, Elvis > > Thank you, > Marcin > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743356.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From bill.q.hdp at gmail.com Tue May 23 09:40:41 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Tue, 23 May 2017 21:40:41 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Hi Dan, Thanks a lot for the reply. Yes, that's exactly the case. If I remove the text actors, the world picker would return the correct coordinates. So, what method should I use in order to get the correct coordinates no matter how many actors I put in with the dicom image reader actor? Many thanks. Bill On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa wrote: > Bill, > For display_to_world, the picker picks up only what is visible (closes to > the camera). You might have several objects (several values in world > coordinates) that end up over the same display coordinate. This might > explain why adding those text actors changes what you pick. > > Dan > > > > On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: > >> Can anybody help? Many thanks. >> >> Many thanks. >> >> >> Bill >> >> On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: >> >>> Hello Everyone, >>> I encountered a weird problem in coordinate conversion. >>> >>> In order to check the accuracy, I converted from display to world, and >>> from world back to display. Using the following ways: >>> >>> >>> *self.world_picker = vtk.vtkWorldPointPicker()* >>> >>> *def *display_to_world(self, pt): >>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>> picker_pt = self.world_picker.GetPickPosition() >>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>> *return *picker_pt >>> >>> *def *world_to_display(self, pt): >>> *if *len(pt) == 3: >>> pt = pt + (1.0,) >>> *elif *len(pt) == 2: >>> pt = pt + (0.0, 1.0) >>> self.ren.SetWorldPoint(pt) >>> self.ren.WorldToDisplay() >>> pt = self.ren.GetDisplayPoint() >>> pt = (pt[0], pt[1]) >>> *return *pt >>> >>> pt = [5, 5] >>> >>> world_pt = self. world_to_display(pt) >>> >>> display_pt = self. world_to_display(world_pt) >>> In some cases, it's quite accurate, which means pt equals display_pt. >>> But, in some cases, the result is simply wrong. For example, for (5, 5), >>> after conversions back to display, the coordinate becomes (20.89, 20.89). >>> >>> Any ideas? >>> >>> >>> Many thanks. >>> >>> >>> Bill >>> >> >> >> _______________________________________________ >> 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: >> http://public.kitware.com/mailman/listinfo/vtkusers >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.lipsa at kitware.com Tue May 23 10:16:06 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Tue, 23 May 2017 10:16:06 -0400 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: I think moving those text actors on a different renderer will solve your problem. Dan On Tue, May 23, 2017 at 9:40 AM, Bill Q wrote: > Hi Dan, > Thanks a lot for the reply. Yes, that's exactly the case. If I remove the > text actors, the world picker would return the correct coordinates. So, > what method should I use in order to get the correct coordinates no matter > how many actors I put in with the dicom image reader actor? > > Many thanks. > > > Bill > > On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa wrote: > >> Bill, >> For display_to_world, the picker picks up only what is visible (closes to >> the camera). You might have several objects (several values in world >> coordinates) that end up over the same display coordinate. This might >> explain why adding those text actors changes what you pick. >> >> Dan >> >> >> >> On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: >> >>> Can anybody help? Many thanks. >>> >>> Many thanks. >>> >>> >>> Bill >>> >>> On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: >>> >>>> Hello Everyone, >>>> I encountered a weird problem in coordinate conversion. >>>> >>>> In order to check the accuracy, I converted from display to world, and >>>> from world back to display. Using the following ways: >>>> >>>> >>>> *self.world_picker = vtk.vtkWorldPointPicker()* >>>> >>>> *def *display_to_world(self, pt): >>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>>> picker_pt = self.world_picker.GetPickPosition() >>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>>> *return *picker_pt >>>> >>>> *def *world_to_display(self, pt): >>>> *if *len(pt) == 3: >>>> pt = pt + (1.0,) >>>> *elif *len(pt) == 2: >>>> pt = pt + (0.0, 1.0) >>>> self.ren.SetWorldPoint(pt) >>>> self.ren.WorldToDisplay() >>>> pt = self.ren.GetDisplayPoint() >>>> pt = (pt[0], pt[1]) >>>> *return *pt >>>> >>>> pt = [5, 5] >>>> >>>> world_pt = self. world_to_display(pt) >>>> >>>> display_pt = self. world_to_display(world_pt) >>>> In some cases, it's quite accurate, which means pt equals display_pt. >>>> But, in some cases, the result is simply wrong. For example, for (5, 5), >>>> after conversions back to display, the coordinate becomes (20.89, 20.89). >>>> >>>> Any ideas? >>>> >>>> >>>> Many thanks. >>>> >>>> >>>> Bill >>>> >>> >>> >>> _______________________________________________ >>> 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: >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Tue May 23 11:39:03 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Tue, 23 May 2017 23:39:03 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: I just gave it a try. But when I added another renderer into the window that I used for text actors, it overlaps and covered the first renderer. So the first renderer won't show up. Is there a solution? Many thanks. Bill On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa wrote: > I think moving those text actors on a different renderer will solve your > problem. > > Dan > > > On Tue, May 23, 2017 at 9:40 AM, Bill Q wrote: > >> Hi Dan, >> Thanks a lot for the reply. Yes, that's exactly the case. If I remove the >> text actors, the world picker would return the correct coordinates. So, >> what method should I use in order to get the correct coordinates no matter >> how many actors I put in with the dicom image reader actor? >> >> Many thanks. >> >> >> Bill >> >> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa >> wrote: >> >>> Bill, >>> For display_to_world, the picker picks up only what is visible (closes >>> to the camera). You might have several objects (several values in world >>> coordinates) that end up over the same display coordinate. This might >>> explain why adding those text actors changes what you pick. >>> >>> Dan >>> >>> >>> >>> On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: >>> >>>> Can anybody help? Many thanks. >>>> >>>> Many thanks. >>>> >>>> >>>> Bill >>>> >>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: >>>> >>>>> Hello Everyone, >>>>> I encountered a weird problem in coordinate conversion. >>>>> >>>>> In order to check the accuracy, I converted from display to world, and >>>>> from world back to display. Using the following ways: >>>>> >>>>> >>>>> *self.world_picker = vtk.vtkWorldPointPicker()* >>>>> >>>>> *def *display_to_world(self, pt): >>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>>>> picker_pt = self.world_picker.GetPickPosition() >>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>>>> *return *picker_pt >>>>> >>>>> *def *world_to_display(self, pt): >>>>> *if *len(pt) == 3: >>>>> pt = pt + (1.0,) >>>>> *elif *len(pt) == 2: >>>>> pt = pt + (0.0, 1.0) >>>>> self.ren.SetWorldPoint(pt) >>>>> self.ren.WorldToDisplay() >>>>> pt = self.ren.GetDisplayPoint() >>>>> pt = (pt[0], pt[1]) >>>>> *return *pt >>>>> >>>>> pt = [5, 5] >>>>> >>>>> world_pt = self. world_to_display(pt) >>>>> >>>>> display_pt = self. world_to_display(world_pt) >>>>> In some cases, it's quite accurate, which means pt equals display_pt. >>>>> But, in some cases, the result is simply wrong. For example, for (5, 5), >>>>> after conversions back to display, the coordinate becomes (20.89, 20.89). >>>>> >>>>> Any ideas? >>>>> >>>>> >>>>> Many thanks. >>>>> >>>>> >>>>> Bill >>>>> >>>> >>>> >>>> _______________________________________________ >>>> 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: >>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.lipsa at kitware.com Tue May 23 12:02:14 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Tue, 23 May 2017 12:02:14 -0400 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Not sure what is going on. Do the objects you are rendering have the same world coordinates? Are both renderers added to the rendering window? Here is an example with multiple renderer (they are over different viewports but they could have the same viewport as well) http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports On Tue, May 23, 2017 at 11:39 AM, Bill Q wrote: > I just gave it a try. But when I added another renderer into the window > that I used for text actors, it overlaps and covered the first renderer. So > the first renderer won't show up. Is there a solution? > > Many thanks. > > > Bill > > On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa wrote: > >> I think moving those text actors on a different renderer will solve your >> problem. >> >> Dan >> >> >> On Tue, May 23, 2017 at 9:40 AM, Bill Q wrote: >> >>> Hi Dan, >>> Thanks a lot for the reply. Yes, that's exactly the case. If I remove >>> the text actors, the world picker would return the correct coordinates. So, >>> what method should I use in order to get the correct coordinates no matter >>> how many actors I put in with the dicom image reader actor? >>> >>> Many thanks. >>> >>> >>> Bill >>> >>> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa >>> wrote: >>> >>>> Bill, >>>> For display_to_world, the picker picks up only what is visible (closes >>>> to the camera). You might have several objects (several values in world >>>> coordinates) that end up over the same display coordinate. This might >>>> explain why adding those text actors changes what you pick. >>>> >>>> Dan >>>> >>>> >>>> >>>> On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: >>>> >>>>> Can anybody help? Many thanks. >>>>> >>>>> Many thanks. >>>>> >>>>> >>>>> Bill >>>>> >>>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: >>>>> >>>>>> Hello Everyone, >>>>>> I encountered a weird problem in coordinate conversion. >>>>>> >>>>>> In order to check the accuracy, I converted from display to world, >>>>>> and from world back to display. Using the following ways: >>>>>> >>>>>> >>>>>> *self.world_picker = vtk.vtkWorldPointPicker()* >>>>>> >>>>>> *def *display_to_world(self, pt): >>>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>>>>> picker_pt = self.world_picker.GetPickPosition() >>>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>>>>> *return *picker_pt >>>>>> >>>>>> *def *world_to_display(self, pt): >>>>>> *if *len(pt) == 3: >>>>>> pt = pt + (1.0,) >>>>>> *elif *len(pt) == 2: >>>>>> pt = pt + (0.0, 1.0) >>>>>> self.ren.SetWorldPoint(pt) >>>>>> self.ren.WorldToDisplay() >>>>>> pt = self.ren.GetDisplayPoint() >>>>>> pt = (pt[0], pt[1]) >>>>>> *return *pt >>>>>> >>>>>> pt = [5, 5] >>>>>> >>>>>> world_pt = self. world_to_display(pt) >>>>>> >>>>>> display_pt = self. world_to_display(world_pt) >>>>>> In some cases, it's quite accurate, which means pt equals display_pt. >>>>>> But, in some cases, the result is simply wrong. For example, for (5, 5), >>>>>> after conversions back to display, the coordinate becomes (20.89, 20.89). >>>>>> >>>>>> Any ideas? >>>>>> >>>>>> >>>>>> Many thanks. >>>>>> >>>>>> >>>>>> Bill >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> 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: >>>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From siva.yedithi at gmail.com Tue May 23 12:39:03 2017 From: siva.yedithi at gmail.com (Neel Patel 0-0-0) Date: Tue, 23 May 2017 09:39:03 -0700 (MST) Subject: [vtkusers] Help with output of vtkImageReslice In-Reply-To: <1495491850270-5743352.post@n5.nabble.com> References: <1495491850270-5743352.post@n5.nabble.com> Message-ID: <1495557543875-5743365.post@n5.nabble.com> Also I forgot to mention that the window with the green background is the original 3D cubr and the window to the right is the slice. -- View this message in context: http://vtk.1045678.n5.nabble.com/Help-with-output-of-vtkImageReslice-tp5743352p5743365.html Sent from the VTK - Users mailing list archive at Nabble.com. From jcplatt at dsl.pipex.com Tue May 23 15:25:29 2017 From: jcplatt at dsl.pipex.com (John Platt) Date: Tue, 23 May 2017 20:25:29 +0100 Subject: [vtkusers] Extrude along a polyline Message-ID: <0684113c-26a9-1b9b-00c5-67369e31fe10@dsl.pipex.com> Hi, I would like to extrude some 2d polydata along a polyline. Something like vtkTubeFilter but not a circular section or vtkLinearExtrusionFilter applied to each line segment. Any suggestions or advice would be very much appreciated. Thanks, John. From brooksby at ge.com Tue May 23 15:38:35 2017 From: brooksby at ge.com (Brooksby, Glen W (GE Global Research, US)) Date: Tue, 23 May 2017 19:38:35 +0000 Subject: [vtkusers] VTK 7.1.1 iOS build Message-ID: I'm attempting to build VTK (v7.1.1) for iOS and I've run into problems. In looking at the top level CMakeLists.txt file I see a stanza that says: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) return() endif() The only instructions I see for building VTK for iOS are here. These instructions say to set VTK_IOS_BUILD=ON and a few other variables. However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to "return", or quit processing the top-level CMakeLists.txt file. Yet further down in the same CMakeLists.txt file I see: if (ANDROID OR APPLE_IOS) ... and if (APPLE_IOS)... These two conditionals seem to be targeting iOS, but will never be reached if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor instructions to set it. For my case I changed the first stanza to: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) SET (APPLE_IOS 1) #return() endif() Configure, generate, and the build seems to get much further, but the build still breaks when building for the simulator (in vtkGL2PSExporter.cxx because it's not finding vtk_gl2ps.h). A framework is produced, but it appears to be incomplete. Specifically, vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused by APPLE_IOS being set. Because of this the iOS example GLPaint cannot be built. Is there anyone who is having success building VTK 7.1.1 for iOS who can shed some light on this or provide more thorough instructions? Would a different version have more success? A VTK Framework does appear to have been produced. For reference I'm building VTK 7.1.1, using CMake version 3.8.0. I'm building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. Thanks, Glen Brooksby -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Tue May 23 15:49:38 2017 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Tue, 23 May 2017 15:49:38 -0400 Subject: [vtkusers] Extrude along a polyline In-Reply-To: <0684113c-26a9-1b9b-00c5-67369e31fe10@dsl.pipex.com> References: <0684113c-26a9-1b9b-00c5-67369e31fe10@dsl.pipex.com> Message-ID: John, I don't think vtk has such a filter. You could make copy of your 2d polydata at each point in the polyline. Then generate a ruled surface between each pair of polydata's. The tricky part is to orient the polydata properly. A recently added remote module computes the FrenetSerretFrame along a line: https://lorensen.github.io/VTKExamples/site/Cxx/Remote/FrenetSerretFrame/ The resulting frame could be used to align the polydata. Just a half-baked idea, Bill On Tue, May 23, 2017 at 3:25 PM, John Platt wrote: > Hi, > > I would like to extrude some 2d polydata along a polyline. Something like > vtkTubeFilter but not a circular section or vtkLinearExtrusionFilter applied > to each line segment. Any suggestions or advice would be very much > appreciated. > > Thanks, > > John. > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers -- Unpaid intern in BillsBasement at noware dot com From shawn.waldon at kitware.com Tue May 23 15:51:36 2017 From: shawn.waldon at kitware.com (Shawn Waldon) Date: Tue, 23 May 2017 15:51:36 -0400 Subject: [vtkusers] ANN: Removing unmaintained modules vtkFiltersStatisticsGnuR and vtkFiltersMatlab Message-ID: Hi all, The vtkFiltersStatisticsGnuR and vtkFiltersMatlab modules in VTK currently do not have a maintainer and are untested. Does anyone use these? We are planning to remove these modules from VTK itself as they depend on code with non-permissive licenses and are unmaintained. If you are a user of one of these modules and would like to see it continue, it should be made into a remote module and someone will have to volunteer to maintain it. More information about remote modules can be found here [1]. Shawn [1]: http://www.vtk.org/Wiki/VTK/Remote_Modules -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken.martin at kitware.com Tue May 23 15:57:59 2017 From: ken.martin at kitware.com (Ken Martin) Date: Tue, 23 May 2017 15:57:59 -0400 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: Message-ID: The ios build of VTK starts at the top where it sets up subdirectories and then recursively calls cmake on VTK for those subdirectories with specific options. So the return at the top is correct. When the build process is building the subdirectories it will process that same file with different settings where it will get to those later if statements. Also you can look at https://open.cdash.org/viewNotes.php?buildid=4909344 which shows how the nightly dashboard is setup for iOS. Hope that helps! Ken On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) < brooksby at ge.com> wrote: > I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. > In looking at the top level CMakeLists.txt file I see a stanza that says: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > return() > > endif() > > > > The only instructions I see for building VTK for iOS are here > . These > instructions say to set VTK_IOS_BUILD=ON and a few other variables. > > However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, > or quit processing the top-level CMakeLists.txt file. Yet further down in > the same CMakeLists.txt file I see: > > > > if (ANDROID OR APPLE_IOS) ? > > > > and > > > > if (APPLE_IOS)? > > > > These two conditionals seem to be targeting iOS, but will never be reached > if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor > instructions to set it. > > > > For my case I changed the first stanza to: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > SET (APPLE_IOS 1) > > #return() > > endif() > > > > Configure, generate, and the build seems to get much further, but the > build still breaks when building for the simulator (in vtkGL2PSExporter.cxx > because it?s not finding vtk_gl2ps.h). > > > > A framework is produced, but it appears to be incomplete. Specifically, > vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused > by APPLE_IOS being set. Because of this the iOS example GLPaint cannot > be built. > > > > Is there anyone who is having success building VTK 7.1.1 for iOS who can > shed some light on this or provide more thorough instructions? Would a > different version have more success? A VTK Framework does appear to have > been produced. > > > > For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m > building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. > > > > Thanks, > > > > Glen Brooksby > > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From brooksby at ge.com Tue May 23 17:03:34 2017 From: brooksby at ge.com (Brooksby, Glen W (GE Global Research, US)) Date: Tue, 23 May 2017 21:03:34 +0000 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: Message-ID: Thanks for the prompt reply Ken. I?ll give it another go. The only difference I see between your build and mine is OPENGL_ES_VERSION=3.0, and BUILD_EXAMPLES=ON, whereas I had ES=2.0 and examples off. I?ll make the change and see what happens. Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Tuesday, May 23, 2017 3:58 PM To: Brooksby, Glen W (GE Global Research, US) Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build The ios build of VTK starts at the top where it sets up subdirectories and then recursively calls cmake on VTK for those subdirectories with specific options. So the return at the top is correct. When the build process is building the subdirectories it will process that same file with different settings where it will get to those later if statements. Also you can look at https://open.cdash.org/viewNotes.php?buildid=4909344 which shows how the nightly dashboard is setup for iOS. Hope that helps! Ken On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) > wrote: I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. In looking at the top level CMakeLists.txt file I see a stanza that says: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) return() endif() The only instructions I see for building VTK for iOS are here. These instructions say to set VTK_IOS_BUILD=ON and a few other variables. However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, or quit processing the top-level CMakeLists.txt file. Yet further down in the same CMakeLists.txt file I see: if (ANDROID OR APPLE_IOS) ? and if (APPLE_IOS)? These two conditionals seem to be targeting iOS, but will never be reached if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor instructions to set it. For my case I changed the first stanza to: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) SET (APPLE_IOS 1) #return() endif() Configure, generate, and the build seems to get much further, but the build still breaks when building for the simulator (in vtkGL2PSExporter.cxx because it?s not finding vtk_gl2ps.h). A framework is produced, but it appears to be incomplete. Specifically, vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused by APPLE_IOS being set. Because of this the iOS example GLPaint cannot be built. Is there anyone who is having success building VTK 7.1.1 for iOS who can shed some light on this or provide more thorough instructions? Would a different version have more success? A VTK Framework does appear to have been produced. For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. Thanks, Glen Brooksby _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zmanvortex at gmail.com Tue May 23 20:30:11 2017 From: zmanvortex at gmail.com (Donny Zimmerman) Date: Tue, 23 May 2017 19:30:11 -0500 Subject: [vtkusers] Add arbitrary information to a vtkActor Message-ID: I am drawing polygons that are associated with items in a database. I would like to store the identity field ( in this case a string) from the database in the vtkActor object itself. Is this possible without extending the vtkActor class? Thanks, Donny Zimmerman -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagao-saichi at jcom.home.ne.jp Tue May 23 21:52:54 2017 From: nagao-saichi at jcom.home.ne.jp (nagao saichi) Date: Tue, 23 May 2017 18:52:54 -0700 (MST) Subject: [vtkusers] faster vtkFXCanvas class created, can not use file copy. In-Reply-To: <70365181.9MZ1cpG9GF@localhost.localdomain> References: <2176973.Iq96Pn6YAV@localhost.localdomain> <70365181.9MZ1cpG9GF@localhost.localdomain> Message-ID: <1495590774125-5743376.post@n5.nabble.com> public class vtkFXCanvas extends StackPane { // // ----------------------------------------------------------------- // Load VTK library and print which library was not properly loaded static { if (!vtkNativeLibrary.LoadAllNativeLibraries()) { for (vtkNativeLibrary lib : vtkNativeLibrary.values()) { if (!lib.IsLoaded()) { System.out.println(lib.GetLibraryName() + " not loaded"); } } } vtkNativeLibrary.DisableOutputWindow(null); } // ----------------------------------------------------------------- /** * vtk????????????? */ private vtkCanvas canvas3D = new vtkCanvas(); /** * vtkCanvas??????FX?ImageView?????????????????? * ???????????????????????????????????? * FX?ImageView?????? */ // vtkPNGWriter writer = new vtkPNGWriter(); // File tempFile = new File("__temp__.png"); // String uri = tempFile.toURI().toString(); /** * StackPane?????????SwingNode??vtkCanvas??????? * ????? */ SwingNode swingNode = new SwingNode(); /** * vtkCanvas???????????????????????ImageView * ?????? */ ImageView imageNode = new ImageView(); private Timer repaintimer; /** * ???????????????????????????? */ private int repaintInterval = 100; /** * ?????????? */ private int setimageflag = -1; /** * ??????? */ public vtkFXCanvas() { EventHandlermHandler0 = ( event ) -> mousePressed(event); EventHandlermHandler1 = ( event ) -> mouseDragged(event); EventHandlermHandler2 = ( event ) -> mouseReleased(event); EventHandlermHandler3 = ( event ) -> mouseWheelMoved(event); EventHandlermHandler4 = ( event ) -> mouseMoved(event); EventHandlermHandler5 = ( event ) -> mouseEntered(event); EventHandlermHandler6 = ( event ) -> mouseExited(event); EventHandlerkHandler0 = ( event ) -> keyTyped(event); // EventHandlerkHandler1 = ( event ) -> keyPressed(event); // EventHandlerkHandler2 = ( event ) -> keyReleased(event); imageNode.addEventHandler(MouseEvent.MOUSE_PRESSED , mHandler0 ); imageNode.addEventHandler(MouseEvent.MOUSE_DRAGGED , mHandler1 ); imageNode.addEventHandler(MouseEvent.MOUSE_RELEASED , mHandler2 ); imageNode.addEventHandler(ScrollEvent.SCROLL , mHandler3 ); imageNode.addEventHandler(MouseEvent.MOUSE_MOVED , mHandler4 ); imageNode.addEventHandler(MouseEvent.MOUSE_ENTERED , mHandler5 ); imageNode.addEventHandler(MouseEvent.MOUSE_EXITED , mHandler6 ); /* * ????????swingNode????????????? * vtkCanvas?????? * swingNode exists keyfocus , keyevent sends to vtkCanvas */ // imageNode.addEventHandler(KeyEvent.KEY_TYPED , kHandler1 ); // imageNode.addEventHandler(KeyEvent.KEY_PRESSED , kHandler0 ); // imageNode.addEventHandler(KeyEvent.KEY_RELEASED , kHandler2 ); // only for setimage method execute at key type. swingNode.addEventHandler(KeyEvent.KEY_TYPED , kHandler0 ); getChildren().add(swingNode); getChildren().add(imageNode); // can not see , but must be true swingNode.setVisible(true); imageNode.setFocusTraversable(false); swingNode.setFocusTraversable(true); imageNode.setVisible(true); imageNode.autosize(); // imageNode.requestFocus(); JPanel jcomp = new JPanel(); jcomp.setLayout(new BorderLayout()); jcomp.add(canvas3D, BorderLayout.CENTER); swingNode.setContent(jcomp); /* * ?????????????????????????? * ???????????????????????? * if below line does not insert , then smaller resize is bad. */ setMinSize(1, 1); } /** * ???????????????? * @param e FX?????????????? */ private void mousePressed(MouseEvent e) { setimageflag = 1; canvas3D.mousePressed(toSwingEvent(e)); } /** * ?????????????????? * @param e FX?????????????? */ private void mouseDragged(MouseEvent e) { setimageflag = 2; canvas3D.mouseDragged(toSwingEvent(e)); } /** * ?????????????????? * @param e FX?????????????? */ private void mouseReleased(MouseEvent e) { setimageflag = 4; canvas3D.mouseReleased(toSwingEvent(e)); } /** * ???????????????? * @param e FX?????????????? */ private void mouseEntered(MouseEvent e) { setimageflag = 8; canvas3D.mouseEntered(toSwingEvent(e)); } /** * ???????????????? * @param e FX?????????????? */ private void mouseExited(MouseEvent e) { setimageflag = 16; canvas3D.mouseExited(toSwingEvent(e)); } /** * ????????????????? * @param e FX?????????????? */ private void mouseMoved(MouseEvent e) { // not repaint on mouse Move setimageflag = 0; canvas3D.mouseMoved(toSwingEvent(e)); } /** * ??????????????????? * @param e FX?????????????? */ private void mouseWheelMoved(ScrollEvent e) { int modifiers = 0; int scrollType = MouseWheelEvent.WHEEL_UNIT_SCROLL; int scrollAmount = e.getTouchCount(); int wheelRotation = (int)e.getDeltaY(); // System.out.println("wheelRotation="+wheelRotation); if(e.isShiftDown()) modifiers+= java.awt.event.InputEvent.SHIFT_MASK; if(e.isAltDown()) modifiers+= java.awt.event.InputEvent.ALT_MASK; if(e.isControlDown()) modifiers+= java.awt.event.InputEvent.CTRL_MASK; MouseWheelEvent mwe = new MouseWheelEvent(canvas3D, MouseWheelEvent.WHEEL_UNIT_SCROLL, System.currentTimeMillis(), modifiers, (int)e.getX(), (int)e.getY(), e.getTouchCount(), false, scrollType, scrollAmount, wheelRotation); setimageflag = 64; canvas3D.mouseWheelMoved(mwe); } /** * FX???????????????Swing???????????????????? * @param e FX?????????????? * @return Swing?????????????? */ private java.awt.event.MouseEvent toSwingEvent(MouseEvent e) { int modifiers = 0; int button = 0; if(e.isShiftDown()) modifiers+= java.awt.event.InputEvent.SHIFT_MASK; if(e.isAltDown()) modifiers+= java.awt.event.InputEvent.ALT_MASK; if(e.isControlDown()) modifiers+= java.awt.event.InputEvent.CTRL_MASK; if(e.getButton() == MouseButton.PRIMARY) modifiers += java.awt.event.InputEvent.BUTTON1_MASK; if(e.getButton() == MouseButton.MIDDLE) modifiers += java.awt.event.InputEvent.BUTTON2_MASK; if(e.getButton() == MouseButton.SECONDARY) modifiers += java.awt.event.InputEvent.BUTTON3_MASK; if(e.getButton() == MouseButton.PRIMARY) button = 0; if(e.getButton() == MouseButton.MIDDLE) button = 1; if(e.getButton() == MouseButton.SECONDARY) button = 2; // System.out.println("button="+button+", modifiers="+modifiers+", setimageflag="+setimageflag); // System.out.println("X="+e.getX()+", Y="+e.getY()+", getClickCount="+e.getClickCount()); java.awt.event.MouseEvent event = new java.awt.event.MouseEvent(canvas3D, button, System.currentTimeMillis(), modifiers, (int)e.getX(), (int)e.getY(), e.getClickCount(), false); return event; } /** * ??????????????? * @param e FX??????? */ private void keyTyped(KeyEvent e) { setimageflag = 128; canvas3D.keyTyped(toSwingEvent(e)); } /** * ?????????????? * @param e FX??????? */ private void keyPressed(KeyEvent e) { setimageflag = 256; canvas3D.keyPressed(toSwingEvent(e)); } /** * ???????????????? * @param e FX??????? */ private void keyReleased(KeyEvent e) { setimageflag = 512; canvas3D.keyReleased(toSwingEvent(e)); } /** * FX?????????????Swing??????????????????? * @param e FX????????????? * @return Swing????????????? */ private java.awt.event.KeyEvent toSwingEvent(KeyEvent e) { int id = 0; long when = System.currentTimeMillis(); int modifiers = 0; if(e.isShiftDown()) modifiers+= java.awt.event.InputEvent.SHIFT_MASK; if(e.isControlDown()) modifiers+= java.awt.event.InputEvent.CTRL_MASK; if(e.isAltDown()) modifiers+= java.awt.event.InputEvent.ALT_MASK; char keychar = e.getCharacter().charAt(0); int keycode = Integer.valueOf(keychar); // System.out.println("keyChar="+keychar+", keyCode="+keycode+", setimageflag="+setimageflag); java.awt.event.KeyEvent event = new java.awt.event.KeyEvent(canvas3D, id, when, modifiers, keycode, keychar); return event; } /** * vtkCanvas???????FX?ImageView?????????????? * ?????? */ public synchronized void setImage() { long st = System.currentTimeMillis(); vtkWindowToImageFilter w2if = new vtkWindowToImageFilter(); canvas3D.lock(); /** * ???????????Widget???????????????? * insert below line , then Widget controll is fine. */ canvas3D.getRenderWindowInteractor().SetEnableRender(false); w2if.SetInput(canvas3D.GetRenderWindow()); w2if.Update(); canvas3D.unlock(); /* not used writer.SetInput(w2if.GetOutput()); writer.SetFileName(tempFile.getPath()); writer.Write(); javafx.scene.image.Image img = new javafx.scene.image.Image(uri); imageNode.setImage(img); */ // faster than file copy method! imageNode.setImage(createWritableImage(w2if.GetOutput())); long en = System.currentTimeMillis(); long diff = en-st+10; if(repaintInterval < diff) { // System.out.println("Copy imege time="+(diff-10)+" msec"); repaintInterval = (int)diff; } else { repaintimer.setDelay(repaintInterval-=5); // System.out.println("repaint interval ="+repaintInterval); } // System.out.println("setimageflag="+setimageflag); } /** * vtkImageData???javafx?WritableImage????????? * ????????????faster than file read. * * @param image vtkImageData??? * @return WritableImage??? */ public WritableImage createWritableImage(vtkImageData image) { int w = canvas3D.getWidth(); int h = canvas3D.getHeight(); /* int dim[] = image.GetDimensions(); System.out.println("dim1="+dim[0]+", dim2="+dim[1]+", dim3="+dim[2]); System.out.println("Number of points: " +image.GetNumberOfPoints()); System.out.println("Number of cells: " +image.GetNumberOfCells()); System.out.println("width: " +w); System.out.println("height:" +h); System.out.println("compornent="+image.GetNumberOfScalarComponents()); */ // ?????????, empty image created. WritableImage wImg = new WritableImage(w, h); // ?????? PixelWriter writer = wImg.getPixelWriter(); vtkFieldData field = image.GetPointData(); vtkUnsignedCharArray array = (vtkUnsignedCharArray)field.GetArray(0); // System.out.println("num array ="+field.GetNumberOfArrays()); // System.out.println("num comp ="+field.GetNumberOfComponents()); PixelFormat form = PixelFormat.getByteRgbInstance(); writer.setPixels(0, 0, w, h, form, array.GetJavaArray(), 0, w*3); return wImg; } /** * ????????? */ public boolean isResizable() { return true; } /** * ?????????????? * @param width ? * @param height ?? */ public void setSize(int width, int height) { canvas3D.setSize(width, height); } /** * ?????Swing???????????? * @return vtkCanvas */ public vtkCanvas getCanvas3D() { return canvas3D; } /** * ???????????????? * @return ?????????? */ public Timer getRepaintimer() { return repaintimer; } /** * ????????? * @param actor ???????? */ public void addActor(vtkActor actor) { canvas3D.GetRenderer().AddActor(actor); } /** * ?????????????????????????????? * ?????????????????????????????? *

* This method execute after scene created. *

*/ public void renderStart() { imageNode.fitWidthProperty().bind(widthProperty()); imageNode.fitHeightProperty().bind(heightProperty()); /* * ?????????????? */ repaintimer = new Timer(repaintInterval, new ActionListener() { @Override public void actionPerformed(ActionEvent e) { if(setimageflag == -1) { setImage(); setimageflag = 1; canvas3D.GetRenderer().ResetCamera(); } else if(setimageflag > 0) { setImage(); setimageflag = 0; SwingUtilities.invokeLater(() -> { canvas3D.repaint(); // System.out.println("repaint"); }); } } }); repaintimer.setInitialDelay(800); repaintimer.start(); } /** * ???????????????????????? */ public void finalize() { try { super.finalize(); repaintimer.stop(); // tempFile.delete(); setimageflag = -1; } catch (Throwable e) { e.printStackTrace(); } } } -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-and-JavaFX-tp5728083p5743376.html Sent from the VTK - Users mailing list archive at Nabble.com. From nagao-saichi at jcom.home.ne.jp Tue May 23 22:50:12 2017 From: nagao-saichi at jcom.home.ne.jp (nagao saichi) Date: Tue, 23 May 2017 19:50:12 -0700 (MST) Subject: [vtkusers] vtkFXCanvas has bug.... faster version. In-Reply-To: <1495590774125-5743376.post@n5.nabble.com> References: <2176973.Iq96Pn6YAV@localhost.localdomain> <70365181.9MZ1cpG9GF@localhost.localdomain> <1495590774125-5743376.post@n5.nabble.com> Message-ID: <1495594212137-5743377.post@n5.nabble.com> Event position transrate, Y axis direction is reversed. wrong position : java.awt.event.MouseEvent event = new java.awt.event.MouseEvent(canvas3D, button, System.currentTimeMillis(), modifiers, (int)e.getX(), (int)e.getY(), e.getClickCount(), false); correct position : java.awt.event.MouseEvent event = new java.awt.event.MouseEvent(canvas3D, button, System.currentTimeMillis(), modifiers, (int)e.getX(), canvas3D.getHeight()-(int)e.getY(), e.getClickCount(), false); -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-and-JavaFX-tp5728083p5743377.html Sent from the VTK - Users mailing list archive at Nabble.com. From nagao-saichi at jcom.home.ne.jp Wed May 24 00:36:09 2017 From: nagao-saichi at jcom.home.ne.jp (nagao saichi) Date: Tue, 23 May 2017 21:36:09 -0700 (MST) Subject: [vtkusers] vtkFXCanvas has more bug.... faster version. In-Reply-To: <1495594212137-5743377.post@n5.nabble.com> References: <2176973.Iq96Pn6YAV@localhost.localdomain> <70365181.9MZ1cpG9GF@localhost.localdomain> <1495590774125-5743376.post@n5.nabble.com> <1495594212137-5743377.post@n5.nabble.com> Message-ID: <1495600569331-5743378.post@n5.nabble.com> Add to constractor this class. imageNode.setRotationAxis(Rotate.X_AXIS); imageNode.setRotate(180.0);; vtkFXCanvas.java -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-and-JavaFX-tp5728083p5743378.html Sent from the VTK - Users mailing list archive at Nabble.com. From rakesh.p at tataelxsi.co.in Wed May 24 03:13:53 2017 From: rakesh.p at tataelxsi.co.in (Rakesh Patil) Date: Wed, 24 May 2017 07:13:53 +0000 Subject: [vtkusers] How to get the progress from vtkGL2PSExporter Message-ID: Hello users, I would like to know whether it is possible to get the progress value from vtkGL2PSExporter. i.e. to show the percentage of completion. If possible, how to do that? Thanks & Regards Rakesh Patil TATA ELXSI Tel (D) +91 80 2297 9621 Cell +91 9890258407 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakesh.p at tataelxsi.co.in Wed May 24 03:13:53 2017 From: rakesh.p at tataelxsi.co.in (Rakesh Patil) Date: Wed, 24 May 2017 07:13:53 +0000 Subject: [vtkusers] How to get the progress from vtkGL2PSExporter Message-ID: Hello users, I would like to know whether it is possible to get the progress value from vtkGL2PSExporter. i.e. to show the percentage of completion. If possible, how to do that? Thanks & Regards Rakesh Patil TATA ELXSI Tel (D) +91 80 2297 9621 Cell +91 9890258407 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcplatt at dsl.pipex.com Wed May 24 03:59:36 2017 From: jcplatt at dsl.pipex.com (John Platt) Date: Wed, 24 May 2017 08:59:36 +0100 Subject: [vtkusers] Extrude along a polyline In-Reply-To: References: <0684113c-26a9-1b9b-00c5-67369e31fe10@dsl.pipex.com> Message-ID: <5a26dbe1-1802-bfec-d2b7-44e34879bcf4@dsl.pipex.com> Thanks Bill. I'll try and modify vtkTubeFilter to produce a rectangular section and see if the orientation problem can be easily solved. Fortunately, the lines in the polydata have no torsion. John. On 5/23/2017 8:49 PM, Bill Lorensen wrote: > John, > > I don't think vtk has such a filter. You could make copy of your 2d > polydata at each point in the polyline. Then generate a ruled surface > between each pair of polydata's. The tricky part is to orient the > polydata properly. A recently added remote module computes the > FrenetSerretFrame along a line: > https://lorensen.github.io/VTKExamples/site/Cxx/Remote/FrenetSerretFrame/ > > The resulting frame could be used to align the polydata. > > Just a half-baked idea, > > Bill > > On Tue, May 23, 2017 at 3:25 PM, John Platt wrote: >> Hi, >> >> I would like to extrude some 2d polydata along a polyline. Something like >> vtkTubeFilter but not a circular section or vtkLinearExtrusionFilter applied >> to each line segment. Any suggestions or advice would be very much >> appreciated. >> >> Thanks, >> >> John. >> >> _______________________________________________ >> 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: >> http://public.kitware.com/mailman/listinfo/vtkusers > > From ysa0829 at gmail.com Wed May 24 05:50:37 2017 From: ysa0829 at gmail.com (Ang) Date: Wed, 24 May 2017 02:50:37 -0700 (MST) Subject: [vtkusers] vtkRenderWindow FullScreen Mode in Portrait Orientation Bug? Message-ID: <1495619437121-5743381.post@n5.nabble.com> Dear all, I tested the example ,and it is work well in landscape orientation.(OS is Windows 10 and Graphic card is Nivida.) When I switch my screen display setting to portrait orientation and try to move the sphere, my vtkRenderWindow will be flash.(sphere will appear and disappear again and again.) is this a vtk bug ? how to fix it? thanks for help. -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkRenderWindow-FullScreen-Mode-in-Portrait-Orientation-Bug-tp5743381.html Sent from the VTK - Users mailing list archive at Nabble.com. From ken.martin at kitware.com Wed May 24 08:06:18 2017 From: ken.martin at kitware.com (Ken Martin) Date: Wed, 24 May 2017 08:06:18 -0400 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: Message-ID: We no longer support ES2 (I should remove that option) so ES3 is definitely a good step. On Tue, May 23, 2017 at 5:03 PM, Brooksby, Glen W (GE Global Research, US) < brooksby at ge.com> wrote: > Thanks for the prompt reply Ken. I?ll give it another go. The only > difference I see between your build and mine is OPENGL_ES_VERSION=3.0, and > BUILD_EXAMPLES=ON, whereas I had ES=2.0 and examples off. I?ll make the > change and see what happens. > > > > Glen > > > > *From:* Ken Martin [mailto:ken.martin at kitware.com] > *Sent:* Tuesday, May 23, 2017 3:58 PM > *To:* Brooksby, Glen W (GE Global Research, US) > *Cc:* vtkusers at vtk.org > *Subject:* EXT: Re: [vtkusers] VTK 7.1.1 iOS build > > > > The ios build of VTK starts at the top where it sets up subdirectories and > then recursively calls cmake on VTK for those subdirectories with specific > options. So the return at the top is correct. When the build process is > building the subdirectories it will process that same file with different > settings where it will get to those later if statements. > > > > Also you can look at > > > > https://open.cdash.org/viewNotes.php?buildid=4909344 > > > > which shows how the nightly dashboard is setup for iOS. > > > > > > Hope that helps! > > Ken > > > > On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) > wrote: > > I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. > In looking at the top level CMakeLists.txt file I see a stanza that says: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > return() > > endif() > > > > The only instructions I see for building VTK for iOS are here > . These > instructions say to set VTK_IOS_BUILD=ON and a few other variables. > > However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, > or quit processing the top-level CMakeLists.txt file. Yet further down in > the same CMakeLists.txt file I see: > > > > if (ANDROID OR APPLE_IOS) ? > > > > and > > > > if (APPLE_IOS)? > > > > These two conditionals seem to be targeting iOS, but will never be reached > if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor > instructions to set it. > > > > For my case I changed the first stanza to: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > SET (APPLE_IOS 1) > > #return() > > endif() > > > > Configure, generate, and the build seems to get much further, but the > build still breaks when building for the simulator (in vtkGL2PSExporter.cxx > because it?s not finding vtk_gl2ps.h). > > > > A framework is produced, but it appears to be incomplete. Specifically, > vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused > by APPLE_IOS being set. Because of this the iOS example GLPaint cannot > be built. > > > > Is there anyone who is having success building VTK 7.1.1 for iOS who can > shed some light on this or provide more thorough instructions? Would a > different version have more success? A VTK Framework does appear to have > been produced. > > > > For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m > building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. > > > > Thanks, > > > > Glen Brooksby > > > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > > > > > -- > > Ken Martin PhD > > Distinguished Engineer > Kitware Inc. > > 28 Corporate Drive > Clifton Park NY 12065 > > > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From brooksby at ge.com Wed May 24 09:58:02 2017 From: brooksby at ge.com (Brooksby, Glen W (GE Global Research, US)) Date: Wed, 24 May 2017 13:58:02 +0000 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: Message-ID: Thanks again Ken. I agree that ES2 should be removed because it is not only present, but it?s the default. However, the 7.1.1 iOS build is still broken. The problems are indicated in this stackoverflow post from December. I see from the current master branch that the misnamed variable ?multisample? has been fixed by changing to ?multisampling?. Simple enough. However, there is still the issue of GL_MULTISAMPLE being undefined. I can see it is defined in the following files: ThirdParty/glew/vtkglew/include/GL/glew.h Utilities/ParseOGLExt/headers/GL3/gl3.h Utilities/ParseOGLExt/headers/glext.h but with it in 3 locations I can?t tell how it is supposed to properly make its way into the Rendering/OpenGL2/*. Is your working build from the master branch? I?m wondering if I should abandon hope with 7.1.1 and go to 8.x. Suggestions? Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Wednesday, May 24, 2017 8:06 AM To: Brooksby, Glen W (GE Global Research, US) Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build We no longer support ES2 (I should remove that option) so ES3 is definitely a good step. On Tue, May 23, 2017 at 5:03 PM, Brooksby, Glen W (GE Global Research, US) > wrote: Thanks for the prompt reply Ken. I?ll give it another go. The only difference I see between your build and mine is OPENGL_ES_VERSION=3.0, and BUILD_EXAMPLES=ON, whereas I had ES=2.0 and examples off. I?ll make the change and see what happens. Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Tuesday, May 23, 2017 3:58 PM To: Brooksby, Glen W (GE Global Research, US) > Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build The ios build of VTK starts at the top where it sets up subdirectories and then recursively calls cmake on VTK for those subdirectories with specific options. So the return at the top is correct. When the build process is building the subdirectories it will process that same file with different settings where it will get to those later if statements. Also you can look at https://open.cdash.org/viewNotes.php?buildid=4909344 which shows how the nightly dashboard is setup for iOS. Hope that helps! Ken On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) > wrote: I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. In looking at the top level CMakeLists.txt file I see a stanza that says: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) return() endif() The only instructions I see for building VTK for iOS are here. These instructions say to set VTK_IOS_BUILD=ON and a few other variables. However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, or quit processing the top-level CMakeLists.txt file. Yet further down in the same CMakeLists.txt file I see: if (ANDROID OR APPLE_IOS) ? and if (APPLE_IOS)? These two conditionals seem to be targeting iOS, but will never be reached if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor instructions to set it. For my case I changed the first stanza to: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) SET (APPLE_IOS 1) #return() endif() Configure, generate, and the build seems to get much further, but the build still breaks when building for the simulator (in vtkGL2PSExporter.cxx because it?s not finding vtk_gl2ps.h). A framework is produced, but it appears to be incomplete. Specifically, vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused by APPLE_IOS being set. Because of this the iOS example GLPaint cannot be built. Is there anyone who is having success building VTK 7.1.1 for iOS who can shed some light on this or provide more thorough instructions? Would a different version have more success? A VTK Framework does appear to have been produced. For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. Thanks, Glen Brooksby _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.lonie at kitware.com Wed May 24 09:58:00 2017 From: david.lonie at kitware.com (David Lonie) Date: Wed, 24 May 2017 09:58:00 -0400 Subject: [vtkusers] How to get the progress from vtkGL2PSExporter In-Reply-To: References: Message-ID: This is not possible. We use GL2PS to perform the export, and it doesn't provide any progress information that we could expose. Dave On Wed, May 24, 2017 at 3:13 AM, Rakesh Patil wrote: > Hello users, > > > I would like to know whether it is possible to get the progress value from > vtkGL2PSExporter. i.e. to show the percentage of completion. If possible, > how to do that? > > > Thanks & Regards > > Rakesh Patil > > > TATA ELXSI > Tel (D) +91 80 2297 9621 > Cell +91 9890258407 > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > From david.lonie at kitware.com Wed May 24 09:58:00 2017 From: david.lonie at kitware.com (David Lonie) Date: Wed, 24 May 2017 09:58:00 -0400 Subject: [vtkusers] How to get the progress from vtkGL2PSExporter In-Reply-To: References: Message-ID: This is not possible. We use GL2PS to perform the export, and it doesn't provide any progress information that we could expose. Dave On Wed, May 24, 2017 at 3:13 AM, Rakesh Patil wrote: > Hello users, > > > I would like to know whether it is possible to get the progress value from > vtkGL2PSExporter. i.e. to show the percentage of completion. If possible, > how to do that? > > > Thanks & Regards > > Rakesh Patil > > > TATA ELXSI > Tel (D) +91 80 2297 9621 > Cell +91 9890258407 > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > From ken.martin at kitware.com Wed May 24 10:02:14 2017 From: ken.martin at kitware.com (Ken Martin) Date: Wed, 24 May 2017 10:02:14 -0400 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: Message-ID: The nightly iOS build is off VTK master and I know the examples have been tested fairly recently so that may be the way to go. I know folks are using it on an iOS based project so maybe give master a shot. On Wed, May 24, 2017 at 9:58 AM, Brooksby, Glen W (GE Global Research, US) < brooksby at ge.com> wrote: > Thanks again Ken. I agree that ES2 should be removed because it is not > only present, but it?s the default. > > However, the 7.1.1 iOS build is still broken. > > > > The problems are indicated in this stackoverflow > > post from December. I see from the current master branch that the misnamed > variable ?multisample? has been fixed by changing to ?multisampling?. > Simple enough. However, there is still the issue of GL_MULTISAMPLE being > undefined. > > > > I can see it is defined in the following files: > > > > ThirdParty/glew/vtkglew/include/GL/glew.h > > Utilities/ParseOGLExt/headers/GL3/gl3.h > > Utilities/ParseOGLExt/headers/glext.h > > > > but with it in 3 locations I can?t tell how it is supposed to properly > make its way into the Rendering/OpenGL2/*. > > > > Is your working build from the master branch? I?m wondering if I should > abandon hope with 7.1.1 and go to 8.x. > > > > Suggestions? > > > > Glen > > > > *From:* Ken Martin [mailto:ken.martin at kitware.com] > *Sent:* Wednesday, May 24, 2017 8:06 AM > *To:* Brooksby, Glen W (GE Global Research, US) > *Cc:* vtkusers at vtk.org > *Subject:* EXT: Re: [vtkusers] VTK 7.1.1 iOS build > > > > We no longer support ES2 (I should remove that option) so ES3 is > definitely a good step. > > > > On Tue, May 23, 2017 at 5:03 PM, Brooksby, Glen W (GE Global Research, US) > wrote: > > Thanks for the prompt reply Ken. I?ll give it another go. The only > difference I see between your build and mine is OPENGL_ES_VERSION=3.0, and > BUILD_EXAMPLES=ON, whereas I had ES=2.0 and examples off. I?ll make the > change and see what happens. > > > > Glen > > > > *From:* Ken Martin [mailto:ken.martin at kitware.com] > *Sent:* Tuesday, May 23, 2017 3:58 PM > *To:* Brooksby, Glen W (GE Global Research, US) > *Cc:* vtkusers at vtk.org > *Subject:* EXT: Re: [vtkusers] VTK 7.1.1 iOS build > > > > The ios build of VTK starts at the top where it sets up subdirectories and > then recursively calls cmake on VTK for those subdirectories with specific > options. So the return at the top is correct. When the build process is > building the subdirectories it will process that same file with different > settings where it will get to those later if statements. > > > > Also you can look at > > > > https://open.cdash.org/viewNotes.php?buildid=4909344 > > > > which shows how the nightly dashboard is setup for iOS. > > > > > > Hope that helps! > > Ken > > > > On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) > wrote: > > I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. > In looking at the top level CMakeLists.txt file I see a stanza that says: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > return() > > endif() > > > > The only instructions I see for building VTK for iOS are here > . These > instructions say to set VTK_IOS_BUILD=ON and a few other variables. > > However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, > or quit processing the top-level CMakeLists.txt file. Yet further down in > the same CMakeLists.txt file I see: > > > > if (ANDROID OR APPLE_IOS) ? > > > > and > > > > if (APPLE_IOS)? > > > > These two conditionals seem to be targeting iOS, but will never be reached > if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor > instructions to set it. > > > > For my case I changed the first stanza to: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > SET (APPLE_IOS 1) > > #return() > > endif() > > > > Configure, generate, and the build seems to get much further, but the > build still breaks when building for the simulator (in vtkGL2PSExporter.cxx > because it?s not finding vtk_gl2ps.h). > > > > A framework is produced, but it appears to be incomplete. Specifically, > vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused > by APPLE_IOS being set. Because of this the iOS example GLPaint cannot > be built. > > > > Is there anyone who is having success building VTK 7.1.1 for iOS who can > shed some light on this or provide more thorough instructions? Would a > different version have more success? A VTK Framework does appear to have > been produced. > > > > For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m > building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. > > > > Thanks, > > > > Glen Brooksby > > > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > > > > > -- > > Ken Martin PhD > > Distinguished Engineer > Kitware Inc. > > 28 Corporate Drive > Clifton Park NY 12065 > > > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > > > > > > -- > > Ken Martin PhD > > Distinguished Engineer > Kitware Inc. > > 28 Corporate Drive > Clifton Park NY 12065 > > > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From coyarzunlaura at googlemail.com Wed May 24 10:29:45 2017 From: coyarzunlaura at googlemail.com (Cristina Oyarzun) Date: Wed, 24 May 2017 16:29:45 +0200 Subject: [vtkusers] CFP: MICCAI CLIP 2017 Workshop on Clinical Image-based Procedures: Translational Research in Medical Imaging Message-ID: CALL FOR PAPERS MICCAI 2017 Workshop on Clinical Image-based Procedures: Translational Research in Medical Imaging September 17, 2017 Quebec City, Canada Website:http://miccai-clip.org/ ============================== ========================================== SCOPE The outstanding proliferation of medical image applications has created a need for greater study and scrutiny of the clinical application and validation of such methods. New strategies are essential to ensure a smooth and effective translation of computational image-based techniques into the clinic. For these reasons CLIP 2017?s major focus is on translational research filling the gaps between basic science and clinical applications. A highlight of the workshop is the subject of strategies for personalized medicine to enhance diagnosis, treatment and interventions. Authors are encouraged to submit work centered on specific clinical applications, including techniques and procedures based on comprehensive clinical image data. Submissions related to applications already in use and evaluated by clinical users are particularly encouraged. The event will bring together world-class specialists to present ways to strengthen links between computer scientists and engineers, and clinicians. TOPICS *Strategies for patient-specific and anatomical modeling to support planning and interventions *Clinical studies employing advanced image-guided methods *Clinical translation and validation of image-guided systems *Current challenges and emerging techniques in image-based procedures *Identification of parameters and error analysis in image-based procedures *Multimodal image integration for modeling, planning and guidance *Clinical applications in open and minimally invasive procedures PAPER SUBMISSION Papers will be limited to ten pages following the MICCAI submission guidelines. Prospective authors should refer to the Paper Submission section on the workshop website for details on how to submit papers to be presented at the workshop. All submissions will be peer-reviewed by at least 2 members of the program committee. The selection of the papers will be based on the significance of results, novelty, technical merit, relevance and clarity of presentation. Papers will be presented in a day long single track workshop starting with plenary sessions. Accepted papers will be published as a proceedings volume in the Springer Lecture Notes in Computer Science (LNCS) series after the workshop. WORKSHOP FORMAT Accepted papers will be presented in a day long single track workshop. The final program will consist of invited speakers and original papers with time allocated for discussions. Electronic proceedings will be arranged for all of the papers presented at the workshop. IMPORTANT DATES * June 12, 2017: Paper submission due date * June 29, 2017: Notification of acceptance * July 3, 2017: Final camera-ready paper submission deadline CONTACT Inquires about the workshop should be sent to the Information Desk ( info at miccai-clip.org). ORGANIZERS (in alphabetical order) Klaus Drechsler (Fraunhofer IGD, Germany) Marius Erdt (Fraunhofer IDM at NTU, Singapore) Miguel Gonz?lez Ballester (ICREA - Universitat Pompeu Fabra, Spain) Marius George Linguraru (Children's National Medical Center, USA) Cristina Oyarzun Laura (Fraunhofer IGD, Germany) Raj Shekhar (Children's National Medical Center, USA) Stefan Wesarg (Fraunhofer IGD, Germany) ======================================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Wed May 24 10:34:50 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Wed, 24 May 2017 22:34:50 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Hi Dan, Thanks a ton for the example. The example used 4 different viewports. However, for my application, I need to set all renderers under the same viewport. The problem is that if I add a second renderer into the render window and using the default viewport, it will cover the first renderer and nothing on the first renderer will show up. I am wondering if I did the whole thing wrong. My purpose is to display some DICOM images, some texts, and scales on the same screen. Also, I would like to make the scales zoom with the DICOM images but the texts stay put. Most importantly, I would like to get the world coordinates on the DICOM image when users click on the screen, so I can mark the click properly. What should be done in order to get this working? Many thanks. Bill On Wed, May 24, 2017 at 12:02 AM, Dan Lipsa wrote: > Not sure what is going on. Do the objects you are rendering have the same > world coordinates? Are both renderers added to the rendering window? > Here is an example with multiple renderer (they are over different > viewports but they could have the same viewport as well) > http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports > > On Tue, May 23, 2017 at 11:39 AM, Bill Q wrote: > >> I just gave it a try. But when I added another renderer into the window >> that I used for text actors, it overlaps and covered the first renderer. So >> the first renderer won't show up. Is there a solution? >> >> Many thanks. >> >> >> Bill >> >> On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa >> wrote: >> >>> I think moving those text actors on a different renderer will solve your >>> problem. >>> >>> Dan >>> >>> >>> On Tue, May 23, 2017 at 9:40 AM, Bill Q wrote: >>> >>>> Hi Dan, >>>> Thanks a lot for the reply. Yes, that's exactly the case. If I remove >>>> the text actors, the world picker would return the correct coordinates. So, >>>> what method should I use in order to get the correct coordinates no matter >>>> how many actors I put in with the dicom image reader actor? >>>> >>>> Many thanks. >>>> >>>> >>>> Bill >>>> >>>> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa >>>> wrote: >>>> >>>>> Bill, >>>>> For display_to_world, the picker picks up only what is visible (closes >>>>> to the camera). You might have several objects (several values in world >>>>> coordinates) that end up over the same display coordinate. This might >>>>> explain why adding those text actors changes what you pick. >>>>> >>>>> Dan >>>>> >>>>> >>>>> >>>>> On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: >>>>> >>>>>> Can anybody help? Many thanks. >>>>>> >>>>>> Many thanks. >>>>>> >>>>>> >>>>>> Bill >>>>>> >>>>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q >>>>>> wrote: >>>>>> >>>>>>> Hello Everyone, >>>>>>> I encountered a weird problem in coordinate conversion. >>>>>>> >>>>>>> In order to check the accuracy, I converted from display to world, >>>>>>> and from world back to display. Using the following ways: >>>>>>> >>>>>>> >>>>>>> *self.world_picker = vtk.vtkWorldPointPicker()* >>>>>>> >>>>>>> *def *display_to_world(self, pt): >>>>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>>>>>> picker_pt = self.world_picker.GetPickPosition() >>>>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>>>>>> *return *picker_pt >>>>>>> >>>>>>> *def *world_to_display(self, pt): >>>>>>> *if *len(pt) == 3: >>>>>>> pt = pt + (1.0,) >>>>>>> *elif *len(pt) == 2: >>>>>>> pt = pt + (0.0, 1.0) >>>>>>> self.ren.SetWorldPoint(pt) >>>>>>> self.ren.WorldToDisplay() >>>>>>> pt = self.ren.GetDisplayPoint() >>>>>>> pt = (pt[0], pt[1]) >>>>>>> *return *pt >>>>>>> >>>>>>> pt = [5, 5] >>>>>>> >>>>>>> world_pt = self. world_to_display(pt) >>>>>>> >>>>>>> display_pt = self. world_to_display(world_pt) >>>>>>> In some cases, it's quite accurate, which means pt equals >>>>>>> display_pt. But, in some cases, the result is simply wrong. For example, >>>>>>> for (5, 5), after conversions back to display, the coordinate becomes >>>>>>> (20.89, 20.89). >>>>>>> >>>>>>> Any ideas? >>>>>>> >>>>>>> >>>>>>> Many thanks. >>>>>>> >>>>>>> >>>>>>> Bill >>>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> 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: >>>>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>>> >>>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.lipsa at kitware.com Wed May 24 11:06:23 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Wed, 24 May 2017 11:06:23 -0400 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Bill, Try using SetLayer(1) for the renderer that has the text. Dan On Wed, May 24, 2017 at 10:34 AM, Bill Q wrote: > Hi Dan, > Thanks a ton for the example. The example used 4 different viewports. > However, for my application, I need to set all renderers under the same > viewport. The problem is that if I add a second renderer into the render > window and using the default viewport, it will cover the first renderer and > nothing on the first renderer will show up. I am wondering if I did the > whole thing wrong. > > My purpose is to display some DICOM images, some texts, and scales on the > same screen. Also, I would like to make the scales zoom with the DICOM > images but the texts stay put. Most importantly, I would like to get the > world coordinates on the DICOM image when users click on the screen, so I > can mark the click properly. > > What should be done in order to get this working? > > > Many thanks. > > > Bill > > On Wed, May 24, 2017 at 12:02 AM, Dan Lipsa wrote: > >> Not sure what is going on. Do the objects you are rendering have the same >> world coordinates? Are both renderers added to the rendering window? >> Here is an example with multiple renderer (they are over different >> viewports but they could have the same viewport as well) >> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports >> >> On Tue, May 23, 2017 at 11:39 AM, Bill Q wrote: >> >>> I just gave it a try. But when I added another renderer into the window >>> that I used for text actors, it overlaps and covered the first renderer. So >>> the first renderer won't show up. Is there a solution? >>> >>> Many thanks. >>> >>> >>> Bill >>> >>> On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa >>> wrote: >>> >>>> I think moving those text actors on a different renderer will solve >>>> your problem. >>>> >>>> Dan >>>> >>>> >>>> On Tue, May 23, 2017 at 9:40 AM, Bill Q wrote: >>>> >>>>> Hi Dan, >>>>> Thanks a lot for the reply. Yes, that's exactly the case. If I remove >>>>> the text actors, the world picker would return the correct coordinates. So, >>>>> what method should I use in order to get the correct coordinates no matter >>>>> how many actors I put in with the dicom image reader actor? >>>>> >>>>> Many thanks. >>>>> >>>>> >>>>> Bill >>>>> >>>>> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa >>>>> wrote: >>>>> >>>>>> Bill, >>>>>> For display_to_world, the picker picks up only what is visible >>>>>> (closes to the camera). You might have several objects (several values in >>>>>> world coordinates) that end up over the same display coordinate. This might >>>>>> explain why adding those text actors changes what you pick. >>>>>> >>>>>> Dan >>>>>> >>>>>> >>>>>> >>>>>> On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: >>>>>> >>>>>>> Can anybody help? Many thanks. >>>>>>> >>>>>>> Many thanks. >>>>>>> >>>>>>> >>>>>>> Bill >>>>>>> >>>>>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q >>>>>>> wrote: >>>>>>> >>>>>>>> Hello Everyone, >>>>>>>> I encountered a weird problem in coordinate conversion. >>>>>>>> >>>>>>>> In order to check the accuracy, I converted from display to world, >>>>>>>> and from world back to display. Using the following ways: >>>>>>>> >>>>>>>> >>>>>>>> *self.world_picker = vtk.vtkWorldPointPicker()* >>>>>>>> >>>>>>>> *def *display_to_world(self, pt): >>>>>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>>>>>>> picker_pt = self.world_picker.GetPickPosition() >>>>>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>>>>>>> *return *picker_pt >>>>>>>> >>>>>>>> *def *world_to_display(self, pt): >>>>>>>> *if *len(pt) == 3: >>>>>>>> pt = pt + (1.0,) >>>>>>>> *elif *len(pt) == 2: >>>>>>>> pt = pt + (0.0, 1.0) >>>>>>>> self.ren.SetWorldPoint(pt) >>>>>>>> self.ren.WorldToDisplay() >>>>>>>> pt = self.ren.GetDisplayPoint() >>>>>>>> pt = (pt[0], pt[1]) >>>>>>>> *return *pt >>>>>>>> >>>>>>>> pt = [5, 5] >>>>>>>> >>>>>>>> world_pt = self. world_to_display(pt) >>>>>>>> >>>>>>>> display_pt = self. world_to_display(world_pt) >>>>>>>> In some cases, it's quite accurate, which means pt equals >>>>>>>> display_pt. But, in some cases, the result is simply wrong. For example, >>>>>>>> for (5, 5), after conversions back to display, the coordinate becomes >>>>>>>> (20.89, 20.89). >>>>>>>> >>>>>>>> Any ideas? >>>>>>>> >>>>>>>> >>>>>>>> Many thanks. >>>>>>>> >>>>>>>> >>>>>>>> Bill >>>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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: >>>>>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Wed May 24 11:27:52 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Wed, 24 May 2017 23:27:52 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Hi Dan, After set the layer, I got this error: VTK-7.1.0\Rendering\Core\vtkRendererCollection.cxx, line 61 vtkRendererCollection (000000001192E3A0): Invalid layer for renderer: not rendered. And the text renderer didn't show up. Many thanks. Bill On Wed, May 24, 2017 at 11:06 PM, Dan Lipsa wrote: > Bill, > Try using SetLayer(1) for the renderer that has the text. > > Dan > > > On Wed, May 24, 2017 at 10:34 AM, Bill Q wrote: > >> Hi Dan, >> Thanks a ton for the example. The example used 4 different viewports. >> However, for my application, I need to set all renderers under the same >> viewport. The problem is that if I add a second renderer into the render >> window and using the default viewport, it will cover the first renderer and >> nothing on the first renderer will show up. I am wondering if I did the >> whole thing wrong. >> >> My purpose is to display some DICOM images, some texts, and scales on the >> same screen. Also, I would like to make the scales zoom with the DICOM >> images but the texts stay put. Most importantly, I would like to get the >> world coordinates on the DICOM image when users click on the screen, so I >> can mark the click properly. >> >> What should be done in order to get this working? >> >> >> Many thanks. >> >> >> Bill >> >> On Wed, May 24, 2017 at 12:02 AM, Dan Lipsa >> wrote: >> >>> Not sure what is going on. Do the objects you are rendering have the >>> same world coordinates? Are both renderers added to the rendering window? >>> Here is an example with multiple renderer (they are over different >>> viewports but they could have the same viewport as well) >>> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports >>> >>> On Tue, May 23, 2017 at 11:39 AM, Bill Q wrote: >>> >>>> I just gave it a try. But when I added another renderer into the window >>>> that I used for text actors, it overlaps and covered the first renderer. So >>>> the first renderer won't show up. Is there a solution? >>>> >>>> Many thanks. >>>> >>>> >>>> Bill >>>> >>>> On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa >>>> wrote: >>>> >>>>> I think moving those text actors on a different renderer will solve >>>>> your problem. >>>>> >>>>> Dan >>>>> >>>>> >>>>> On Tue, May 23, 2017 at 9:40 AM, Bill Q wrote: >>>>> >>>>>> Hi Dan, >>>>>> Thanks a lot for the reply. Yes, that's exactly the case. If I remove >>>>>> the text actors, the world picker would return the correct coordinates. So, >>>>>> what method should I use in order to get the correct coordinates no matter >>>>>> how many actors I put in with the dicom image reader actor? >>>>>> >>>>>> Many thanks. >>>>>> >>>>>> >>>>>> Bill >>>>>> >>>>>> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa >>>>>> wrote: >>>>>> >>>>>>> Bill, >>>>>>> For display_to_world, the picker picks up only what is visible >>>>>>> (closes to the camera). You might have several objects (several values in >>>>>>> world coordinates) that end up over the same display coordinate. This might >>>>>>> explain why adding those text actors changes what you pick. >>>>>>> >>>>>>> Dan >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Sun, May 21, 2017 at 5:25 AM, Bill Q >>>>>>> wrote: >>>>>>> >>>>>>>> Can anybody help? Many thanks. >>>>>>>> >>>>>>>> Many thanks. >>>>>>>> >>>>>>>> >>>>>>>> Bill >>>>>>>> >>>>>>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Hello Everyone, >>>>>>>>> I encountered a weird problem in coordinate conversion. >>>>>>>>> >>>>>>>>> In order to check the accuracy, I converted from display to world, >>>>>>>>> and from world back to display. Using the following ways: >>>>>>>>> >>>>>>>>> >>>>>>>>> *self.world_picker = vtk.vtkWorldPointPicker()* >>>>>>>>> >>>>>>>>> *def *display_to_world(self, pt): >>>>>>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>>>>>>>> picker_pt = self.world_picker.GetPickPosition() >>>>>>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>>>>>>>> *return *picker_pt >>>>>>>>> >>>>>>>>> *def *world_to_display(self, pt): >>>>>>>>> *if *len(pt) == 3: >>>>>>>>> pt = pt + (1.0,) >>>>>>>>> *elif *len(pt) == 2: >>>>>>>>> pt = pt + (0.0, 1.0) >>>>>>>>> self.ren.SetWorldPoint(pt) >>>>>>>>> self.ren.WorldToDisplay() >>>>>>>>> pt = self.ren.GetDisplayPoint() >>>>>>>>> pt = (pt[0], pt[1]) >>>>>>>>> *return *pt >>>>>>>>> >>>>>>>>> pt = [5, 5] >>>>>>>>> >>>>>>>>> world_pt = self. world_to_display(pt) >>>>>>>>> >>>>>>>>> display_pt = self. world_to_display(world_pt) >>>>>>>>> In some cases, it's quite accurate, which means pt equals >>>>>>>>> display_pt. But, in some cases, the result is simply wrong. For example, >>>>>>>>> for (5, 5), after conversions back to display, the coordinate becomes >>>>>>>>> (20.89, 20.89). >>>>>>>>> >>>>>>>>> Any ideas? >>>>>>>>> >>>>>>>>> >>>>>>>>> Many thanks. >>>>>>>>> >>>>>>>>> >>>>>>>>> Bill >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> 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: >>>>>>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brooksby at ge.com Wed May 24 12:10:39 2017 From: brooksby at ge.com (Brooksby, Glen W (GE Global Research, US)) Date: Wed, 24 May 2017 16:10:39 +0000 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: Message-ID: So I?ve moved to building from the master branch. I note that in CMake there is now no option for building with ES3 or ES2, so I?m presuming that is handled properly internally now. But now I?m getting the following failure: [ 85%] Linking C static library ../../../lib/libvtkglew-8.1.a [ 85%] Built target vtkglew make[5]: *** No rule to make target `/Users/200005229/VTK-master/Rendering/OpenGL2/vtkEncodeString', needed by `Rendering/OpenGL2/vtkTextureObjectVS.cxx'. make[5]: Target `Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/depend' not remade because of errors. make[4]: *** [Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/all] Error 2 Scanning dependencies of target vtkRenderingVolume [ 85%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkDirectionEncoder.cxx.o Any thoughts? Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Wednesday, May 24, 2017 10:02 AM To: Brooksby, Glen W (GE Global Research, US) Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build The nightly iOS build is off VTK master and I know the examples have been tested fairly recently so that may be the way to go. I know folks are using it on an iOS based project so maybe give master a shot. On Wed, May 24, 2017 at 9:58 AM, Brooksby, Glen W (GE Global Research, US) > wrote: Thanks again Ken. I agree that ES2 should be removed because it is not only present, but it?s the default. However, the 7.1.1 iOS build is still broken. The problems are indicated in this stackoverflow post from December. I see from the current master branch that the misnamed variable ?multisample? has been fixed by changing to ?multisampling?. Simple enough. However, there is still the issue of GL_MULTISAMPLE being undefined. I can see it is defined in the following files: ThirdParty/glew/vtkglew/include/GL/glew.h Utilities/ParseOGLExt/headers/GL3/gl3.h Utilities/ParseOGLExt/headers/glext.h but with it in 3 locations I can?t tell how it is supposed to properly make its way into the Rendering/OpenGL2/*. Is your working build from the master branch? I?m wondering if I should abandon hope with 7.1.1 and go to 8.x. Suggestions? Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Wednesday, May 24, 2017 8:06 AM To: Brooksby, Glen W (GE Global Research, US) > Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build We no longer support ES2 (I should remove that option) so ES3 is definitely a good step. On Tue, May 23, 2017 at 5:03 PM, Brooksby, Glen W (GE Global Research, US) > wrote: Thanks for the prompt reply Ken. I?ll give it another go. The only difference I see between your build and mine is OPENGL_ES_VERSION=3.0, and BUILD_EXAMPLES=ON, whereas I had ES=2.0 and examples off. I?ll make the change and see what happens. Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Tuesday, May 23, 2017 3:58 PM To: Brooksby, Glen W (GE Global Research, US) > Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build The ios build of VTK starts at the top where it sets up subdirectories and then recursively calls cmake on VTK for those subdirectories with specific options. So the return at the top is correct. When the build process is building the subdirectories it will process that same file with different settings where it will get to those later if statements. Also you can look at https://open.cdash.org/viewNotes.php?buildid=4909344 which shows how the nightly dashboard is setup for iOS. Hope that helps! Ken On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) > wrote: I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. In looking at the top level CMakeLists.txt file I see a stanza that says: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) return() endif() The only instructions I see for building VTK for iOS are here. These instructions say to set VTK_IOS_BUILD=ON and a few other variables. However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, or quit processing the top-level CMakeLists.txt file. Yet further down in the same CMakeLists.txt file I see: if (ANDROID OR APPLE_IOS) ? and if (APPLE_IOS)? These two conditionals seem to be targeting iOS, but will never be reached if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor instructions to set it. For my case I changed the first stanza to: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) SET (APPLE_IOS 1) #return() endif() Configure, generate, and the build seems to get much further, but the build still breaks when building for the simulator (in vtkGL2PSExporter.cxx because it?s not finding vtk_gl2ps.h). A framework is produced, but it appears to be incomplete. Specifically, vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused by APPLE_IOS being set. Because of this the iOS example GLPaint cannot be built. Is there anyone who is having success building VTK 7.1.1 for iOS who can shed some light on this or provide more thorough instructions? Would a different version have more success? A VTK Framework does appear to have been produced. For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. Thanks, Glen Brooksby _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Wed May 24 12:14:18 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Wed, 24 May 2017 18:14:18 +0200 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Den 24 maj 2017 5:27 em skrev "Bill Q" : > > Hi Dan, > After set the layer, I got this error: > > VTK-7.1.0\Rendering\Core\vtkRendererCollection.cxx, line 61 vtkRendererCollection (000000001192E3A0): Invalid layer for renderer: not rendered. > > And the text renderer didn't show up. You'll need to call SetNumberOfLayers(2) on your render window first I think. Elvis > > Many thanks. > > > Bill > > On Wed, May 24, 2017 at 11:06 PM, Dan Lipsa wrote: >> >> Bill, >> Try using SetLayer(1) for the renderer that has the text. >> >> Dan >> >> >> On Wed, May 24, 2017 at 10:34 AM, Bill Q wrote: >>> >>> Hi Dan, >>> Thanks a ton for the example. The example used 4 different viewports. However, for my application, I need to set all renderers under the same viewport. The problem is that if I add a second renderer into the render window and using the default viewport, it will cover the first renderer and nothing on the first renderer will show up. I am wondering if I did the whole thing wrong. >>> >>> My purpose is to display some DICOM images, some texts, and scales on the same screen. Also, I would like to make the scales zoom with the DICOM images but the texts stay put. Most importantly, I would like to get the world coordinates on the DICOM image when users click on the screen, so I can mark the click properly. >>> >>> What should be done in order to get this working? >>> >>> >>> Many thanks. >>> >>> >>> Bill >>> >>> On Wed, May 24, 2017 at 12:02 AM, Dan Lipsa wrote: >>>> >>>> Not sure what is going on. Do the objects you are rendering have the same world coordinates? Are both renderers added to the rendering window? >>>> Here is an example with multiple renderer (they are over different viewports but they could have the same viewport as well) >>>> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports >>>> >>>> On Tue, May 23, 2017 at 11:39 AM, Bill Q wrote: >>>>> >>>>> I just gave it a try. But when I added another renderer into the window that I used for text actors, it overlaps and covered the first renderer. So the first renderer won't show up. Is there a solution? >>>>> >>>>> Many thanks. >>>>> >>>>> >>>>> Bill >>>>> >>>>> On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa wrote: >>>>>> >>>>>> I think moving those text actors on a different renderer will solve your problem. >>>>>> >>>>>> Dan >>>>>> >>>>>> >>>>>> On Tue, May 23, 2017 at 9:40 AM, Bill Q wrote: >>>>>>> >>>>>>> Hi Dan, >>>>>>> Thanks a lot for the reply. Yes, that's exactly the case. If I remove the text actors, the world picker would return the correct coordinates. So, what method should I use in order to get the correct coordinates no matter how many actors I put in with the dicom image reader actor? >>>>>>> >>>>>>> Many thanks. >>>>>>> >>>>>>> >>>>>>> Bill >>>>>>> >>>>>>> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa wrote: >>>>>>>> >>>>>>>> Bill, >>>>>>>> For display_to_world, the picker picks up only what is visible (closes to the camera). You might have several objects (several values in world coordinates) that end up over the same display coordinate. This might explain why adding those text actors changes what you pick. >>>>>>>> >>>>>>>> Dan >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Sun, May 21, 2017 at 5:25 AM, Bill Q wrote: >>>>>>>>> >>>>>>>>> Can anybody help? Many thanks. >>>>>>>>> >>>>>>>>> Many thanks. >>>>>>>>> >>>>>>>>> >>>>>>>>> Bill >>>>>>>>> >>>>>>>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q wrote: >>>>>>>>>> >>>>>>>>>> Hello Everyone, >>>>>>>>>> I encountered a weird problem in coordinate conversion. >>>>>>>>>> >>>>>>>>>> In order to check the accuracy, I converted from display to world, and from world back to display. Using the following ways: >>>>>>>>>> >>>>>>>>>> self.world_picker = vtk.vtkWorldPointPicker() >>>>>>>>>> >>>>>>>>>> def display_to_world(self, pt): >>>>>>>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >>>>>>>>>> picker_pt = self.world_picker.GetPickPosition() >>>>>>>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >>>>>>>>>> return picker_pt >>>>>>>>>> >>>>>>>>>> def world_to_display(self, pt): >>>>>>>>>> if len(pt) == 3: >>>>>>>>>> pt = pt + (1.0,) >>>>>>>>>> elif len(pt) == 2: >>>>>>>>>> pt = pt + (0.0, 1.0) >>>>>>>>>> self.ren.SetWorldPoint(pt) >>>>>>>>>> self.ren.WorldToDisplay() >>>>>>>>>> pt = self.ren.GetDisplayPoint() >>>>>>>>>> pt = (pt[0], pt[1]) >>>>>>>>>> return pt >>>>>>>>>> >>>>>>>>>> pt = [5, 5] >>>>>>>>>> >>>>>>>>>> world_pt = self. world_to_display(pt) >>>>>>>>>> >>>>>>>>>> display_pt = self. world_to_display(world_pt) >>>>>>>>>> >>>>>>>>>> In some cases, it's quite accurate, which means pt equals display_pt. But, in some cases, the result is simply wrong. For example, for (5, 5), after conversions back to display, the coordinate becomes (20.89, 20.89). >>>>>>>>>> >>>>>>>>>> Any ideas? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Many thanks. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Bill >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> 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: >>>>>>>>> http://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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lasso at queensu.ca Wed May 24 12:17:49 2017 From: lasso at queensu.ca (Andras Lasso) Date: Wed, 24 May 2017 16:17:49 +0000 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: There are many free, open-source, VTK-based medical image computing software applications that do exactly these and much more (3D Slicer, ITK-Snap, MITK, etc). Just have a look at their source code and copy-paste what you need (at least from 3D Slicer and MITK, as they have BSD-type license). Or, even better, save yourself a couple of years of work and implement your application as custom plugins in one of these applications. The advantage of building on an existing application framework is that all the features that you don?t even know that your users will request, are already implemented, documented, and tested by thousands of users. It made sense 10-15 years ago to develop medical applications from scratch, but now that there are very good, established platforms, you should build on top of those. Andras From: vtkusers [mailto:vtkusers-bounces at vtk.org] On Behalf Of Bill Q Sent: Wednesday, May 24, 2017 10:35 AM To: Dan Lipsa Cc: VTK Users Subject: Re: [vtkusers] Issues with coordinate conversion, possible VTK bugs? Hi Dan, Thanks a ton for the example. The example used 4 different viewports. However, for my application, I need to set all renderers under the same viewport. The problem is that if I add a second renderer into the render window and using the default viewport, it will cover the first renderer and nothing on the first renderer will show up. I am wondering if I did the whole thing wrong. My purpose is to display some DICOM images, some texts, and scales on the same screen. Also, I would like to make the scales zoom with the DICOM images but the texts stay put. Most importantly, I would like to get the world coordinates on the DICOM image when users click on the screen, so I can mark the click properly. What should be done in order to get this working? Many thanks. Bill On Wed, May 24, 2017 at 12:02 AM, Dan Lipsa > wrote: Not sure what is going on. Do the objects you are rendering have the same world coordinates? Are both renderers added to the rendering window? Here is an example with multiple renderer (they are over different viewports but they could have the same viewport as well) http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports On Tue, May 23, 2017 at 11:39 AM, Bill Q > wrote: I just gave it a try. But when I added another renderer into the window that I used for text actors, it overlaps and covered the first renderer. So the first renderer won't show up. Is there a solution? Many thanks. Bill On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa > wrote: I think moving those text actors on a different renderer will solve your problem. Dan On Tue, May 23, 2017 at 9:40 AM, Bill Q > wrote: Hi Dan, Thanks a lot for the reply. Yes, that's exactly the case. If I remove the text actors, the world picker would return the correct coordinates. So, what method should I use in order to get the correct coordinates no matter how many actors I put in with the dicom image reader actor? Many thanks. Bill On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa > wrote: Bill, For display_to_world, the picker picks up only what is visible (closes to the camera). You might have several objects (several values in world coordinates) that end up over the same display coordinate. This might explain why adding those text actors changes what you pick. Dan On Sun, May 21, 2017 at 5:25 AM, Bill Q > wrote: Can anybody help? Many thanks. Many thanks. Bill On Fri, May 19, 2017 at 11:20 PM, Bill Q > wrote: Hello Everyone, I encountered a weird problem in coordinate conversion. In order to check the accuracy, I converted from display to world, and from world back to display. Using the following ways: self.world_picker = vtk.vtkWorldPointPicker() def display_to_world(self, pt): self.world_picker.Pick(pt[0], pt[1], 0, self.ren) picker_pt = self.world_picker.GetPickPosition() picker_pt = (picker_pt[0], picker_pt[1], 0) return picker_pt def world_to_display(self, pt): if len(pt) == 3: pt = pt + (1.0,) elif len(pt) == 2: pt = pt + (0.0, 1.0) self.ren.SetWorldPoint(pt) self.ren.WorldToDisplay() pt = self.ren.GetDisplayPoint() pt = (pt[0], pt[1]) return pt pt = [5, 5] world_pt = self. world_to_display(pt) display_pt = self. world_to_display(world_pt) In some cases, it's quite accurate, which means pt equals display_pt. But, in some cases, the result is simply wrong. For example, for (5, 5), after conversions back to display, the coordinate becomes (20.89, 20.89). Any ideas? Many thanks. Bill _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken.martin at kitware.com Wed May 24 12:22:41 2017 From: ken.martin at kitware.com (Ken Martin) Date: Wed, 24 May 2017 12:22:41 -0400 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: Message-ID: Nothing comes to mind - Ken On Wed, May 24, 2017 at 12:10 PM, Brooksby, Glen W (GE Global Research, US) wrote: > So I?ve moved to building from the master branch. I note that in CMake > there is now no option for building with ES3 or ES2, so I?m presuming that > is handled properly internally now. But now I?m getting the following > failure: > > > > [ 85%] Linking C static library ../../../lib/libvtkglew-8.1.a > > [ 85%] Built target vtkglew > > make[5]: *** No rule to make target `/Users/200005229/VTK-master/ > Rendering/OpenGL2/vtkEncodeString', needed by `Rendering/OpenGL2/ > vtkTextureObjectVS.cxx'. > > make[5]: Target `Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/depend' > not remade because of errors. > > make[4]: *** [Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/all] > Error 2 > > Scanning dependencies of target vtkRenderingVolume > > [ 85%] Building CXX object Rendering/Volume/CMakeFiles/ > vtkRenderingVolume.dir/vtkDirectionEncoder.cxx.o > > > > Any thoughts? > > > > Glen > > > > *From:* Ken Martin [mailto:ken.martin at kitware.com] > *Sent:* Wednesday, May 24, 2017 10:02 AM > *To:* Brooksby, Glen W (GE Global Research, US) > *Cc:* vtkusers at vtk.org > *Subject:* EXT: Re: [vtkusers] VTK 7.1.1 iOS build > > > > The nightly iOS build is off VTK master and I know the examples have been > tested fairly recently so that may be the way to go. I know folks are using > it on an iOS based project so maybe give master a shot. > > > > On Wed, May 24, 2017 at 9:58 AM, Brooksby, Glen W (GE Global Research, US) > wrote: > > Thanks again Ken. I agree that ES2 should be removed because it is not > only present, but it?s the default. > > However, the 7.1.1 iOS build is still broken. > > > > The problems are indicated in this stackoverflow > > post from December. I see from the current master branch that the misnamed > variable ?multisample? has been fixed by changing to ?multisampling?. > Simple enough. However, there is still the issue of GL_MULTISAMPLE being > undefined. > > > > I can see it is defined in the following files: > > > > ThirdParty/glew/vtkglew/include/GL/glew.h > > Utilities/ParseOGLExt/headers/GL3/gl3.h > > Utilities/ParseOGLExt/headers/glext.h > > > > but with it in 3 locations I can?t tell how it is supposed to properly > make its way into the Rendering/OpenGL2/*. > > > > Is your working build from the master branch? I?m wondering if I should > abandon hope with 7.1.1 and go to 8.x. > > > > Suggestions? > > > > Glen > > > > *From:* Ken Martin [mailto:ken.martin at kitware.com] > *Sent:* Wednesday, May 24, 2017 8:06 AM > *To:* Brooksby, Glen W (GE Global Research, US) > *Cc:* vtkusers at vtk.org > *Subject:* EXT: Re: [vtkusers] VTK 7.1.1 iOS build > > > > We no longer support ES2 (I should remove that option) so ES3 is > definitely a good step. > > > > On Tue, May 23, 2017 at 5:03 PM, Brooksby, Glen W (GE Global Research, US) > wrote: > > Thanks for the prompt reply Ken. I?ll give it another go. The only > difference I see between your build and mine is OPENGL_ES_VERSION=3.0, and > BUILD_EXAMPLES=ON, whereas I had ES=2.0 and examples off. I?ll make the > change and see what happens. > > > > Glen > > > > *From:* Ken Martin [mailto:ken.martin at kitware.com] > *Sent:* Tuesday, May 23, 2017 3:58 PM > *To:* Brooksby, Glen W (GE Global Research, US) > *Cc:* vtkusers at vtk.org > *Subject:* EXT: Re: [vtkusers] VTK 7.1.1 iOS build > > > > The ios build of VTK starts at the top where it sets up subdirectories and > then recursively calls cmake on VTK for those subdirectories with specific > options. So the return at the top is correct. When the build process is > building the subdirectories it will process that same file with different > settings where it will get to those later if statements. > > > > Also you can look at > > > > https://open.cdash.org/viewNotes.php?buildid=4909344 > > > > which shows how the nightly dashboard is setup for iOS. > > > > > > Hope that helps! > > Ken > > > > On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) > wrote: > > I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. > In looking at the top level CMakeLists.txt file I see a stanza that says: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > return() > > endif() > > > > The only instructions I see for building VTK for iOS are here > . These > instructions say to set VTK_IOS_BUILD=ON and a few other variables. > > However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, > or quit processing the top-level CMakeLists.txt file. Yet further down in > the same CMakeLists.txt file I see: > > > > if (ANDROID OR APPLE_IOS) ? > > > > and > > > > if (APPLE_IOS)? > > > > These two conditionals seem to be targeting iOS, but will never be reached > if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor > instructions to set it. > > > > For my case I changed the first stanza to: > > > > option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) > > if (VTK_IOS_BUILD) > > include(vtkiOS) > > SET (APPLE_IOS 1) > > #return() > > endif() > > > > Configure, generate, and the build seems to get much further, but the > build still breaks when building for the simulator (in vtkGL2PSExporter.cxx > because it?s not finding vtk_gl2ps.h). > > > > A framework is produced, but it appears to be incomplete. Specifically, > vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused > by APPLE_IOS being set. Because of this the iOS example GLPaint cannot > be built. > > > > Is there anyone who is having success building VTK 7.1.1 for iOS who can > shed some light on this or provide more thorough instructions? Would a > different version have more success? A VTK Framework does appear to have > been produced. > > > > For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m > building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. > > > > Thanks, > > > > Glen Brooksby > > > > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > > > > > -- > > Ken Martin PhD > > Distinguished Engineer > Kitware Inc. > > 28 Corporate Drive > Clifton Park NY 12065 > > > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > > > > > > -- > > Ken Martin PhD > > Distinguished Engineer > Kitware Inc. > > 28 Corporate Drive > Clifton Park NY 12065 > > > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > > > > > > -- > > Ken Martin PhD > > Distinguished Engineer > Kitware Inc. > > 28 Corporate Drive > Clifton Park NY 12065 > > > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pat.marion at drive.ai Wed May 24 15:42:53 2017 From: pat.marion at drive.ai (Pat Marion) Date: Wed, 24 May 2017 12:42:53 -0700 Subject: [vtkusers] Job positions at Drive.ai Message-ID: Hi folks, Drive.ai is looking to hire several positions that may be of interest to the VTK community. We are building self driving cars and visualization tools like VTK are crucial to our mission. *Data visualization engineer*: https://www.drive.ai/careers?gh_jid=524336 *All job postings*: https://www.drive.ai/careers *Location:* Mountain View, CA. If you choose to apply, please mention that you saw this email! Here's our demo video: https://www.youtube.com/watch?v=GMvgtPN2IBU And here's a technical article that provides more details about our company: http://spectrum.ieee.org/cars-that-think/transportation/ self-driving/how-driveai-is-mastering-autonomous-driving-with-deep-learning -Pat ------- Are you excited about shaping the self-driving car revolution and beyond? Our goal is to revolutionize transportation to bring safety, convenience and mobility to our roads and communities. We currently are one of the few companies that have autonomous vehicles on city streets. In this position, you will be part of the team working towards our vision of ubiquitous autonomous vehicles. Join a small collaborative team of world class researchers and engineers using cutting edge deep learning technology to power the next generation of self-driving cars! As a *Data Visualization Software Engineer*, you will develop tools that push forward and support autonomous driving. You will understand and define the problem space and work with other great engineers to design the front end to improve our systems. *Responsibilities:* - Create data visualization tools with 3D graphics software for autonomous driving - Build and design annotation tools for data labeling *Requirements:* - Strong software programming experience - Experience creating production quality UI tools and the product life cycle - Skilled in C++ and/or Python - Ability to quickly develop a prototype or demo *Preferred:* - VTK and Qt application framework, or similar graphics framework - Familiarity with vehicle systems, robotics or game engines such as Unreal or Unity - Experience with robotic sensors such as LIDAR, Camera and Radar - Experience with computer vision projects - Experience with user interface design and standard UI/UX methodologies - BS in CS, EE, HCI, Mathematics, Physics or related field -- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. -------------- next part -------------- An HTML attachment was scrubbed... URL: From wushx6 at gmail.com Wed May 24 19:34:41 2017 From: wushx6 at gmail.com (alanwsx) Date: Wed, 24 May 2017 16:34:41 -0700 (MST) Subject: [vtkusers] vtkSelectVisiblePoints and vtkPolyData In-Reply-To: <1495202381186-5743324.post@n5.nabble.com> References: <1495202381186-5743324.post@n5.nabble.com> Message-ID: <1495668881276-5743404.post@n5.nabble.com> Still not solved. Any ideas would be appreciated. Shangxuan -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkSelectVisiblePoints-and-vtkPolyData-tp5743324p5743404.html Sent from the VTK - Users mailing list archive at Nabble.com. From nagao-saichi at jcom.home.ne.jp Wed May 24 21:36:55 2017 From: nagao-saichi at jcom.home.ne.jp (nagao saichi) Date: Wed, 24 May 2017 18:36:55 -0700 (MST) Subject: [vtkusers] Newer version of vtkFXCanvas, bugs fix and performance improve. In-Reply-To: <1495600569331-5743378.post@n5.nabble.com> References: <2176973.Iq96Pn6YAV@localhost.localdomain> <70365181.9MZ1cpG9GF@localhost.localdomain> <1495590774125-5743376.post@n5.nabble.com> <1495594212137-5743377.post@n5.nabble.com> <1495600569331-5743378.post@n5.nabble.com> Message-ID: <1495676215299-5743405.post@n5.nabble.com> vtkFXCanvas.java -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-and-JavaFX-tp5728083p5743405.html Sent from the VTK - Users mailing list archive at Nabble.com. From lplavorante at gmail.com Thu May 25 08:47:52 2017 From: lplavorante at gmail.com (Luca Pallozzi Lavorante) Date: Thu, 25 May 2017 09:47:52 -0300 Subject: [vtkusers] Remove duplicate triangles in vtkPolyData Message-ID: Good morning, I would like to know if there any VTK (7.0) class to remove duplicate triangles in a vtkPolyData. Actually, the duplicate triangles are the output of the following pipeline: vtkUnstructuredGrid -> vtkDataSetSurfaceFilter My original data is a geological layer which can have zero thickness in some portions. When this happens, vtkDataSetSurfaceFilter returns a vtkPolyData mesh with duplicated triangles. When I apply vtkPolyDataNormals to this mesh, the duplicated triangles do not appear smooth. So I though I could use vtkCleanPolyData, but it did not work. Thanks in advance for any help. Luca Pallozzi Lavorante -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagao-saichi at jcom.home.ne.jp Thu May 25 20:26:23 2017 From: nagao-saichi at jcom.home.ne.jp (nagao saichi) Date: Thu, 25 May 2017 17:26:23 -0700 (MST) Subject: [vtkusers] Newer version of vtkFXCanvas has more bug , memory increase of rendering In-Reply-To: <1495676215299-5743405.post@n5.nabble.com> References: <2176973.Iq96Pn6YAV@localhost.localdomain> <70365181.9MZ1cpG9GF@localhost.localdomain> <1495590774125-5743376.post@n5.nabble.com> <1495594212137-5743377.post@n5.nabble.com> <1495600569331-5743378.post@n5.nabble.com> <1495676215299-5743405.post@n5.nabble.com> Message-ID: <1495758383794-5743420.post@n5.nabble.com> newer version detecte fatal error , continue rendering long time. in createWritableImage method , add two lines like below. writer.setPixels(0, 0, w, h, pixForm, array.GetJavaArray(), 0, w*3); array.Resize(0); array.Delete(); -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-and-JavaFX-tp5728083p5743420.html Sent from the VTK - Users mailing list archive at Nabble.com. From rccm.kyoshimi at gmail.com Fri May 26 00:06:14 2017 From: rccm.kyoshimi at gmail.com (kenichiro yoshimi) Date: Fri, 26 May 2017 13:06:14 +0900 Subject: [vtkusers] Remove duplicate triangles in vtkPolyData In-Reply-To: References: Message-ID: Hi, I have a filter to remove duplicate polygons which is created with reference to the filter vtkCleanUnstructuredGridCells in ParaView. I have attached the sample. I hope this will help you in some way. Thanks, 2017-05-25 21:47 GMT+09:00 Luca Pallozzi Lavorante : > Good morning, > I would like to know if there any VTK (7.0) class to remove duplicate > triangles in a vtkPolyData. Actually, the duplicate triangles are the output > of the following pipeline: > > vtkUnstructuredGrid -> vtkDataSetSurfaceFilter > > My original data is a geological layer which can have zero thickness in > some portions. When this happens, vtkDataSetSurfaceFilter returns a > vtkPolyData mesh with duplicated triangles. When I apply vtkPolyDataNormals > to this mesh, the duplicated triangles do not appear smooth. So I though I > could use vtkCleanPolyData, but it did not work. > > Thanks in advance for any help. > > Luca Pallozzi Lavorante > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- A non-text attachment was scrubbed... Name: RemoveDuplicatePolys.tar.gz Type: application/x-gzip Size: 3195 bytes Desc: not available URL: From alvaro.sanchez at kitware.com Fri May 26 09:03:50 2017 From: alvaro.sanchez at kitware.com (Alvaro Sanchez) Date: Fri, 26 May 2017 09:03:50 -0400 Subject: [vtkusers] vtkVolumeTextureMapper3D in VTK 7.1? In-Reply-To: References: <1488814239807-5742368.post@n5.nabble.com> Message-ID: Hi Simon, sorry for the delay. - Will this work as well with real number, not only integers ? Let's say an > ImageSampleDistance of 1.4 ? Like it is possible for the > FixedRayCastVolumeMapper. > Yes, supports real numbers. > - Will there be a mechanism that can make some use of this during > interaction, like the Fixed ray cast mapper ? There are these methods > called SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, > together used with the SetInteractiveSampleDistance they gives us a great > flexibility over the tuning of the rendering during interaction. Will there > be an equivalent mechanism with the GPU implementation ? > This is not currently supported in the GPU implementation. One thing we need to review is the current implementation of UpdateSamplingDistance, to ensure it makes use of ImageSampleDistance (xy-sampling) as well, not only SampleDistance (ray-sampling distance). Adding a mechanism similar to that in FixedRayCastMapper would make sense. > - I always found the naming ImageSampleDistance quite confusing, shouldn't > that be renamed to ImageSampling or something else to avoid confusion with > the SamplingDistance ? RenderedImageSampling/FinalImageSampling vs > RaySampling ? > It is indeed confusing at first glance, it has remained like that for historical reasons I guess. It would probably make sense to review the API of GPURayCast at some point. > - The current implementation is mixing the 2 parameters, it looks like the > SamplingDistance along the ray is clamped using the > Minimum/MaximumImageSampleDistance right now (line 3008 of > the vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? > I could not find the line you are referring to, might be that the code is out of date. Could you look again in the code and tell me if you still can see this? > - Does that works with the jittering option enabled ? > Yes, this should work with jittering on. Cheers! On Thu, Apr 6, 2017 at 4:28 AM, Simon Esneault wrote: > Hello Alvaro > > Thanks for your work, this looks promising !! > I have a few questions: > > - Will this work as well with real number, not only integers ? Let's say > an ImageSampleDistance of 1.4 ? Like it is possible for the > FixedRayCastVolumeMapper. > > - Will there be a mechanism that can make some use of this during > interaction, like the Fixed ray cast mapper ? There are these methods > called SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, > together used with the SetInteractiveSampleDistance they gives us a great > flexibility over the tuning of the rendering during interaction. Will there > be an equivalent mechanism with the GPU implementation ? > > - I always found the naming ImageSampleDistance quite confusing, shouldn't > that be renamed to ImageSampling or something else to avoid confusion with > the SamplingDistance ? RenderedImageSampling/FinalImageSampling vs > RaySampling ? > > - The current implementation is mixing the 2 parameters, it looks like the > SamplingDistance along the ray is clamped using the > Minimum/MaximumImageSampleDistance right now (line 3008 of > the vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? > > - Does that works with the jittering option enabled ? > > Thanks a lot for that work, we will benefit a lot from that :) > > Simon > > 2017-03-31 18:34 GMT+02:00 Alvaro Sanchez : > >> Here is the merge request: >> >> https://gitlab.kitware.com/vtk/vtk/merge_requests/2641 >> >> On Wed, Mar 8, 2017 at 11:08 AM, Alvaro Sanchez < >> alvaro.sanchez at kitware.com> wrote: >> >>> Thanks for the interest. There is no branch yet but I will ping you once >>> you can try it out. >>> >>> > Also in that case would it be possible to add a final "gaussian >>> smoothing >>> > pass" or equivalent only on the 2D generated image (maybe only as an >>> option) >>> >>> The first version will most likely only support linear interpolation, >>> but will keep this in mind. >>> >>> >>> On Wed, Mar 8, 2017 at 8:04 AM, Elvis Stansvik < >>> elvis.stansvik at orexplore.com> wrote: >>> >>>> 2017-03-08 11:16 GMT+01:00 Simon ESNEAULT : >>>> > Hello Alvaro, >>>> > >>>> > That's real good news to hear (about the down-sampling in X and Y), I >>>> find >>>> > it really difficult to tweak volume rendering only with sample >>>> distance, >>>> > especially during interaction. >>>> > Has the development began already ? Is there some branche where we >>>> can test >>>> > that feature ? >>>> > >>>> > Also in that case would it be possible to add a final "gaussian >>>> smoothing >>>> > pass" or equivalent only on the 2D generated image (maybe only as an >>>> option) >>>> > ? I look like it is the case with FixedPointVolumeraycastMapper, the >>>> image >>>> > looks a bit blurred but sometimes it helps to see the structures >>>> >>>> I'm also very interested in this. I'm using vtkGPUVolumeRayCastMapper, >>>> and I'm currently turning off the automatic adjustment of sample >>>> distance during interaction and resorted to doing my own simpler >>>> adjustment. I'm simply quadrupling the sample distance during >>>> interaction (for still rendering I use >>>> (spacingX+spacingY+spacingZ)/6). I'd love to have another quality >>>> controlling knob to turn. >>>> >>>> Is there a MR up for it already? Will it be in 7.2? >>>> >>>> Elvis >>>> >>>> > >>>> > Thanks >>>> > Simon >>>> > >>>> > >>>> > 2017-03-06 18:17 GMT+01:00 Alvaro Sanchez >>> >: >>>> >> >>>> >> Hi Shark, >>>> >> >>>> >> unfortunately there is no current plan of porting >>>> vtkVolumeTextureMapper3D >>>> >> to OpenGL2 >>>> >> , as far as I know. We will soon however support image down >>>> sampling in X >>>> >> and Y which >>>> >> should serve as additional knobs to tweak the performance of >>>> >> GPURayCastMapper in >>>> >> OpenGL2 (only sample distance can be currently adjusted). >>>> >> >>>> >> Could you provide more detail on the size of the dataset you are >>>> rendering >>>> >> and your GPU >>>> >> specs? >>>> >> >>>> >> Thanks, >>>> >> ?lvaro >>>> >> >>>> >> On Mon, Mar 6, 2017 at 10:30 AM, Shark wrote: >>>> >>> >>>> >>> Hello, >>>> >>> >>>> >>> I have been having some issues with vtkVolumeTextureMapper3D. I see >>>> it >>>> >>> has >>>> >>> been deprecated, however it is still available if I use the old >>>> openGL. >>>> >>> >>>> >>> Since for software rendering with texture mapping is much faster >>>> than ray >>>> >>> casting, I would like to know if you are planning to have a Volume >>>> >>> Texture >>>> >>> Mapper for openGL 2, or if there is actually a new one that I am >>>> not able >>>> >>> to >>>> >>> find. >>>> >>> >>>> >>> Best regards, >>>> >>> Shark >>>> >>> >>>> >>> >>>> >>> >>>> >>> >>>> >>> -- >>>> >>> View this message in context: >>>> >>> http://vtk.1045678.n5.nabble.com/vtkVolumeTextureMapper3D-in >>>> -VTK-7-1-tp5742368.html >>>> >>> Sent from the VTK - Users mailing list archive at Nabble.com. >>>> >>> _______________________________________________ >>>> >>> 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: >>>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> Alvaro Sanchez >>>> >> Kitware, Inc. >>>> >> Senior R&D Engineer >>>> >> 21 Corporate Drive >>>> >> Clifton Park, NY 12065-8662 >>>> >> Phone: 518-881-4901 >>>> >> >>>> >> _______________________________________________ >>>> >> 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: >>>> >> http://public.kitware.com/mailman/listinfo/vtkusers >>>> >> >>>> > >>>> > >>>> > >>>> > -- >>>> > ------------------------------------------------------------------ >>>> > Simon Esneault >>>> > Rennes, France >>>> > ------------------------------------------------------------------ >>>> > >>>> > _______________________________________________ >>>> > 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: >>>> > http://public.kitware.com/mailman/listinfo/vtkusers >>>> > >>>> >>> >>> >>> >>> -- >>> Alvaro Sanchez >>> Kitware, Inc. >>> Senior R&D Engineer >>> 21 Corporate Drive >>> Clifton Park, NY 12065-8662 >>> Phone: 518-881-4901 <(518)%20881-4901> >>> >> >> >> >> -- >> Alvaro Sanchez >> Kitware, Inc. >> Senior R&D Engineer >> 21 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-881-4901 <(518)%20881-4901> >> > > > > -- > ------------------------------------------------------------------ > Simon Esneault > Rennes, France > ------------------------------------------------------------------ > -- Alvaro Sanchez Kitware, Inc. Senior R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4901 -------------- next part -------------- An HTML attachment was scrubbed... URL: From lplavorante at gmail.com Fri May 26 12:54:56 2017 From: lplavorante at gmail.com (Luca Pallozzi Lavorante) Date: Fri, 26 May 2017 13:54:56 -0300 Subject: [vtkusers] Remove duplicate triangles in vtkPolyData In-Reply-To: References: Message-ID: Hi Kenichiro, thank you very much for the code. I will use it and let you know how it worked. Luca On Fri, May 26, 2017 at 1:06 AM, kenichiro yoshimi wrote: > Hi, > > I have a filter to remove duplicate polygons which is created with > reference to the filter vtkCleanUnstructuredGridCells in ParaView. I > have attached the sample. I hope this will help you in some way. > > Thanks, > > 2017-05-25 21:47 GMT+09:00 Luca Pallozzi Lavorante >: > > Good morning, > > I would like to know if there any VTK (7.0) class to remove duplicate > > triangles in a vtkPolyData. Actually, the duplicate triangles are the > output > > of the following pipeline: > > > > vtkUnstructuredGrid -> vtkDataSetSurfaceFilter > > > > My original data is a geological layer which can have zero thickness in > > some portions. When this happens, vtkDataSetSurfaceFilter returns a > > vtkPolyData mesh with duplicated triangles. When I apply > vtkPolyDataNormals > > to this mesh, the duplicated triangles do not appear smooth. So I though > I > > could use vtkCleanPolyData, but it did not work. > > > > Thanks in advance for any help. > > > > Luca Pallozzi Lavorante > > > > _______________________________________________ > > 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: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Fri May 26 14:08:11 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Sat, 27 May 2017 02:08:11 +0800 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: Hi Elvis and Dan, Thank you very much for the response. After setting the render window SetNumberOfLayers(2) and setting the renderer with text SetLayer(1), both the layers with the DICOM images and the layer with the text can show up. But, the problem still persists. I still cannot get the correct world coordinates by using the following function: *def *display_to_world2(self, pt): worldPt = [0, 0, 0, 0] vtk.vtkInteractorObserver.ComputeDisplayToWorld(self.renderer_dicom, pt[ 0], pt[1], 0, worldPt) *return *worldPt[0] / worldPt[3], worldPt[1] / worldPt[3], worldPt[2] / worldPt[3] The z returned is always 86.33. Meanwhile, I cannot use the world picker either, because it still picks the text's world coordinate. So, either I can make the above function work on the DICOM renderer or I have to make the world picker not picking up anything on the text renderer. I am not sure how I can get any of these two ways done. Any suggestions would be greatly appreciated! Many thanks. Bill On Thu, May 25, 2017 at 12:14 AM, Elvis Stansvik < elvis.stansvik at orexplore.com> wrote: > Den 24 maj 2017 5:27 em skrev "Bill Q" : > > > > Hi Dan, > > After set the layer, I got this error: > > > > VTK-7.1.0\Rendering\Core\vtkRendererCollection.cxx, line 61 > vtkRendererCollection (000000001192E3A0): Invalid layer for renderer: not > rendered. > > > > And the text renderer didn't show up. > > You'll need to call SetNumberOfLayers(2) on your render window first I > think. > > Elvis > > > > > Many thanks. > > > > > > Bill > > > > On Wed, May 24, 2017 at 11:06 PM, Dan Lipsa > wrote: > >> > >> Bill, > >> Try using SetLayer(1) for the renderer that has the text. > >> > >> Dan > >> > >> > >> On Wed, May 24, 2017 at 10:34 AM, Bill Q wrote: > >>> > >>> Hi Dan, > >>> Thanks a ton for the example. The example used 4 different viewports. > However, for my application, I need to set all renderers under the same > viewport. The problem is that if I add a second renderer into the render > window and using the default viewport, it will cover the first renderer and > nothing on the first renderer will show up. I am wondering if I did the > whole thing wrong. > >>> > >>> My purpose is to display some DICOM images, some texts, and scales on > the same screen. Also, I would like to make the scales zoom with the DICOM > images but the texts stay put. Most importantly, I would like to get the > world coordinates on the DICOM image when users click on the screen, so I > can mark the click properly. > >>> > >>> What should be done in order to get this working? > >>> > >>> > >>> Many thanks. > >>> > >>> > >>> Bill > >>> > >>> On Wed, May 24, 2017 at 12:02 AM, Dan Lipsa > wrote: > >>>> > >>>> Not sure what is going on. Do the objects you are rendering have the > same world coordinates? Are both renderers added to the rendering window? > >>>> Here is an example with multiple renderer (they are over different > viewports but they could have the same viewport as well) > >>>> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/ > MultipleViewports > >>>> > >>>> On Tue, May 23, 2017 at 11:39 AM, Bill Q > wrote: > >>>>> > >>>>> I just gave it a try. But when I added another renderer into the > window that I used for text actors, it overlaps and covered the first > renderer. So the first renderer won't show up. Is there a solution? > >>>>> > >>>>> Many thanks. > >>>>> > >>>>> > >>>>> Bill > >>>>> > >>>>> On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa > wrote: > >>>>>> > >>>>>> I think moving those text actors on a different renderer will solve > your problem. > >>>>>> > >>>>>> Dan > >>>>>> > >>>>>> > >>>>>> On Tue, May 23, 2017 at 9:40 AM, Bill Q > wrote: > >>>>>>> > >>>>>>> Hi Dan, > >>>>>>> Thanks a lot for the reply. Yes, that's exactly the case. If I > remove the text actors, the world picker would return the correct > coordinates. So, what method should I use in order to get the correct > coordinates no matter how many actors I put in with the dicom image reader > actor? > >>>>>>> > >>>>>>> Many thanks. > >>>>>>> > >>>>>>> > >>>>>>> Bill > >>>>>>> > >>>>>>> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa > wrote: > >>>>>>>> > >>>>>>>> Bill, > >>>>>>>> For display_to_world, the picker picks up only what is visible > (closes to the camera). You might have several objects (several values in > world coordinates) that end up over the same display coordinate. This might > explain why adding those text actors changes what you pick. > >>>>>>>> > >>>>>>>> Dan > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> On Sun, May 21, 2017 at 5:25 AM, Bill Q > wrote: > >>>>>>>>> > >>>>>>>>> Can anybody help? Many thanks. > >>>>>>>>> > >>>>>>>>> Many thanks. > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> Bill > >>>>>>>>> > >>>>>>>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q > wrote: > >>>>>>>>>> > >>>>>>>>>> Hello Everyone, > >>>>>>>>>> I encountered a weird problem in coordinate conversion. > >>>>>>>>>> > >>>>>>>>>> In order to check the accuracy, I converted from display to > world, and from world back to display. Using the following ways: > >>>>>>>>>> > >>>>>>>>>> self.world_picker = vtk.vtkWorldPointPicker() > >>>>>>>>>> > >>>>>>>>>> def display_to_world(self, pt): > >>>>>>>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) > >>>>>>>>>> picker_pt = self.world_picker.GetPickPosition() > >>>>>>>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) > >>>>>>>>>> return picker_pt > >>>>>>>>>> > >>>>>>>>>> def world_to_display(self, pt): > >>>>>>>>>> if len(pt) == 3: > >>>>>>>>>> pt = pt + (1.0,) > >>>>>>>>>> elif len(pt) == 2: > >>>>>>>>>> pt = pt + (0.0, 1.0) > >>>>>>>>>> self.ren.SetWorldPoint(pt) > >>>>>>>>>> self.ren.WorldToDisplay() > >>>>>>>>>> pt = self.ren.GetDisplayPoint() > >>>>>>>>>> pt = (pt[0], pt[1]) > >>>>>>>>>> return pt > >>>>>>>>>> > >>>>>>>>>> pt = [5, 5] > >>>>>>>>>> > >>>>>>>>>> world_pt = self. world_to_display(pt) > >>>>>>>>>> > >>>>>>>>>> display_pt = self. world_to_display(world_pt) > >>>>>>>>>> > >>>>>>>>>> In some cases, it's quite accurate, which means pt equals > display_pt. But, in some cases, the result is simply wrong. For example, > for (5, 5), after conversions back to display, the coordinate becomes > (20.89, 20.89). > >>>>>>>>>> > >>>>>>>>>> Any ideas? > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Many thanks. > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Bill > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> _______________________________________________ > >>>>>>>>> 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: > >>>>>>>>> http://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: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brooksby at ge.com Fri May 26 15:37:17 2017 From: brooksby at ge.com (Brooksby, Glen W (GE Global Research, US)) Date: Fri, 26 May 2017 19:37:17 +0000 Subject: [vtkusers] VTK 7.1.1 iOS build In-Reply-To: References: , Message-ID: After several more attempts to build VTK for IOS I've come to the conclusion that the build for IOS is simply broken for my OS and compiler version combination. I've tried both GUI and command line CMake; both Unix makefiles and Ninja build files. I've made sure I'm using the exact same commit of VTK (5f0d335) that shows as green on the dashboard, with the exact same options. Nothing helps. Setup: OS: MacOS v10.12.4 - Sierra Xcode: v8.3.1 (8E1000a) The C compiler identification is AppleClang 8.1.0.8020041 The CXX compiler identification is AppleClang 8.1.0.8020041 I'd be interested in hearing if anyone out there has had different luck. In the meantime I can try upgrading to Xcode 8.3.2 to see if that helps. I've included the tail end of my build outputs below in case it's helpful. Glen ==== End of Ninja build ==== ... -- Looking for off_t -- Looking for off_t - not found -- Looking for size_t -- Looking for size_t - not found -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/OpenGLES.framework -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: VTKCompileTools_DIR -- Build files have been written to: /Users/200005229/vtkbin/CMakeExternals/Build/vtk-ios-simulator ninja: build stopped: subcommand failed. ==== End of Unix makefiles build ==== ... -- Group Web modules: vtkWebCore;vtkWebPython;vtkWebGLExporter -- Backend OpenGL2 modules: vtkDomainsChemistryOpenGL2;vtkImagingOpenGL2;vtkRenderingContextOpenGL2;vtkRenderingLICOpenGL2;vtkRenderingOculus;vtkRenderingOpenGL2;vtkRenderingOpenVR;vtkRenderingVolumeOpenGL2 -- Backend OpenGL modules: vtkRenderingContextOpenGL;vtkRenderingLIC;vtkRenderingOpenGL;vtkRenderingVolumeOpenGL -- Enabled 0 modules: CMake Warning at CMake/vtkModuleTop.cmake:311 (message): No modules enabled! Call Stack (most recent call first): CMakeLists.txt:511 (include) -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: VTKCompileTools_DIR VTK_USE_64BIT_IDS -- Build files have been written to: /Users/200005229/vtkbin/CMakeExternals/Build/vtk-ios-device-armv7 [ 40%] Performing build step for 'vtk-ios-device-armv7' Scanning dependencies of target VTKData Built target VTKData [ 42%] Performing install step for 'vtk-ios-device-armv7' make[3]: *** No rule to make target `install'. Stop. make[2]: *** [CMakeExternals/Prefix/vtk-ios-device-armv7/src/vtk-ios-device-armv7-stamp/vtk-ios-device-armv7-install] Error 2 make[1]: *** [CMakeFiles/vtk-ios-device-armv7.dir/all] Error 2 make: *** [all] Error 2 ________________________________________ From: Ken Martin [ken.martin at kitware.com] Sent: Wednesday, May 24, 2017 12:22 PM To: Brooksby, Glen W (GE Global Research, US) Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build Nothing comes to mind - Ken On Wed, May 24, 2017 at 12:10 PM, Brooksby, Glen W (GE Global Research, US) > wrote: So I?ve moved to building from the master branch. I note that in CMake there is now no option for building with ES3 or ES2, so I?m presuming that is handled properly internally now. But now I?m getting the following failure: [ 85%] Linking C static library ../../../lib/libvtkglew-8.1.a [ 85%] Built target vtkglew make[5]: *** No rule to make target `/Users/200005229/VTK-master/Rendering/OpenGL2/vtkEncodeString', needed by `Rendering/OpenGL2/vtkTextureObjectVS.cxx'. make[5]: Target `Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/depend' not remade because of errors. make[4]: *** [Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/all] Error 2 Scanning dependencies of target vtkRenderingVolume [ 85%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkDirectionEncoder.cxx.o Any thoughts? Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Wednesday, May 24, 2017 10:02 AM To: Brooksby, Glen W (GE Global Research, US) > Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build The nightly iOS build is off VTK master and I know the examples have been tested fairly recently so that may be the way to go. I know folks are using it on an iOS based project so maybe give master a shot. On Wed, May 24, 2017 at 9:58 AM, Brooksby, Glen W (GE Global Research, US) > wrote: Thanks again Ken. I agree that ES2 should be removed because it is not only present, but it?s the default. However, the 7.1.1 iOS build is still broken. The problems are indicated in this stackoverflow post from December. I see from the current master branch that the misnamed variable ?multisample? has been fixed by changing to ?multisampling?. Simple enough. However, there is still the issue of GL_MULTISAMPLE being undefined. I can see it is defined in the following files: ThirdParty/glew/vtkglew/include/GL/glew.h Utilities/ParseOGLExt/headers/GL3/gl3.h Utilities/ParseOGLExt/headers/glext.h but with it in 3 locations I can?t tell how it is supposed to properly make its way into the Rendering/OpenGL2/*. Is your working build from the master branch? I?m wondering if I should abandon hope with 7.1.1 and go to 8.x. Suggestions? Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Wednesday, May 24, 2017 8:06 AM To: Brooksby, Glen W (GE Global Research, US) > Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build We no longer support ES2 (I should remove that option) so ES3 is definitely a good step. On Tue, May 23, 2017 at 5:03 PM, Brooksby, Glen W (GE Global Research, US) > wrote: Thanks for the prompt reply Ken. I?ll give it another go. The only difference I see between your build and mine is OPENGL_ES_VERSION=3.0, and BUILD_EXAMPLES=ON, whereas I had ES=2.0 and examples off. I?ll make the change and see what happens. Glen From: Ken Martin [mailto:ken.martin at kitware.com] Sent: Tuesday, May 23, 2017 3:58 PM To: Brooksby, Glen W (GE Global Research, US) > Cc: vtkusers at vtk.org Subject: EXT: Re: [vtkusers] VTK 7.1.1 iOS build The ios build of VTK starts at the top where it sets up subdirectories and then recursively calls cmake on VTK for those subdirectories with specific options. So the return at the top is correct. When the build process is building the subdirectories it will process that same file with different settings where it will get to those later if statements. Also you can look at https://open.cdash.org/viewNotes.php?buildid=4909344 which shows how the nightly dashboard is setup for iOS. Hope that helps! Ken On Tue, May 23, 2017 at 3:38 PM, Brooksby, Glen W (GE Global Research, US) > wrote: I?m attempting to build VTK (v7.1.1) for iOS and I?ve run into problems. In looking at the top level CMakeLists.txt file I see a stanza that says: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) return() endif() The only instructions I see for building VTK for iOS are here. These instructions say to set VTK_IOS_BUILD=ON and a few other variables. However, if VTK_IOS_BUILD=ON, the stanza above causes CMake to ?return?, or quit processing the top-level CMakeLists.txt file. Yet further down in the same CMakeLists.txt file I see: if (ANDROID OR APPLE_IOS) ? and if (APPLE_IOS)? These two conditionals seem to be targeting iOS, but will never be reached if VTK_IOS_BUILD=ON. I see nowhere where APPLE_IOS is set, nor instructions to set it. For my case I changed the first stanza to: option(VTK_IOS_BUILD "Build vtk.framework for iOS" OFF) if (VTK_IOS_BUILD) include(vtkiOS) SET (APPLE_IOS 1) #return() endif() Configure, generate, and the build seems to get much further, but the build still breaks when building for the simulator (in vtkGL2PSExporter.cxx because it?s not finding vtk_gl2ps.h). A framework is produced, but it appears to be incomplete. Specifically, vtkInteractorStyleMultiTouchCamera.h is not included, which may be caused by APPLE_IOS being set. Because of this the iOS example GLPaint cannot be built. Is there anyone who is having success building VTK 7.1.1 for iOS who can shed some light on this or provide more thorough instructions? Would a different version have more success? A VTK Framework does appear to have been produced. For reference I?m building VTK 7.1.1, using CMake version 3.8.0. I?m building on a Macbook air running MacOS 10.12.4 (Sierra), with Xcode 8.3.1. Thanks, Glen Brooksby _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. From elvis.stansvik at orexplore.com Fri May 26 16:06:49 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Fri, 26 May 2017 22:06:49 +0200 Subject: [vtkusers] Issues with coordinate conversion, possible VTK bugs? In-Reply-To: References: Message-ID: 2017-05-26 20:08 GMT+02:00 Bill Q : > Hi Elvis and Dan, > Thank you very much for the response. After setting the render window > SetNumberOfLayers(2) and setting the renderer with text SetLayer(1), both > the layers with the DICOM images and the layer with the text can show up. > But, the problem still persists. I still cannot get the correct world > coordinates by using the following function: > > def display_to_world2(self, pt): > worldPt = [0, 0, 0, 0] > vtk.vtkInteractorObserver.ComputeDisplayToWorld(self.renderer_dicom, > pt[0], pt[1], 0, worldPt) > return worldPt[0] / worldPt[3], worldPt[1] / worldPt[3], worldPt[2] / > worldPt[3] > > The z returned is always 86.33. > > Meanwhile, I cannot use the world picker either, because it still picks the > text's world coordinate. > > So, either I can make the above function work on the DICOM renderer or I > have to make the world picker not picking up anything on the text renderer. > I am not sure how I can get any of these two ways done. > > Any suggestions would be greatly appreciated! Could you try turning interaction off on the renderer you use for your "foreground" objects. In my code I have: auto foregroundRenderer = vtkSmartPointer::New(); foregroundRenderer->InteractiveOff(); foregroundRenderer->SetLayer(1); ... GetRenderWindow()->SetNumberOfLayers(2); Hope that helps, it's the last idea I have :p Elvis > > > Many thanks. > > > Bill > > On Thu, May 25, 2017 at 12:14 AM, Elvis Stansvik > wrote: >> >> Den 24 maj 2017 5:27 em skrev "Bill Q" : >> > >> > Hi Dan, >> > After set the layer, I got this error: >> > >> > VTK-7.1.0\Rendering\Core\vtkRendererCollection.cxx, line 61 >> > vtkRendererCollection (000000001192E3A0): Invalid layer for renderer: not >> > rendered. >> > >> > And the text renderer didn't show up. >> >> You'll need to call SetNumberOfLayers(2) on your render window first I >> think. >> >> Elvis >> >> > >> > Many thanks. >> > >> > >> > Bill >> > >> > On Wed, May 24, 2017 at 11:06 PM, Dan Lipsa >> > wrote: >> >> >> >> Bill, >> >> Try using SetLayer(1) for the renderer that has the text. >> >> >> >> Dan >> >> >> >> >> >> On Wed, May 24, 2017 at 10:34 AM, Bill Q wrote: >> >>> >> >>> Hi Dan, >> >>> Thanks a ton for the example. The example used 4 different viewports. >> >>> However, for my application, I need to set all renderers under the same >> >>> viewport. The problem is that if I add a second renderer into the render >> >>> window and using the default viewport, it will cover the first renderer and >> >>> nothing on the first renderer will show up. I am wondering if I did the >> >>> whole thing wrong. >> >>> >> >>> My purpose is to display some DICOM images, some texts, and scales on >> >>> the same screen. Also, I would like to make the scales zoom with the DICOM >> >>> images but the texts stay put. Most importantly, I would like to get the >> >>> world coordinates on the DICOM image when users click on the screen, so I >> >>> can mark the click properly. >> >>> >> >>> What should be done in order to get this working? >> >>> >> >>> >> >>> Many thanks. >> >>> >> >>> >> >>> Bill >> >>> >> >>> On Wed, May 24, 2017 at 12:02 AM, Dan Lipsa >> >>> wrote: >> >>>> >> >>>> Not sure what is going on. Do the objects you are rendering have the >> >>>> same world coordinates? Are both renderers added to the rendering window? >> >>>> Here is an example with multiple renderer (they are over different >> >>>> viewports but they could have the same viewport as well) >> >>>> >> >>>> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports >> >>>> >> >>>> On Tue, May 23, 2017 at 11:39 AM, Bill Q >> >>>> wrote: >> >>>>> >> >>>>> I just gave it a try. But when I added another renderer into the >> >>>>> window that I used for text actors, it overlaps and covered the first >> >>>>> renderer. So the first renderer won't show up. Is there a solution? >> >>>>> >> >>>>> Many thanks. >> >>>>> >> >>>>> >> >>>>> Bill >> >>>>> >> >>>>> On Tue, May 23, 2017 at 10:16 PM, Dan Lipsa >> >>>>> wrote: >> >>>>>> >> >>>>>> I think moving those text actors on a different renderer will solve >> >>>>>> your problem. >> >>>>>> >> >>>>>> Dan >> >>>>>> >> >>>>>> >> >>>>>> On Tue, May 23, 2017 at 9:40 AM, Bill Q >> >>>>>> wrote: >> >>>>>>> >> >>>>>>> Hi Dan, >> >>>>>>> Thanks a lot for the reply. Yes, that's exactly the case. If I >> >>>>>>> remove the text actors, the world picker would return the correct >> >>>>>>> coordinates. So, what method should I use in order to get the correct >> >>>>>>> coordinates no matter how many actors I put in with the dicom image reader >> >>>>>>> actor? >> >>>>>>> >> >>>>>>> Many thanks. >> >>>>>>> >> >>>>>>> >> >>>>>>> Bill >> >>>>>>> >> >>>>>>> On Mon, May 22, 2017 at 10:04 PM, Dan Lipsa >> >>>>>>> wrote: >> >>>>>>>> >> >>>>>>>> Bill, >> >>>>>>>> For display_to_world, the picker picks up only what is visible >> >>>>>>>> (closes to the camera). You might have several objects (several values in >> >>>>>>>> world coordinates) that end up over the same display coordinate. This might >> >>>>>>>> explain why adding those text actors changes what you pick. >> >>>>>>>> >> >>>>>>>> Dan >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> On Sun, May 21, 2017 at 5:25 AM, Bill Q >> >>>>>>>> wrote: >> >>>>>>>>> >> >>>>>>>>> Can anybody help? Many thanks. >> >>>>>>>>> >> >>>>>>>>> Many thanks. >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> Bill >> >>>>>>>>> >> >>>>>>>>> On Fri, May 19, 2017 at 11:20 PM, Bill Q >> >>>>>>>>> wrote: >> >>>>>>>>>> >> >>>>>>>>>> Hello Everyone, >> >>>>>>>>>> I encountered a weird problem in coordinate conversion. >> >>>>>>>>>> >> >>>>>>>>>> In order to check the accuracy, I converted from display to >> >>>>>>>>>> world, and from world back to display. Using the following ways: >> >>>>>>>>>> >> >>>>>>>>>> self.world_picker = vtk.vtkWorldPointPicker() >> >>>>>>>>>> >> >>>>>>>>>> def display_to_world(self, pt): >> >>>>>>>>>> self.world_picker.Pick(pt[0], pt[1], 0, self.ren) >> >>>>>>>>>> picker_pt = self.world_picker.GetPickPosition() >> >>>>>>>>>> picker_pt = (picker_pt[0], picker_pt[1], 0) >> >>>>>>>>>> return picker_pt >> >>>>>>>>>> >> >>>>>>>>>> def world_to_display(self, pt): >> >>>>>>>>>> if len(pt) == 3: >> >>>>>>>>>> pt = pt + (1.0,) >> >>>>>>>>>> elif len(pt) == 2: >> >>>>>>>>>> pt = pt + (0.0, 1.0) >> >>>>>>>>>> self.ren.SetWorldPoint(pt) >> >>>>>>>>>> self.ren.WorldToDisplay() >> >>>>>>>>>> pt = self.ren.GetDisplayPoint() >> >>>>>>>>>> pt = (pt[0], pt[1]) >> >>>>>>>>>> return pt >> >>>>>>>>>> >> >>>>>>>>>> pt = [5, 5] >> >>>>>>>>>> >> >>>>>>>>>> world_pt = self. world_to_display(pt) >> >>>>>>>>>> >> >>>>>>>>>> display_pt = self. world_to_display(world_pt) >> >>>>>>>>>> >> >>>>>>>>>> In some cases, it's quite accurate, which means pt equals >> >>>>>>>>>> display_pt. But, in some cases, the result is simply wrong. For example, for >> >>>>>>>>>> (5, 5), after conversions back to display, the coordinate becomes (20.89, >> >>>>>>>>>> 20.89). >> >>>>>>>>>> >> >>>>>>>>>> Any ideas? >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> Many thanks. >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> Bill >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> _______________________________________________ >> >>>>>>>>> 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: >> >>>>>>>>> http://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: >> > http://public.kitware.com/mailman/listinfo/vtkusers >> > > > From lplavorante at gmail.com Fri May 26 16:10:21 2017 From: lplavorante at gmail.com (Luca Pallozzi Lavorante) Date: Fri, 26 May 2017 17:10:21 -0300 Subject: [vtkusers] Remove duplicate triangles in vtkPolyData In-Reply-To: References: Message-ID: Hi Kenichiro, the code worked perfectly! Is your class going to be incorporated into VTK versions newer than 7.0? Many thanks Luca On Fri, May 26, 2017 at 1:54 PM, Luca Pallozzi Lavorante < lplavorante at gmail.com> wrote: > Hi Kenichiro, thank you very much for the code. I will use it and let you > know how it worked. > > Luca > > On Fri, May 26, 2017 at 1:06 AM, kenichiro yoshimi < > rccm.kyoshimi at gmail.com> wrote: > >> Hi, >> >> I have a filter to remove duplicate polygons which is created with >> reference to the filter vtkCleanUnstructuredGridCells in ParaView. I >> have attached the sample. I hope this will help you in some way. >> >> Thanks, >> >> 2017-05-25 21:47 GMT+09:00 Luca Pallozzi Lavorante > >: >> > Good morning, >> > I would like to know if there any VTK (7.0) class to remove duplicate >> > triangles in a vtkPolyData. Actually, the duplicate triangles are the >> output >> > of the following pipeline: >> > >> > vtkUnstructuredGrid -> vtkDataSetSurfaceFilter >> > >> > My original data is a geological layer which can have zero thickness in >> > some portions. When this happens, vtkDataSetSurfaceFilter returns a >> > vtkPolyData mesh with duplicated triangles. When I apply >> vtkPolyDataNormals >> > to this mesh, the duplicated triangles do not appear smooth. So I >> though I >> > could use vtkCleanPolyData, but it did not work. >> > >> > Thanks in advance for any help. >> > >> > Luca Pallozzi Lavorante >> > >> > _______________________________________________ >> > 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: >> > http://public.kitware.com/mailman/listinfo/vtkusers >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From frackmann1 at gmx.de Sat May 27 06:16:02 2017 From: frackmann1 at gmx.de (Ralf Winkler) Date: Sat, 27 May 2017 12:16:02 +0200 Subject: [vtkusers] Using ActiViz VTK wrapper in ASP.NET Message-ID: An HTML attachment was scrubbed... URL: From coyarzunlaura at googlemail.com Mon May 29 08:11:10 2017 From: coyarzunlaura at googlemail.com (Cristina Oyarzun) Date: Mon, 29 May 2017 14:11:10 +0200 Subject: [vtkusers] VTK-JS VolumeMapper Message-ID: Dear all, I am new using VTK-JS. I followed the information given in the webpage to build a project and it worked nicely. https://kitware.github.io/vtk-js/docs/intro_vtk_as_es6_dependency.html The problem came when I tried to exchange the cone example with the VolumeMapper example: https://kitware.github.io/vtk-js/examples/VolumeMapper.html#Source To do this I built an new project like the previous time, with the difference that I did not create any controller.html, since it seems not to be required for that example. I copied the volume of that example in the new project folder at: /Data/volume/LIDC2.vti After building this project the only thing I get is a black screen... It would be great if someone could give me any idea how to proceed... Thank you!!! Cristina -------------- next part -------------- An HTML attachment was scrubbed... URL: From guo7212 at 163.com Mon May 29 10:31:49 2017 From: guo7212 at 163.com (guo7212) Date: Mon, 29 May 2017 07:31:49 -0700 (MST) Subject: [vtkusers] Save reflection result as STL file Message-ID: <1496068309101-5743446.post@n5.nabble.com> Hi all, In this example http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/Reflection, could anyone tell me how to save the result as a STL file ? Thanks ! -- View this message in context: http://vtk.1045678.n5.nabble.com/Save-reflection-result-as-STL-file-tp5743446.html Sent from the VTK - Users mailing list archive at Nabble.com. From sebastien.jourdain at kitware.com Mon May 29 10:56:24 2017 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Mon, 29 May 2017 08:56:24 -0600 Subject: [vtkusers] VTK-JS VolumeMapper In-Reply-To: References: Message-ID: Did you created all the pieces highlighted in the following examples? ( vtkPiecewiseFunction/vtkVolumeMapper/vtkVolume) https://kitware.github.io/vtk-js/examples/ZipHttpReader.html https://kitware.github.io/vtk-js/examples/VolumeMapper.html On Mon, May 29, 2017 at 6:11 AM, Cristina Oyarzun via vtkusers < vtkusers at vtk.org> wrote: > Dear all, > > I am new using VTK-JS. I followed the information given in the webpage to > build a project and it worked nicely. > > https://kitware.github.io/vtk-js/docs/intro_vtk_as_es6_dependency.html > > The problem came when I tried to exchange the cone example with the > VolumeMapper example: > > https://kitware.github.io/vtk-js/examples/VolumeMapper.html#Source > > To do this I built an new project like the previous time, with the > difference that I did not create any controller.html, since it seems not to > be required for that example. I copied the volume of that example in the > new project folder at: /Data/volume/LIDC2.vti > > After building this project the only thing I get is a black screen... > > It would be great if someone could give me any idea how to proceed... > > Thank you!!! > > Cristina > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Mon May 29 10:58:26 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Mon, 29 May 2017 10:58:26 -0400 Subject: [vtkusers] Save reflection result as STL file In-Reply-To: <1496068309101-5743446.post@n5.nabble.com> References: <1496068309101-5743446.post@n5.nabble.com> Message-ID: Connect the `reflectionFilter` to a `vtkSTLWriter` [1]. e.g vtkNew writer; writer->SetInputConnection(reflectionFilter->GetOutputPort()); writer->SetFileName("/tmp/sample.stl"); writer->Write(); You may want to also call `reflectionFilter->CopyInputOn()` on the filter if you want to have the original data along with its reflection in the STL file. Utkarsh [1] http://www.vtk.org/doc/nightly/html/classvtkSTLWriter.html On Mon, May 29, 2017 at 10:31 AM, guo7212 wrote: > Hi all, > In this example > http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/Reflection, could > anyone > tell me how to save the result as a STL file ? > > Thanks ! > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/Save-reflection-result-as-STL-file-tp5743446.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mafuentes at uclv.cu Mon May 29 20:52:40 2017 From: mafuentes at uclv.cu (Manuel Alejandro Castro Fuentes) Date: Mon, 29 May 2017 20:52:40 -0400 Subject: [vtkusers] [VTK] VTK 8.0.0rc1 build errors Message-ID: Hi. I'm building the release candidate of VTK 8.0.0 to test it in: - Windows 10 x64 - with Visual Studio 2015 - and Qt 5.8 - Wrapping for Python 3.5 The Build process ended with: Build: 315 succeeded, 5 failed, 0 up-to-date, 2 skipped The changes of default CMake config and the lines of the build log that contained the errors I append them below, there are other lines refering to LINK errors with .lib files but I guess that happens as result of this ones failing to build. Also, I built VTK 7.1.0 with no issues against that same configuration. I hope this can be helpful for the developer team. Best regards, Manuel ----------------------------------------------------- CMake -> Show my changes ----------------------------------------------------- Commandline options: -DVTK_PYTHON_VERSION:STRING="3.5" -DQT_QMAKE_EXECUTABLE:FILEPATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe" -DVTK_QT_VERSION:STRING="5" -DVTK_Group_Qt:BOOL="1" -DVTK_WRAP_PYTHON:BOOL="1" -DQt5_DIR:PATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5" Cache file: VTK_PYTHON_VERSION:STRING=3.5 QT_QMAKE_EXECUTABLE:FILEPATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe VTK_QT_VERSION:STRING=5 VTK_Group_Qt:BOOL=1 VTK_WRAP_PYTHON:BOOL=1 Qt5_DIR:PATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5 ----------------------------------------------------- Visual Studio 2015 -> Build log ----------------------------------------------------- 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(341): error C2065: 'GL_RENDERBUFFER_SAMPLES': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2974: 'QOpenGLContext::versionFunctions': invalid template argument for 'TYPE', type expected 124> c:\libraries\builds\qt5.8.0\5.8\winrt_x64_msvc2015\include\qtgui\qopenglcontext.h(193): note: see declaration of 'QOpenGLContext::versionFunctions' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(462): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'GL_DRAW_FRAMEBUFFER': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2227: left of '->glDrawBuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'GL_READ_FRAMEBUFFER': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2227: left of '->glReadBuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2227: left of '->glDisable' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2227: left of '->glBlitFramebuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): note: type is 'unknown-type' From guo7212 at 163.com Mon May 29 21:55:15 2017 From: guo7212 at 163.com (guo7212) Date: Mon, 29 May 2017 18:55:15 -0700 (MST) Subject: [vtkusers] Save reflection result as STL file In-Reply-To: References: <1496068309101-5743446.post@n5.nabble.com> Message-ID: <1496109315421-5743457.post@n5.nabble.com> Thanks, I have tried it, but it doesn't work. The errors are /vtkCompositeDataPipeline (000002087F79B090): Input for connection index 0 on input port index 0 for algorithm vtkSTLWriter(00000208201A81A0) is of type vtkUnstructuredGrid, but a vtkPolyData is required./Is something wrong? -- View this message in context: http://vtk.1045678.n5.nabble.com/Save-reflection-result-as-STL-file-tp5743446p5743457.html Sent from the VTK - Users mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From leonid_dulman at yahoo.co.uk Tue May 30 01:38:34 2017 From: leonid_dulman at yahoo.co.uk (Leonid Dulman) Date: Tue, 30 May 2017 05:38:34 +0000 (UTC) Subject: [vtkusers] Fw: [VTK] VTK 8.0.0rc1 build errors In-Reply-To: <50013905.4584577.1496122640062@mail.yahoo.com> References: <50013905.4584577.1496122640062@mail.yahoo.com> Message-ID: <220825805.4557637.1496122714535@mail.yahoo.com> ----- Forwarded Message ----- From: Leonid Dulman To: Manuel Alejandro Castro Fuentes Sent: Tuesday, May 30, 2017 8:37 AM Subject: Re: [vtkusers] [VTK] VTK 8.0.0rc1 build errors I built it with Qt-5.9.0rc and? PYTHON 2.7 without errors From: Manuel Alejandro Castro Fuentes To: vtkusers at vtk.org Sent: Tuesday, May 30, 2017 4:43 AM Subject: [vtkusers] [VTK] VTK 8.0.0rc1 build errors Hi. I'm building the release candidate of VTK 8.0.0 to test it in: - Windows 10 x64 - with Visual Studio 2015 - and Qt 5.8 - Wrapping for Python 3.5 The Build process ended with: Build: 315 succeeded, 5 failed, 0 up-to-date, 2 skipped The changes of default CMake config and the lines of the build log that contained the errors I append them below, there are other lines refering to LINK errors with .lib files but I guess that happens as result of this ones failing to build. Also, I built VTK 7.1.0 with no issues against that same configuration. I hope this can be helpful for the developer team. Best regards, Manuel ----------------------------------------------------- CMake -> Show my changes ----------------------------------------------------- Commandline options: -DVTK_PYTHON_VERSION:STRING="3.5" -DQT_QMAKE_EXECUTABLE:FILEPATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe" -DVTK_QT_VERSION:STRING="5" -DVTK_Group_Qt:BOOL="1" -DVTK_WRAP_PYTHON:BOOL="1" -DQt5_DIR:PATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5" Cache file: VTK_PYTHON_VERSION:STRING=3.5 QT_QMAKE_EXECUTABLE:FILEPATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe VTK_QT_VERSION:STRING=5 VTK_Group_Qt:BOOL=1 VTK_WRAP_PYTHON:BOOL=1 Qt5_DIR:PATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5 ----------------------------------------------------- Visual Studio 2015 -> Build log ----------------------------------------------------- 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(341): error C2065: 'GL_RENDERBUFFER_SAMPLES': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2974: 'QOpenGLContext::versionFunctions': invalid template argument for 'TYPE', type expected 124> c:\libraries\builds\qt5.8.0\5.8\winrt_x64_msvc2015\include\qtgui\qopenglcontext.h(193): note: see declaration of 'QOpenGLContext::versionFunctions' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(462): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'GL_DRAW_FRAMEBUFFER': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2227: left of '->glDrawBuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'GL_READ_FRAMEBUFFER': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2227: left of '->glReadBuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2227: left of '->glDisable' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): note: type is 'unknown-type' 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2065: 'f': undeclared identifier 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2227: left of '->glBlitFramebuffer' must point to class/struct/union/generic type 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): note: type is 'unknown-type' _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Tue May 30 02:35:59 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Tue, 30 May 2017 08:35:59 +0200 Subject: [vtkusers] [VTK] VTK 8.0.0rc1 build errors In-Reply-To: References: Message-ID: Den 30 maj 2017 3:43 fm skrev "Manuel Alejandro Castro Fuentes" < mafuentes at uclv.cu>: > > Hi. > I'm building the release candidate of VTK 8.0.0 to test it in: > - Windows 10 x64 > - with Visual Studio 2015 > - and Qt 5.8 > - Wrapping for Python 3.5 I built rc1 with VS 2015 Community on Win 8.1 without problems. I did not build against the WinRT version of Qt like you though. I'm guessing that may be a clue, but I don't know. Elvis > > The Build process ended with: Build: 315 succeeded, 5 failed, 0 up-to-date, 2 skipped > The changes of default CMake config and the lines of the build log that contained the errors I append them below, there are other lines refering to LINK errors with .lib files but I guess that happens as result of this ones failing to build. > > Also, I built VTK 7.1.0 with no issues against that same configuration. I hope this can be helpful for the developer team. > > Best regards, > Manuel > > ----------------------------------------------------- > CMake -> Show my changes > ----------------------------------------------------- > Commandline options: > -DVTK_PYTHON_VERSION:STRING="3.5" -DQT_QMAKE_EXECUTABLE:FILEPATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe" -DVTK_QT_VERSION:STRING="5" -DVTK_Group_Qt:BOOL="1" -DVTK_WRAP_PYTHON:BOOL="1" -DQt5_DIR:PATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5" > > Cache file: > VTK_PYTHON_VERSION:STRING=3.5 > QT_QMAKE_EXECUTABLE:FILEPATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe > VTK_QT_VERSION:STRING=5 > VTK_Group_Qt:BOOL=1 > VTK_WRAP_PYTHON:BOOL=1 > Qt5_DIR:PATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5 > > ----------------------------------------------------- > Visual Studio 2015 -> Build log > ----------------------------------------------------- > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(341): error C2065: 'GL_RENDERBUFFER_SAMPLES': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2974: 'QOpenGLContext::versionFunctions': invalid template argument for 'TYPE', type expected > 124> c:\libraries\builds\qt5.8.0\5.8\winrt_x64_msvc2015\include\qtgui\qopenglcontext.h(193): note: see declaration of 'QOpenGLContext::versionFunctions' > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(462): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): note: type is 'unknown-type' > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'GL_DRAW_FRAMEBUFFER': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2227: left of '->glDrawBuffer' must point to class/struct/union/generic type > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): note: type is 'unknown-type' > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): note: type is 'unknown-type' > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'GL_READ_FRAMEBUFFER': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2227: left of '->glReadBuffer' must point to class/struct/union/generic type > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): note: type is 'unknown-type' > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2227: left of '->glDisable' must point to class/struct/union/generic type > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): note: type is 'unknown-type' > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2065: 'f': undeclared identifier > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2227: left of '->glBlitFramebuffer' must point to class/struct/union/generic type > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): note: type is 'unknown-type' > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Tue May 30 02:37:29 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Tue, 30 May 2017 08:37:29 +0200 Subject: [vtkusers] [VTK] VTK 8.0.0rc1 build errors In-Reply-To: References: Message-ID: Den 30 maj 2017 8:35 fm skrev "Elvis Stansvik" : > > Den 30 maj 2017 3:43 fm skrev "Manuel Alejandro Castro Fuentes" < mafuentes at uclv.cu>: > > > > Hi. > > I'm building the release candidate of VTK 8.0.0 to test it in: > > - Windows 10 x64 > > - with Visual Studio 2015 > > - and Qt 5.8 > > - Wrapping for Python 3.5 > > I built rc1 with VS 2015 Community on Win 8.1 without problems. I did not build against the WinRT version of Qt like you though. I'm guessing that may be a clue, but I don't know. I should say: I'm also using Qt 5.8.0. > > Elvis > > > > > The Build process ended with: Build: 315 succeeded, 5 failed, 0 up-to-date, 2 skipped > > The changes of default CMake config and the lines of the build log that contained the errors I append them below, there are other lines refering to LINK errors with .lib files but I guess that happens as result of this ones failing to build. > > > > Also, I built VTK 7.1.0 with no issues against that same configuration. I hope this can be helpful for the developer team. > > > > Best regards, > > Manuel > > > > ----------------------------------------------------- > > CMake -> Show my changes > > ----------------------------------------------------- > > Commandline options: > > -DVTK_PYTHON_VERSION:STRING="3.5" -DQT_QMAKE_EXECUTABLE:FILEPATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe" -DVTK_QT_VERSION:STRING="5" -DVTK_Group_Qt:BOOL="1" -DVTK_WRAP_PYTHON:BOOL="1" -DQt5_DIR:PATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5" > > > > Cache file: > > VTK_PYTHON_VERSION:STRING=3.5 > > QT_QMAKE_EXECUTABLE:FILEPATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe > > VTK_QT_VERSION:STRING=5 > > VTK_Group_Qt:BOOL=1 > > VTK_WRAP_PYTHON:BOOL=1 > > Qt5_DIR:PATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5 > > > > ----------------------------------------------------- > > Visual Studio 2015 -> Build log > > ----------------------------------------------------- > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(341): error C2065: 'GL_RENDERBUFFER_SAMPLES': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2974: 'QOpenGLContext::versionFunctions': invalid template argument for 'TYPE', type expected > > 124> c:\libraries\builds\qt5.8.0\5.8\winrt_x64_msvc2015\include\qtgui\qopenglcontext.h(193): note: see declaration of 'QOpenGLContext::versionFunctions' > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(462): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type > > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): note: type is 'unknown-type' > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'GL_DRAW_FRAMEBUFFER': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2227: left of '->glDrawBuffer' must point to class/struct/union/generic type > > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): note: type is 'unknown-type' > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type > > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): note: type is 'unknown-type' > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'GL_READ_FRAMEBUFFER': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2227: left of '->glReadBuffer' must point to class/struct/union/generic type > > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): note: type is 'unknown-type' > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2227: left of '->glDisable' must point to class/struct/union/generic type > > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): note: type is 'unknown-type' > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2065: 'f': undeclared identifier > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2227: left of '->glBlitFramebuffer' must point to class/struct/union/generic type > > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): note: type is 'unknown-type' > > > > _______________________________________________ > > 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: > > http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From vtk12af6bc42 at kant.sophonet.de Tue May 30 03:41:34 2017 From: vtk12af6bc42 at kant.sophonet.de (Sophonet) Date: Tue, 30 May 2017 09:41:34 +0200 Subject: [vtkusers] [VTK] VTK 8.0.0rc1 build errors In-Reply-To: References: Message-ID: <524c7c87e848a9317694ed3321b6a3b4@kant.sophonet.de> A few weeks ago, I have stumbled over the same problem. Indeed, I have solved it by building Qt with the "dynamic" openGL configuration (I guess "desktop" would work as well). The default Qt configuration does not work. You might want to try yourself and configure Qt with the following parameters before building: -opengl dynamic It would be helpful indeed to add a CMake-based check when configuring VTK to check if Qt's OpenGL backend matches, since the build error occurs late and its message is not really explicit in what went wrong... Sophonet On 2017-05-30 08:37, Elvis Stansvik wrote: > Den 30 maj 2017 8:35 fm skrev "Elvis Stansvik" > : >> >> Den 30 maj 2017 3:43 fm skrev "Manuel Alejandro Castro Fuentes" > : >> > >> > Hi. >> > I'm building the release candidate of VTK 8.0.0 to test it in: >> > - Windows 10 x64 >> > - with Visual Studio 2015 >> > - and Qt 5.8 >> > - Wrapping for Python 3.5 >> >> I built rc1 with VS 2015 Community on Win 8.1 without problems. I > did not build against the WinRT version of Qt like you though. I'm > guessing that may be a clue, but I don't know. > > I should say: I'm also using Qt 5.8.0. > >> >> Elvis >> >> > >> > The Build process ended with: Build: 315 succeeded, 5 failed, 0 > up-to-date, 2 skipped >> > The changes of default CMake config and the lines of the build log > that contained the errors I append them below, there are other lines > refering to LINK errors with .lib files but I guess that happens as > result of this ones failing to build. >> > >> > Also, I built VTK 7.1.0 with no issues against that same > configuration. I hope this can be helpful for the developer team. >> > >> > Best regards, >> > Manuel >> > >> > ----------------------------------------------------- >> > CMake -> Show my changes >> > ----------------------------------------------------- >> > Commandline options: >> > -DVTK_PYTHON_VERSION:STRING="3.5" > -DQT_QMAKE_EXECUTABLE:FILEPATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe" > -DVTK_QT_VERSION:STRING="5" -DVTK_Group_Qt:BOOL="1" > -DVTK_WRAP_PYTHON:BOOL="1" > -DQt5_DIR:PATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5" > >> > >> > Cache file: >> > VTK_PYTHON_VERSION:STRING=3.5 >> > > QT_QMAKE_EXECUTABLE:FILEPATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe >> > VTK_QT_VERSION:STRING=5 >> > VTK_Group_Qt:BOOL=1 >> > VTK_WRAP_PYTHON:BOOL=1 >> > > Qt5_DIR:PATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5 >> > >> > ----------------------------------------------------- >> > Visual Studio 2015 -> Build log >> > ----------------------------------------------------- >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(341): > error C2065: 'GL_RENDERBUFFER_SAMPLES': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): > error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): > error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): > error C2974: 'QOpenGLContext::versionFunctions': invalid template > argument for 'TYPE', type expected >> > 124> > c:\libraries\builds\qt5.8.0\5.8\winrt_x64_msvc2015\include\qtgui\qopenglcontext.h(193): > note: see declaration of 'QOpenGLContext::versionFunctions' >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(462): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): > error C2227: left of '->glBindFramebuffer' must point to > class/struct/union/generic type >> > 124> > D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): > note: type is 'unknown-type' >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): > error C2065: 'GL_DRAW_FRAMEBUFFER': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): > error C2227: left of '->glDrawBuffer' must point to > class/struct/union/generic type >> > 124> > D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): > note: type is 'unknown-type' >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): > error C2227: left of '->glBindFramebuffer' must point to > class/struct/union/generic type >> > 124> > D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): > note: type is 'unknown-type' >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): > error C2065: 'GL_READ_FRAMEBUFFER': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): > error C2227: left of '->glReadBuffer' must point to > class/struct/union/generic type >> > 124> > D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): > note: type is 'unknown-type' >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): > error C2227: left of '->glDisable' must point to > class/struct/union/generic type >> > 124> > D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): > note: type is 'unknown-type' >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): > error C2065: 'f': undeclared identifier >> > > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): > error C2227: left of '->glBlitFramebuffer' must point to > class/struct/union/generic type >> > 124> > D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): > note: type is 'unknown-type' >> > >> > _______________________________________________ >> > Powered by www.kitware.com [1] >> > >> > 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: >> > http://public.kitware.com/mailman/listinfo/vtkusers > > > Links: > ------ > [1] http://www.kitware.com > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From simon.esneault at gmail.com Tue May 30 04:24:00 2017 From: simon.esneault at gmail.com (Simon Esneault) Date: Tue, 30 May 2017 10:24:00 +0200 Subject: [vtkusers] vtkVolumeTextureMapper3D in VTK 7.1? In-Reply-To: References: <1488814239807-5742368.post@n5.nabble.com> Message-ID: Hello Alvarez, Thanks for your answers! About the ray sampling being clamp by the Minimum/MaximumImageSampleDistance, it is now done from lines 3318 to 3325, here : https://github.com/Kitware/VTK/blob/master/Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx#L3318 Good to hear that you have some plan to make use of both XY image sampling and ray sampling during interaction, I believe it can improve quite a lot the quality of the image for the same FPS if it is correctly tuned. Simon 2017-05-26 15:03 GMT+02:00 Alvaro Sanchez : > Hi Simon, > > sorry for the delay. > > - Will this work as well with real number, not only integers ? Let's say >> an ImageSampleDistance of 1.4 ? Like it is possible for the >> FixedRayCastVolumeMapper. >> > > Yes, supports real numbers. > > >> - Will there be a mechanism that can make some use of this during >> interaction, like the Fixed ray cast mapper ? There are these methods >> called SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, >> together used with the SetInteractiveSampleDistance they gives us a >> great flexibility over the tuning of the rendering during interaction. Will >> there be an equivalent mechanism with the GPU implementation ? >> > > This is not currently supported in the GPU implementation. One thing we > need to review is the current > implementation of UpdateSamplingDistance, to ensure it makes use of > ImageSampleDistance (xy-sampling) > as well, not only SampleDistance (ray-sampling distance). Adding a > mechanism similar to that in > FixedRayCastMapper would make sense. > > >> - I always found the naming ImageSampleDistance quite confusing, >> shouldn't that be renamed to ImageSampling or something else to avoid >> confusion with the SamplingDistance ? RenderedImageSampling/FinalImageSampling >> vs RaySampling ? >> > > It is indeed confusing at first glance, it has remained like that for > historical reasons I guess. It would probably > make sense to review the API of GPURayCast at some point. > > >> - The current implementation is mixing the 2 parameters, it looks like >> the SamplingDistance along the ray is clamped using the >> Minimum/MaximumImageSampleDistance right now (line 3008 of >> the vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? >> > > I could not find the line you are referring to, might be that the code is > out of date. Could you look again in > the code and tell me if you still can see this? > > >> - Does that works with the jittering option enabled ? >> > > Yes, this should work with jittering on. > > Cheers! > > > On Thu, Apr 6, 2017 at 4:28 AM, Simon Esneault > wrote: > >> Hello Alvaro >> >> Thanks for your work, this looks promising !! >> I have a few questions: >> >> - Will this work as well with real number, not only integers ? Let's say >> an ImageSampleDistance of 1.4 ? Like it is possible for the >> FixedRayCastVolumeMapper. >> >> - Will there be a mechanism that can make some use of this during >> interaction, like the Fixed ray cast mapper ? There are these methods >> called SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, >> together used with the SetInteractiveSampleDistance they gives us a >> great flexibility over the tuning of the rendering during interaction. Will >> there be an equivalent mechanism with the GPU implementation ? >> >> - I always found the naming ImageSampleDistance quite confusing, >> shouldn't that be renamed to ImageSampling or something else to avoid >> confusion with the SamplingDistance ? RenderedImageSampling/FinalImageSampling >> vs RaySampling ? >> >> - The current implementation is mixing the 2 parameters, it looks like >> the SamplingDistance along the ray is clamped using the >> Minimum/MaximumImageSampleDistance right now (line 3008 of >> the vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? >> >> - Does that works with the jittering option enabled ? >> >> Thanks a lot for that work, we will benefit a lot from that :) >> >> Simon >> >> 2017-03-31 18:34 GMT+02:00 Alvaro Sanchez : >> >>> Here is the merge request: >>> >>> https://gitlab.kitware.com/vtk/vtk/merge_requests/2641 >>> >>> On Wed, Mar 8, 2017 at 11:08 AM, Alvaro Sanchez < >>> alvaro.sanchez at kitware.com> wrote: >>> >>>> Thanks for the interest. There is no branch yet but I will ping you >>>> once you can try it out. >>>> >>>> > Also in that case would it be possible to add a final "gaussian >>>> smoothing >>>> > pass" or equivalent only on the 2D generated image (maybe only as an >>>> option) >>>> >>>> The first version will most likely only support linear interpolation, >>>> but will keep this in mind. >>>> >>>> >>>> On Wed, Mar 8, 2017 at 8:04 AM, Elvis Stansvik < >>>> elvis.stansvik at orexplore.com> wrote: >>>> >>>>> 2017-03-08 11:16 GMT+01:00 Simon ESNEAULT : >>>>> > Hello Alvaro, >>>>> > >>>>> > That's real good news to hear (about the down-sampling in X and Y), >>>>> I find >>>>> > it really difficult to tweak volume rendering only with sample >>>>> distance, >>>>> > especially during interaction. >>>>> > Has the development began already ? Is there some branche where we >>>>> can test >>>>> > that feature ? >>>>> > >>>>> > Also in that case would it be possible to add a final "gaussian >>>>> smoothing >>>>> > pass" or equivalent only on the 2D generated image (maybe only as an >>>>> option) >>>>> > ? I look like it is the case with FixedPointVolumeraycastMapper, the >>>>> image >>>>> > looks a bit blurred but sometimes it helps to see the structures >>>>> >>>>> I'm also very interested in this. I'm using vtkGPUVolumeRayCastMapper, >>>>> and I'm currently turning off the automatic adjustment of sample >>>>> distance during interaction and resorted to doing my own simpler >>>>> adjustment. I'm simply quadrupling the sample distance during >>>>> interaction (for still rendering I use >>>>> (spacingX+spacingY+spacingZ)/6). I'd love to have another quality >>>>> controlling knob to turn. >>>>> >>>>> Is there a MR up for it already? Will it be in 7.2? >>>>> >>>>> Elvis >>>>> >>>>> > >>>>> > Thanks >>>>> > Simon >>>>> > >>>>> > >>>>> > 2017-03-06 18:17 GMT+01:00 Alvaro Sanchez < >>>>> alvaro.sanchez at kitware.com>: >>>>> >> >>>>> >> Hi Shark, >>>>> >> >>>>> >> unfortunately there is no current plan of porting >>>>> vtkVolumeTextureMapper3D >>>>> >> to OpenGL2 >>>>> >> , as far as I know. We will soon however support image down >>>>> sampling in X >>>>> >> and Y which >>>>> >> should serve as additional knobs to tweak the performance of >>>>> >> GPURayCastMapper in >>>>> >> OpenGL2 (only sample distance can be currently adjusted). >>>>> >> >>>>> >> Could you provide more detail on the size of the dataset you are >>>>> rendering >>>>> >> and your GPU >>>>> >> specs? >>>>> >> >>>>> >> Thanks, >>>>> >> ?lvaro >>>>> >> >>>>> >> On Mon, Mar 6, 2017 at 10:30 AM, Shark >>>>> wrote: >>>>> >>> >>>>> >>> Hello, >>>>> >>> >>>>> >>> I have been having some issues with vtkVolumeTextureMapper3D. I >>>>> see it >>>>> >>> has >>>>> >>> been deprecated, however it is still available if I use the old >>>>> openGL. >>>>> >>> >>>>> >>> Since for software rendering with texture mapping is much faster >>>>> than ray >>>>> >>> casting, I would like to know if you are planning to have a Volume >>>>> >>> Texture >>>>> >>> Mapper for openGL 2, or if there is actually a new one that I am >>>>> not able >>>>> >>> to >>>>> >>> find. >>>>> >>> >>>>> >>> Best regards, >>>>> >>> Shark >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> -- >>>>> >>> View this message in context: >>>>> >>> http://vtk.1045678.n5.nabble.com/vtkVolumeTextureMapper3D-in >>>>> -VTK-7-1-tp5742368.html >>>>> >>> Sent from the VTK - Users mailing list archive at Nabble.com. >>>>> >>> _______________________________________________ >>>>> >>> 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: >>>>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>> >> >>>>> >> >>>>> >> >>>>> >> >>>>> >> -- >>>>> >> Alvaro Sanchez >>>>> >> Kitware, Inc. >>>>> >> Senior R&D Engineer >>>>> >> 21 Corporate Drive >>>>> >> Clifton Park, NY 12065-8662 >>>>> >> Phone: 518-881-4901 >>>>> >> >>>>> >> _______________________________________________ >>>>> >> 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: >>>>> >> http://public.kitware.com/mailman/listinfo/vtkusers >>>>> >> >>>>> > >>>>> > >>>>> > >>>>> > -- >>>>> > ------------------------------------------------------------------ >>>>> > Simon Esneault >>>>> > Rennes, France >>>>> > ------------------------------------------------------------------ >>>>> > >>>>> > _______________________________________________ >>>>> > 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: >>>>> > http://public.kitware.com/mailman/listinfo/vtkusers >>>>> > >>>>> >>>> >>>> >>>> >>>> -- >>>> Alvaro Sanchez >>>> Kitware, Inc. >>>> Senior R&D Engineer >>>> 21 Corporate Drive >>>> Clifton Park, NY 12065-8662 >>>> Phone: 518-881-4901 <(518)%20881-4901> >>>> >>> >>> >>> >>> -- >>> Alvaro Sanchez >>> Kitware, Inc. >>> Senior R&D Engineer >>> 21 Corporate Drive >>> Clifton Park, NY 12065-8662 >>> Phone: 518-881-4901 <(518)%20881-4901> >>> >> >> >> >> -- >> ------------------------------------------------------------------ >> Simon Esneault >> Rennes, France >> ------------------------------------------------------------------ >> > > > > -- > Alvaro Sanchez > Kitware, Inc. > Senior R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4901 > -- ------------------------------------------------------------------ Simon Esneault Rennes, France ------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Tue May 30 05:21:29 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Tue, 30 May 2017 11:21:29 +0200 Subject: [vtkusers] vtkVolumeTextureMapper3D in VTK 7.1? In-Reply-To: References: <1488814239807-5742368.post@n5.nabble.com> Message-ID: 2017-05-30 10:24 GMT+02:00 Simon Esneault : > Hello Alvarez, > > Thanks for your answers! > > About the ray sampling being clamp by the > Minimum/MaximumImageSampleDistance, it is now done from lines 3318 to 3325, > here : > https://github.com/Kitware/VTK/blob/master/Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx#L3318 Ah yes, I've also wondered about that seeming conflation of the two parameters when looking at that code a while back. Elvis > > Good to hear that you have some plan to make use of both XY image sampling > and ray sampling during interaction, I believe it can improve quite a lot > the quality of the image for the same FPS if it is correctly tuned. > > Simon > > > 2017-05-26 15:03 GMT+02:00 Alvaro Sanchez : >> >> Hi Simon, >> >> sorry for the delay. >> >>> - Will this work as well with real number, not only integers ? Let's say >>> an ImageSampleDistance of 1.4 ? Like it is possible for the >>> FixedRayCastVolumeMapper. >> >> >> Yes, supports real numbers. >> >>> >>> - Will there be a mechanism that can make some use of this during >>> interaction, like the Fixed ray cast mapper ? There are these methods called >>> SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, together used >>> with the SetInteractiveSampleDistance they gives us a great flexibility over >>> the tuning of the rendering during interaction. Will there be an equivalent >>> mechanism with the GPU implementation ? >> >> >> This is not currently supported in the GPU implementation. One thing we >> need to review is the current >> implementation of UpdateSamplingDistance, to ensure it makes use of >> ImageSampleDistance (xy-sampling) >> as well, not only SampleDistance (ray-sampling distance). Adding a >> mechanism similar to that in >> FixedRayCastMapper would make sense. >> >>> >>> - I always found the naming ImageSampleDistance quite confusing, >>> shouldn't that be renamed to ImageSampling or something else to avoid >>> confusion with the SamplingDistance ? >>> RenderedImageSampling/FinalImageSampling vs RaySampling ? >> >> >> It is indeed confusing at first glance, it has remained like that for >> historical reasons I guess. It would probably >> make sense to review the API of GPURayCast at some point. >> >>> >>> - The current implementation is mixing the 2 parameters, it looks like >>> the SamplingDistance along the ray is clamped using the >>> Minimum/MaximumImageSampleDistance right now (line 3008 of the >>> vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? >> >> >> I could not find the line you are referring to, might be that the code is >> out of date. Could you look again in >> the code and tell me if you still can see this? >> >>> >>> - Does that works with the jittering option enabled ? >> >> >> Yes, this should work with jittering on. >> >> Cheers! >> >> >> On Thu, Apr 6, 2017 at 4:28 AM, Simon Esneault >> wrote: >>> >>> Hello Alvaro >>> >>> Thanks for your work, this looks promising !! >>> I have a few questions: >>> >>> - Will this work as well with real number, not only integers ? Let's say >>> an ImageSampleDistance of 1.4 ? Like it is possible for the >>> FixedRayCastVolumeMapper. >>> >>> - Will there be a mechanism that can make some use of this during >>> interaction, like the Fixed ray cast mapper ? There are these methods called >>> SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, together used >>> with the SetInteractiveSampleDistance they gives us a great flexibility over >>> the tuning of the rendering during interaction. Will there be an equivalent >>> mechanism with the GPU implementation ? >>> >>> - I always found the naming ImageSampleDistance quite confusing, >>> shouldn't that be renamed to ImageSampling or something else to avoid >>> confusion with the SamplingDistance ? >>> RenderedImageSampling/FinalImageSampling vs RaySampling ? >>> >>> - The current implementation is mixing the 2 parameters, it looks like >>> the SamplingDistance along the ray is clamped using the >>> Minimum/MaximumImageSampleDistance right now (line 3008 of the >>> vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? >>> >>> - Does that works with the jittering option enabled ? >>> >>> Thanks a lot for that work, we will benefit a lot from that :) >>> >>> Simon >>> >>> 2017-03-31 18:34 GMT+02:00 Alvaro Sanchez : >>>> >>>> Here is the merge request: >>>> >>>> https://gitlab.kitware.com/vtk/vtk/merge_requests/2641 >>>> >>>> On Wed, Mar 8, 2017 at 11:08 AM, Alvaro Sanchez >>>> wrote: >>>>> >>>>> Thanks for the interest. There is no branch yet but I will ping you >>>>> once you can try it out. >>>>> >>>>> > Also in that case would it be possible to add a final "gaussian >>>>> > smoothing >>>>> > pass" or equivalent only on the 2D generated image (maybe only as an >>>>> > option) >>>>> >>>>> The first version will most likely only support linear interpolation, >>>>> but will keep this in mind. >>>>> >>>>> >>>>> On Wed, Mar 8, 2017 at 8:04 AM, Elvis Stansvik >>>>> wrote: >>>>>> >>>>>> 2017-03-08 11:16 GMT+01:00 Simon ESNEAULT : >>>>>> > Hello Alvaro, >>>>>> > >>>>>> > That's real good news to hear (about the down-sampling in X and Y), >>>>>> > I find >>>>>> > it really difficult to tweak volume rendering only with sample >>>>>> > distance, >>>>>> > especially during interaction. >>>>>> > Has the development began already ? Is there some branche where we >>>>>> > can test >>>>>> > that feature ? >>>>>> > >>>>>> > Also in that case would it be possible to add a final "gaussian >>>>>> > smoothing >>>>>> > pass" or equivalent only on the 2D generated image (maybe only as an >>>>>> > option) >>>>>> > ? I look like it is the case with FixedPointVolumeraycastMapper, the >>>>>> > image >>>>>> > looks a bit blurred but sometimes it helps to see the structures >>>>>> >>>>>> I'm also very interested in this. I'm using vtkGPUVolumeRayCastMapper, >>>>>> and I'm currently turning off the automatic adjustment of sample >>>>>> distance during interaction and resorted to doing my own simpler >>>>>> adjustment. I'm simply quadrupling the sample distance during >>>>>> interaction (for still rendering I use >>>>>> (spacingX+spacingY+spacingZ)/6). I'd love to have another quality >>>>>> controlling knob to turn. >>>>>> >>>>>> Is there a MR up for it already? Will it be in 7.2? >>>>>> >>>>>> Elvis >>>>>> >>>>>> > >>>>>> > Thanks >>>>>> > Simon >>>>>> > >>>>>> > >>>>>> > 2017-03-06 18:17 GMT+01:00 Alvaro Sanchez >>>>>> > : >>>>>> >> >>>>>> >> Hi Shark, >>>>>> >> >>>>>> >> unfortunately there is no current plan of porting >>>>>> >> vtkVolumeTextureMapper3D >>>>>> >> to OpenGL2 >>>>>> >> , as far as I know. We will soon however support image down >>>>>> >> sampling in X >>>>>> >> and Y which >>>>>> >> should serve as additional knobs to tweak the performance of >>>>>> >> GPURayCastMapper in >>>>>> >> OpenGL2 (only sample distance can be currently adjusted). >>>>>> >> >>>>>> >> Could you provide more detail on the size of the dataset you are >>>>>> >> rendering >>>>>> >> and your GPU >>>>>> >> specs? >>>>>> >> >>>>>> >> Thanks, >>>>>> >> ?lvaro >>>>>> >> >>>>>> >> On Mon, Mar 6, 2017 at 10:30 AM, Shark >>>>>> >> wrote: >>>>>> >>> >>>>>> >>> Hello, >>>>>> >>> >>>>>> >>> I have been having some issues with vtkVolumeTextureMapper3D. I >>>>>> >>> see it >>>>>> >>> has >>>>>> >>> been deprecated, however it is still available if I use the old >>>>>> >>> openGL. >>>>>> >>> >>>>>> >>> Since for software rendering with texture mapping is much faster >>>>>> >>> than ray >>>>>> >>> casting, I would like to know if you are planning to have a Volume >>>>>> >>> Texture >>>>>> >>> Mapper for openGL 2, or if there is actually a new one that I am >>>>>> >>> not able >>>>>> >>> to >>>>>> >>> find. >>>>>> >>> >>>>>> >>> Best regards, >>>>>> >>> Shark >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> -- >>>>>> >>> View this message in context: >>>>>> >>> >>>>>> >>> http://vtk.1045678.n5.nabble.com/vtkVolumeTextureMapper3D-in-VTK-7-1-tp5742368.html >>>>>> >>> Sent from the VTK - Users mailing list archive at Nabble.com. >>>>>> >>> _______________________________________________ >>>>>> >>> 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: >>>>>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> -- >>>>>> >> Alvaro Sanchez >>>>>> >> Kitware, Inc. >>>>>> >> Senior R&D Engineer >>>>>> >> 21 Corporate Drive >>>>>> >> Clifton Park, NY 12065-8662 >>>>>> >> Phone: 518-881-4901 >>>>>> >> >>>>>> >> _______________________________________________ >>>>>> >> 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: >>>>>> >> http://public.kitware.com/mailman/listinfo/vtkusers >>>>>> >> >>>>>> > >>>>>> > >>>>>> > >>>>>> > -- >>>>>> > ------------------------------------------------------------------ >>>>>> > Simon Esneault >>>>>> > Rennes, France >>>>>> > ------------------------------------------------------------------ >>>>>> > >>>>>> > _______________________________________________ >>>>>> > 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: >>>>>> > http://public.kitware.com/mailman/listinfo/vtkusers >>>>>> > >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Alvaro Sanchez >>>>> Kitware, Inc. >>>>> Senior R&D Engineer >>>>> 21 Corporate Drive >>>>> Clifton Park, NY 12065-8662 >>>>> Phone: 518-881-4901 >>>> >>>> >>>> >>>> >>>> -- >>>> Alvaro Sanchez >>>> Kitware, Inc. >>>> Senior R&D Engineer >>>> 21 Corporate Drive >>>> Clifton Park, NY 12065-8662 >>>> Phone: 518-881-4901 >>> >>> >>> >>> >>> -- >>> ------------------------------------------------------------------ >>> Simon Esneault >>> Rennes, France >>> ------------------------------------------------------------------ >> >> >> >> >> -- >> Alvaro Sanchez >> Kitware, Inc. >> Senior R&D Engineer >> 21 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-881-4901 > > > > > -- > ------------------------------------------------------------------ > Simon Esneault > Rennes, France > ------------------------------------------------------------------ From aashish.chaudhary at kitware.com Tue May 30 11:19:03 2017 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Tue, 30 May 2017 15:19:03 +0000 Subject: [vtkusers] vtkVolumeTextureMapper3D in VTK 7.1? In-Reply-To: References: <1488814239807-5742368.post@n5.nabble.com> Message-ID: On Fri, May 26, 2017 at 9:03 AM Alvaro Sanchez wrote: > Hi Simon, > > sorry for the delay. > > - Will this work as well with real number, not only integers ? Let's say >> an ImageSampleDistance of 1.4 ? Like it is possible for the >> FixedRayCastVolumeMapper. >> > > Yes, supports real numbers. > > >> - Will there be a mechanism that can make some use of this during >> interaction, like the Fixed ray cast mapper ? There are these methods >> called SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, >> together used with the SetInteractiveSampleDistance they gives us a great >> flexibility over the tuning of the rendering during interaction. Will there >> be an equivalent mechanism with the GPU implementation ? >> > > This is not currently supported in the GPU implementation. One thing we > need to review is the current > implementation of UpdateSamplingDistance, to ensure it makes use of > ImageSampleDistance (xy-sampling) > as well, not only SampleDistance (ray-sampling distance). Adding a > mechanism similar to that in > FixedRayCastMapper would make sense. > > >> - I always found the naming ImageSampleDistance quite confusing, >> shouldn't that be renamed to ImageSampling or something else to avoid >> confusion with the SamplingDistance ? >> RenderedImageSampling/FinalImageSampling vs RaySampling ? >> > > It is indeed confusing at first glance, it has remained like that for > historical reasons I guess. It would probably > make sense to review the API of GPURayCast at some point. > +1 for changing the name to something better, not entirely sure about ImageSampling but perhaps we can discuss other options as well. > > >> - The current implementation is mixing the 2 parameters, it looks like >> the SamplingDistance along the ray is clamped using the >> Minimum/MaximumImageSampleDistance right now (line 3008 of >> the vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? >> > Yes it is intended, I do not remember all the details but there was a reason behind it (same in the old mapper). > > I could not find the line you are referring to, might be that the code is > out of date. Could you look again in > the code and tell me if you still can see this? > > >> - Does that works with the jittering option enabled ? >> > > Yes, this should work with jittering on. > > Cheers! > > > On Thu, Apr 6, 2017 at 4:28 AM, Simon Esneault > wrote: > >> Hello Alvaro >> >> Thanks for your work, this looks promising !! >> I have a few questions: >> >> - Will this work as well with real number, not only integers ? Let's say >> an ImageSampleDistance of 1.4 ? Like it is possible for the >> FixedRayCastVolumeMapper. >> >> - Will there be a mechanism that can make some use of this during >> interaction, like the Fixed ray cast mapper ? There are these methods >> called SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, >> together used with the SetInteractiveSampleDistance they gives us a great >> flexibility over the tuning of the rendering during interaction. Will there >> be an equivalent mechanism with the GPU implementation ? >> >> - I always found the naming ImageSampleDistance quite confusing, >> shouldn't that be renamed to ImageSampling or something else to avoid >> confusion with the SamplingDistance ? >> RenderedImageSampling/FinalImageSampling vs RaySampling ? >> >> - The current implementation is mixing the 2 parameters, it looks like >> the SamplingDistance along the ray is clamped using the >> Minimum/MaximumImageSampleDistance right now (line 3008 of >> the vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? >> >> - Does that works with the jittering option enabled ? >> >> Thanks a lot for that work, we will benefit a lot from that :) >> >> Simon >> >> 2017-03-31 18:34 GMT+02:00 Alvaro Sanchez : >> >>> Here is the merge request: >>> >>> https://gitlab.kitware.com/vtk/vtk/merge_requests/2641 >>> >>> On Wed, Mar 8, 2017 at 11:08 AM, Alvaro Sanchez < >>> alvaro.sanchez at kitware.com> wrote: >>> >>>> Thanks for the interest. There is no branch yet but I will ping you >>>> once you can try it out. >>>> >>>> > Also in that case would it be possible to add a final "gaussian >>>> smoothing >>>> > pass" or equivalent only on the 2D generated image (maybe only as an >>>> option) >>>> >>>> The first version will most likely only support linear interpolation, >>>> but will keep this in mind. >>>> >>>> >>>> On Wed, Mar 8, 2017 at 8:04 AM, Elvis Stansvik < >>>> elvis.stansvik at orexplore.com> wrote: >>>> >>>>> 2017-03-08 11:16 GMT+01:00 Simon ESNEAULT : >>>>> > Hello Alvaro, >>>>> > >>>>> > That's real good news to hear (about the down-sampling in X and Y), >>>>> I find >>>>> > it really difficult to tweak volume rendering only with sample >>>>> distance, >>>>> > especially during interaction. >>>>> > Has the development began already ? Is there some branche where we >>>>> can test >>>>> > that feature ? >>>>> > >>>>> > Also in that case would it be possible to add a final "gaussian >>>>> smoothing >>>>> > pass" or equivalent only on the 2D generated image (maybe only as an >>>>> option) >>>>> > ? I look like it is the case with FixedPointVolumeraycastMapper, the >>>>> image >>>>> > looks a bit blurred but sometimes it helps to see the structures >>>>> >>>>> I'm also very interested in this. I'm using vtkGPUVolumeRayCastMapper, >>>>> and I'm currently turning off the automatic adjustment of sample >>>>> distance during interaction and resorted to doing my own simpler >>>>> adjustment. I'm simply quadrupling the sample distance during >>>>> interaction (for still rendering I use >>>>> (spacingX+spacingY+spacingZ)/6). I'd love to have another quality >>>>> controlling knob to turn. >>>>> >>>>> Is there a MR up for it already? Will it be in 7.2? >>>>> >>>>> Elvis >>>>> >>>>> > >>>>> > Thanks >>>>> > Simon >>>>> > >>>>> > >>>>> > 2017-03-06 18:17 GMT+01:00 Alvaro Sanchez < >>>>> alvaro.sanchez at kitware.com>: >>>>> >> >>>>> >> Hi Shark, >>>>> >> >>>>> >> unfortunately there is no current plan of porting >>>>> vtkVolumeTextureMapper3D >>>>> >> to OpenGL2 >>>>> >> , as far as I know. We will soon however support image down >>>>> sampling in X >>>>> >> and Y which >>>>> >> should serve as additional knobs to tweak the performance of >>>>> >> GPURayCastMapper in >>>>> >> OpenGL2 (only sample distance can be currently adjusted). >>>>> >> >>>>> >> Could you provide more detail on the size of the dataset you are >>>>> rendering >>>>> >> and your GPU >>>>> >> specs? >>>>> >> >>>>> >> Thanks, >>>>> >> ?lvaro >>>>> >> >>>>> >> On Mon, Mar 6, 2017 at 10:30 AM, Shark >>>>> wrote: >>>>> >>> >>>>> >>> Hello, >>>>> >>> >>>>> >>> I have been having some issues with vtkVolumeTextureMapper3D. I >>>>> see it >>>>> >>> has >>>>> >>> been deprecated, however it is still available if I use the old >>>>> openGL. >>>>> >>> >>>>> >>> Since for software rendering with texture mapping is much faster >>>>> than ray >>>>> >>> casting, I would like to know if you are planning to have a Volume >>>>> >>> Texture >>>>> >>> Mapper for openGL 2, or if there is actually a new one that I am >>>>> not able >>>>> >>> to >>>>> >>> find. >>>>> >>> >>>>> >>> Best regards, >>>>> >>> Shark >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> -- >>>>> >>> View this message in context: >>>>> >>> >>>>> http://vtk.1045678.n5.nabble.com/vtkVolumeTextureMapper3D-in-VTK-7-1-tp5742368.html >>>>> >>> Sent from the VTK - Users mailing list archive at Nabble.com. >>>>> >>> _______________________________________________ >>>>> >>> 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: >>>>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>>>> >> >>>>> >> >>>>> >> >>>>> >> >>>>> >> -- >>>>> >> Alvaro Sanchez >>>>> >> Kitware, Inc. >>>>> >> Senior R&D Engineer >>>>> >> 21 Corporate Drive >>>>> >> Clifton Park, NY 12065-8662 >>>>> >> Phone: 518-881-4901 >>>>> >> >>>>> >> _______________________________________________ >>>>> >> 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: >>>>> >> http://public.kitware.com/mailman/listinfo/vtkusers >>>>> >> >>>>> > >>>>> > >>>>> > >>>>> > -- >>>>> > ------------------------------------------------------------------ >>>>> > Simon Esneault >>>>> > Rennes, France >>>>> > ------------------------------------------------------------------ >>>>> > >>>>> > _______________________________________________ >>>>> > 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: >>>>> > http://public.kitware.com/mailman/listinfo/vtkusers >>>>> > >>>>> >>>> >>>> >>>> >>>> -- >>>> Alvaro Sanchez >>>> Kitware, Inc. >>>> Senior R&D Engineer >>>> 21 Corporate Drive >>>> Clifton Park, NY 12065-8662 >>>> Phone: 518-881-4901 <(518)%20881-4901> >>>> >>> >>> >>> >>> -- >>> Alvaro Sanchez >>> Kitware, Inc. >>> Senior R&D Engineer >>> 21 Corporate Drive >>> Clifton Park, NY 12065-8662 >>> Phone: 518-881-4901 <(518)%20881-4901> >>> >> >> >> >> -- >> ------------------------------------------------------------------ >> Simon Esneault >> Rennes, France >> ------------------------------------------------------------------ >> > > > > -- > Alvaro Sanchez > Kitware, Inc. > Senior R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4901 <(518)%20881-4901> > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Tue May 30 11:32:31 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Tue, 30 May 2017 11:32:31 -0400 Subject: [vtkusers] Distance filter In-Reply-To: <1535723842.3962816.1495481093544@mail.yahoo.com> References: <1535723842.3962816.1495481093544.ref@mail.yahoo.com> <1535723842.3962816.1495481093544@mail.yahoo.com> Message-ID: Hi Rao, The actor transforms apply only during rendering of the data object - they do not transform the data objects themselves. To properly account for the actor transforms in the vtkDistancePolyDataFilter, you would need to create vtkTransformPolyDataFilters for each actor, copying the actor transform to the vtkTransform used by vtkTransformPolyDataFilter, then connect the output port of the vtkTransformPolyDataFilters to your vtkCleanPolyData filters. HTH, Cory On Mon, May 22, 2017 at 3:24 PM, Koteswara Rao Ruvva via vtkusers wrote: > I have the following code to compute the distance between two polygonal > actors. > > def ComputeDistanceFilter(sourceActor, targetActor): > > clean1 = vtk.vtkCleanPolyData() > clean1.SetInputData(sourceActor.GetMapper().GetInput()) > clean2 = vtk.vtkCleanPolyData() > clean2.SetInputData(targetActor.GetMapper().GetInput()) > > distanceFilter = vtk.vtkDistancePolyDataFilter() > distanceFilter.SetInputConnection(0, clean1.GetOutputPort()) > distanceFilter.SetInputConnection(1, clean2.GetOutputPort()) > distanceFilter.Update() > > I am not sure where and how the transformation of the actors should be used > while computing the distance filter. > > Thank you > Rao > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From ruvva at yahoo.com Tue May 30 18:45:48 2017 From: ruvva at yahoo.com (Koteswara Rao Ruvva) Date: Tue, 30 May 2017 22:45:48 +0000 (UTC) Subject: [vtkusers] Distance filter In-Reply-To: References: <1535723842.3962816.1495481093544.ref@mail.yahoo.com> <1535723842.3962816.1495481093544@mail.yahoo.com> Message-ID: <2069315818.3682656.1496184348913@mail.yahoo.com> Great. That worked. Thank you.Here is updated code snippet. def ComputeDistanceFilterActors(sourceActor, targetActor):? ??? ? #Update the sourceActor? ? sourceTransform = vtk.vtkTransform()? ? sourceTransform.SetMatrix(sourceActor.GetMatrix())? ? ?? ? sourceTransformFilter = vtk.vtkTransformPolyDataFilter()? ? sourceTransformFilter.SetInputData(sourceActor.GetMapper().GetInput())? ? sourceTransformFilter.SetTransform(sourceTransform)? ? sourceTransformFilter.Update() ? ? #Update the targetActor? ? targetTransform = vtk.vtkTransform()? ? targetTransform.SetMatrix(targetActor.GetMatrix())? ? ?? ? targetTransformFilter = vtk.vtkTransformPolyDataFilter()? ? targetTransformFilter.SetInputData(targetActor.GetMapper().GetInput())? ? targetTransformFilter.SetTransform(targetTransform)? ? targetTransformFilter.Update() ? ? clean1 = vtk.vtkCleanPolyData()? ? clean1.SetInputData(sourceTransformFilter.GetOutput())? ? clean2 = vtk.vtkCleanPolyData()? ? clean2.SetInputData(targetTransformFilter.GetOutput()) ? ? distanceFilter.SetInputConnection(0, clean1.GetOutputPort())? ? distanceFilter.SetInputConnection(1, clean2.GetOutputPort())? ? distanceFilter.Update() From: Cory Quammen To: Koteswara Rao Ruvva Cc: Foufara via Vtkusers Sent: Tuesday, May 30, 2017 8:32 AM Subject: Re: [vtkusers] Distance filter Hi Rao, The actor transforms apply only during rendering of the data object - they do not transform the data objects themselves. To properly account for the actor transforms in the vtkDistancePolyDataFilter, you would need to create vtkTransformPolyDataFilters for each actor, copying the actor transform to the vtkTransform used by vtkTransformPolyDataFilter, then connect the output port of the vtkTransformPolyDataFilters to your vtkCleanPolyData filters. HTH, Cory On Mon, May 22, 2017 at 3:24 PM, Koteswara Rao Ruvva via vtkusers wrote: > I have the following code to compute the distance between two polygonal > actors. > > def ComputeDistanceFilter(sourceActor, targetActor): > >? ? clean1 = vtk.vtkCleanPolyData() >? ? clean1.SetInputData(sourceActor.GetMapper().GetInput()) >? ? clean2 = vtk.vtkCleanPolyData() >? ? clean2.SetInputData(targetActor.GetMapper().GetInput()) > >? ? distanceFilter = vtk.vtkDistancePolyDataFilter() >? ? distanceFilter.SetInputConnection(0, clean1.GetOutputPort()) >? ? distanceFilter.SetInputConnection(1, clean2.GetOutputPort()) >? ? distanceFilter.Update() > > I am not sure where and how the transformation of the actors should be used > while computing the distance filter. > > Thank you > Rao > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Cory Quammen Staff R&D Engineer Kitware, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: From majid.msadeghi at yahoo.com Wed May 31 04:43:37 2017 From: majid.msadeghi at yahoo.com (polo) Date: Wed, 31 May 2017 01:43:37 -0700 (MST) Subject: [vtkusers] gdcm bad memory allocation error on vtk release Message-ID: <1496220217728-5743480.post@n5.nabble.com> Hello to all, I have been using GDCM 2.6.7 and VTK 7.1.1 debug and everything works fine, I can use gdcm::Scanner and vtkGDCMImageReader with no problem. But now I have to use VTK release because I want to be able to use QVTKWidget. When I build VTK in release, GDCM gives different bad memory allocation errors. Any hint how I could possibly fix this? Any simillar experience? I have to configure both VTK and GDCM with shared libs ON and I am using MSVC2013. Best, -- View this message in context: http://vtk.1045678.n5.nabble.com/gdcm-bad-memory-allocation-error-on-vtk-release-tp5743480.html Sent from the VTK - Users mailing list archive at Nabble.com. From rjakob22 at googlemail.com Wed May 31 08:04:28 2017 From: rjakob22 at googlemail.com (Raphael Jakob) Date: Wed, 31 May 2017 14:04:28 +0200 Subject: [vtkusers] distances in TubeFilter Message-ID: Is it possible to calculate all distances of all points in a TubeFilter Object to the inner polyLine with implicitPolyDataDistance or vtkDistancePolyDataFilter or another fast vtk method? I want to score all points in the tube in dependence of their distance to the line, which created the Tube. Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Wed May 31 09:27:04 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 31 May 2017 09:27:04 -0400 Subject: [vtkusers] distances in TubeFilter In-Reply-To: References: Message-ID: I'm confused - why isn't the distance from the inner polyline the same as the tube filter radius (to within discretization error)? I don't think vtkDistancePolyDataFilter or vtkImplicitPolyDataDistance will do that in the direction you want. Each require that the object from which the distances are computed be triangle meshes, and your polyline is not a triangle mesh. Instead, you could use one of the point locators (subclass of vtkAbstractPointLocator [1]) and set its input to the polyline. Then iterate over the points of the tube and compute the distance manually using the locator. Note that the closest point on the polyline may fall in the interior of one of the line segments, in which case you might be able to use vtkCellLocator. HTH, Cory [1] http://www.vtk.org/doc/nightly/html/classvtkAbstractPointLocator.html [2] http://www.vtk.org/doc/nightly/html/classvtkCellLocator.html On Wed, May 31, 2017 at 8:04 AM, Raphael Jakob via vtkusers wrote: > Is it possible to calculate all distances of all points in a TubeFilter > Object to the inner polyLine with implicitPolyDataDistance or > vtkDistancePolyDataFilter or another fast vtk method? I want to score all > points in the tube in dependence of their distance to the line, which > created the Tube. > > Best regards > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From wushx6 at gmail.com Wed May 31 09:28:08 2017 From: wushx6 at gmail.com (alanwsx) Date: Wed, 31 May 2017 06:28:08 -0700 (MST) Subject: [vtkusers] vtkSelectVisiblePoints and vtkPolyData Issue Message-ID: <1496237288886-5743483.post@n5.nabble.com> Hi, I am writing some code to do the depth test for some vtkPolyData object, and I want to use vtkSelectVisiblePoints class in a qvtkwidget. However, I always got 0 points. Following is the minimum code: // in the qvtkwidget class: visible_filter = vtkSmartPointer::New(); visible_filter->SetInputData(poly_data); visible_filter->SetRenderer(renderer); visible_filter->Update(); // in the overriding vtkInteractorStyleTrackballCamera class: this->visible_filter->Update(); qDebug() << "There are currently: " << this->visible_filter->GetOutput()->GetNumberOfPoints() << " visible."; I am not sure whether this is related to QT or vtkPolyData, since in the official example, they used SetInputConnection(), but here I used SetInputData(). Any suggestions would be appreciated. Thanks, Shangxuan -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkSelectVisiblePoints-and-vtkPolyData-Issue-tp5743483.html Sent from the VTK - Users mailing list archive at Nabble.com. From ufuk.turuncoglu at itu.edu.tr Wed May 31 10:00:02 2017 From: ufuk.turuncoglu at itu.edu.tr (Ufuk Turuncoglu) Date: Wed, 31 May 2017 17:00:02 +0300 Subject: [vtkusers] problem in writing data with vtkXMLMultiBlockDataWriter ... Message-ID: <9efc5e10-ffdd-a776-bd0b-1819b5727b8a@itu.edu.tr> Hi, I am trying to create very simple example of creating vtkMultiBlockDataSet using vtkStructuredGrid to sole a problem of mine in ParaView Catalyst. By this way, i could test some ideas without overhead of simulation code. In this case, i wrote following C++ code to demonstrate it. The problem is that the result test.vtm file includes information only one piece of data, but if i run the code with 4 core the test/ directory contains four file. I also observed that the file name written to test.vtm is changing based on the fastest core. So, i just wonder that am i missing something in here. Thanks, Regards, --ufuk #include #include "mpi.h" #include "vtkStructuredGrid.h" #include "vtkSmartPointer.h" #include "vtkMultiBlockDataSet.h" #include "vtkMultiPieceDataSet.h" #include "vtkNew.h" #include "vtkXMLMultiBlockDataWriter.h" using namespace std; // global variables int const N = 10; int const tileX = 2; int const tileY = 2; int main(int argc, char** argv) { // initialize MPI MPI_Init(NULL, NULL); // get number of processor and rank int nproc, myid; MPI_Comm_size(MPI_COMM_WORLD, &nproc); MPI_Comm_rank(MPI_COMM_WORLD, &myid); // create 2d decomposition parameters bool hasLeft = false, hasTop = false; if (myid%tileX == 0) hasLeft = true; if (myid/tileY == 0) hasTop = true; //cout << myid << " of " << nproc << " " << boolalpha << hasLeft << " " << hasTop << endl; // create structured grid vtkSmartPointer grid = vtkSmartPointer::New(); // define grid coordinates vtkSmartPointer points = vtkSmartPointer::New(); points->SetNumberOfPoints(N/tileX*N/tileY); int istr = myid%tileX*N/tileX; int iend = istr+N/tileX-1; int jstr = myid/tileX*N/tileY; int jend = jstr+N/tileY-1; //cout << myid << " " << istr << " " << iend << " " << jstr << " " << jend << endl; int id = 0; for (int i = istr; i < iend; i++) { for (int j = jstr; j < jend; j++) { points->SetPoint(id, i, j, 0); id = id+1; } } grid->SetPoints(points); grid->SetExtent(istr, iend, jstr, jend, 0, 0); points->Delete(); // create multi block grid vtkMultiBlockDataSet* mb = vtkMultiBlockDataSet::New(); vtkNew mpds; mpds->SetNumberOfPieces(nproc); mpds->SetPiece(myid, grid.GetPointer()); mb->SetNumberOfBlocks(1); mb->SetBlock(0, mpds.GetPointer()); // create a writer vtkSmartPointer mbw = vtkSmartPointer::New(); mbw->SetFileName("test.vtm"); mbw->SetDataModeToAscii(); mbw->SetInputData(mb); mbw->Write(); // finalize the MPI environment. MPI_Finalize(); return 0; } From luiceur at gmail.com Wed May 31 10:07:18 2017 From: luiceur at gmail.com (Luis Cebamanos) Date: Wed, 31 May 2017 15:07:18 +0100 Subject: [vtkusers] VTK on Cray XC30 Message-ID: Hi all, We are trying to install VTK with python wrappers on a Cray XC30 and we are facing numerous problems. Is there any recommendations for Cray systems? We are getting warnings about the (add_library) such as: "ADD_LIBRARY called with SHARED option but the target platform does not support dynamic linking. Building a STATIC library instead. This may lead to problems." Any suggestions? Regards, Luis From utkarsh.ayachit at kitware.com Wed May 31 10:13:04 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Wed, 31 May 2017 10:13:04 -0400 Subject: [vtkusers] problem in writing data with vtkXMLMultiBlockDataWriter ... In-Reply-To: <9efc5e10-ffdd-a776-bd0b-1819b5727b8a@itu.edu.tr> References: <9efc5e10-ffdd-a776-bd0b-1819b5727b8a@itu.edu.tr> Message-ID: Use vtkXMLPMultiBlockDataWriter (http://www.vtk.org/doc/nightly/html/classvtkXMLPMultiBlockDataWriter.html) instead. For it to work correctly, you'll need to setup a global vtkMPIController. Since you're calling MPI_Init() youself, you can do something like following after MPI_Init(). vtkNew controller; controller->Initialize(argv, argc, /*initializedExternally*/ true); vtkMultiProcessController::SetGlobalController(controller.Get()); On Wed, May 31, 2017 at 10:00 AM, Ufuk Turuncoglu wrote: > Hi, > > I am trying to create very simple example of creating vtkMultiBlockDataSet > using vtkStructuredGrid to sole a problem of mine in ParaView Catalyst. By > this way, i could test some ideas without overhead of simulation code. In > this case, i wrote following C++ code to demonstrate it. The problem is that > the result test.vtm file includes information only one piece of data, > > > header_type="UInt32" compressor="vtkZLibDataCompressor"> > > > > > > > > > but if i run the code with 4 core the test/ directory contains four file. I > also observed that the file name written to test.vtm is changing based on > the fastest core. So, i just wonder that am i missing something in here. > > Thanks, > Regards, > > --ufuk > > #include > #include "mpi.h" > #include "vtkStructuredGrid.h" > #include "vtkSmartPointer.h" > #include "vtkMultiBlockDataSet.h" > #include "vtkMultiPieceDataSet.h" > #include "vtkNew.h" > #include "vtkXMLMultiBlockDataWriter.h" > > using namespace std; > > // global variables > int const N = 10; > int const tileX = 2; > int const tileY = 2; > > int main(int argc, char** argv) { > // initialize MPI > MPI_Init(NULL, NULL); > > // get number of processor and rank > int nproc, myid; > MPI_Comm_size(MPI_COMM_WORLD, &nproc); > MPI_Comm_rank(MPI_COMM_WORLD, &myid); > > // create 2d decomposition parameters > bool hasLeft = false, hasTop = false; > if (myid%tileX == 0) hasLeft = true; > if (myid/tileY == 0) hasTop = true; > //cout << myid << " of " << nproc << " " << boolalpha << hasLeft << " " << > hasTop << endl; > > // create structured grid > vtkSmartPointer grid = > vtkSmartPointer::New(); > > // define grid coordinates > vtkSmartPointer points = vtkSmartPointer::New(); > points->SetNumberOfPoints(N/tileX*N/tileY); > > int istr = myid%tileX*N/tileX; > int iend = istr+N/tileX-1; > int jstr = myid/tileX*N/tileY; > int jend = jstr+N/tileY-1; > //cout << myid << " " << istr << " " << iend << " " << jstr << " " << jend > << endl; > > int id = 0; > for (int i = istr; i < iend; i++) { > for (int j = jstr; j < jend; j++) { > points->SetPoint(id, i, j, 0); > id = id+1; > } > } > > grid->SetPoints(points); > grid->SetExtent(istr, iend, jstr, jend, 0, 0); > points->Delete(); > > // create multi block grid > vtkMultiBlockDataSet* mb = vtkMultiBlockDataSet::New(); > vtkNew mpds; > mpds->SetNumberOfPieces(nproc); > mpds->SetPiece(myid, grid.GetPointer()); > mb->SetNumberOfBlocks(1); > mb->SetBlock(0, mpds.GetPointer()); > > // create a writer > vtkSmartPointer mbw = > vtkSmartPointer::New(); > mbw->SetFileName("test.vtm"); > mbw->SetDataModeToAscii(); > mbw->SetInputData(mb); > mbw->Write(); > > // finalize the MPI environment. > MPI_Finalize(); > > return 0; > } > > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers From dave.demarle at kitware.com Wed May 31 10:15:57 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Wed, 31 May 2017 10:15:57 -0400 Subject: [vtkusers] VTK on Cray XC30 In-Reply-To: References: Message-ID: What CMake and VTK versions are you on? David E DeMarle Kitware, Inc. Principal Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, May 31, 2017 at 10:07 AM, Luis Cebamanos wrote: > Hi all, > > We are trying to install VTK with python wrappers on a Cray XC30 and we > are facing numerous problems. Is there any recommendations for Cray > systems? > We are getting warnings about the (add_library) such as: > "ADD_LIBRARY called with SHARED option but the target platform does not > support dynamic linking. Building a STATIC library instead. This may > lead to problems." > > Any suggestions? > > Regards, > Luis > _______________________________________________ > 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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From abenchaaben at histalim.com Wed May 31 10:18:57 2017 From: abenchaaben at histalim.com (abenchaaben) Date: Wed, 31 May 2017 07:18:57 -0700 (MST) Subject: [vtkusers] TestDragon Oculus Rift test code Message-ID: <1496240337025-5743489.post@n5.nabble.com> Hi, I build vtk with the support of Oculus Rift. I'm trying to build the example of TestDragon.cxx. #include "vtkCamera.h" #include "vtkRenderer.h" #include "vtkOpenGLRenderWindow.h" #include "vtkActor.h" #include "vtkPolyDataMapper.h" #include "vtkPLYReader.h" #include "vtkNew.h" #include "vtkProperty.h" #include "vtkRenderWindowInteractor.h" #include "vtkOpenGLRenderWindow.h" #include "vtkCullerCollection.h" #include "vtkLight.h" #include "vtkOculusCamera.h" #include "vtkOculusRenderer.h" #include "vtkOculusRenderWindow.h" #include "vtkOculusRenderWindowInteractor.h" //---------------------------------------------------------------------------- int TestDragon(int argc, char *argv[]) { vtkNew actor; vtkNew renderer; renderer->SetBackground(0.2, 0.3, 0.4); vtkNew renderWindow; renderWindow->AddRenderer(renderer.Get()); renderer->AddActor(actor.Get()); vtkNew iren; iren->SetRenderWindow(renderWindow.Get()); vtkNew cam; renderer->SetActiveCamera(cam.Get()); // crazy frame rate requirement // need to look into that at some point renderWindow->SetDesiredUpdateRate(350.0); iren->SetDesiredUpdateRate(350.0); iren->SetStillUpdateRate(350.0); renderer->RemoveCuller(renderer->GetCullers()->GetLastItem()); vtkNew light; light->SetLightTypeToSceneLight(); light->SetPosition(0.0, 1.0, 0.3); renderer->AddLight(light.Get()); const char* fileName = vtkTestUtilities::ExpandDataFileName( argc, argv, "Data/dragon.ply"); vtkNew reader; reader->SetFileName(fileName); reader->Update(); vtkNew mapper; mapper->SetInputConnection(reader->GetOutputPort()); actor->SetMapper(mapper.Get()); actor->GetProperty()->SetAmbientColor(0.2, 0.2, 1.0); actor->GetProperty()->SetDiffuseColor(1.0, 0.65, 0.7); actor->GetProperty()->SetSpecularColor(1.0, 1.0, 1.0); actor->GetProperty()->SetSpecular(0.5); actor->GetProperty()->SetDiffuse(0.7); actor->GetProperty()->SetAmbient(0.5); actor->GetProperty()->SetSpecularPower(20.0); actor->GetProperty()->SetOpacity(1.0); // actor->GetProperty()->SetRepresentationToWireframe(); renderer->ResetCamera(); renderWindow->Render(); int retVal = vtkRegressionTestImage( renderWindow.Get() ); if ( retVal == vtkRegressionTester::DO_INTERACTOR) { iren->Start(); } return EXIT_SUCCESS; } I have this error : #error: gl.h included before glew.h. I noticed that this concern only the include of this headers : -#include "vtkOculusRenderWindow.h" -#include "vtkOculusRenderWindowInteractor.h" Does that mean that i didn't build vtk with the righ opengl flags? -- View this message in context: http://vtk.1045678.n5.nabble.com/TestDragon-Oculus-Rift-test-code-tp5743489.html Sent from the VTK - Users mailing list archive at Nabble.com. From dave.demarle at kitware.com Wed May 31 10:30:53 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Wed, 31 May 2017 10:30:53 -0400 Subject: [vtkusers] Fwd: VTK on Cray XC30 In-Reply-To: References: Message-ID: re-including the mailing list. David E DeMarle Kitware, Inc. Principal Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 ---------- Forwarded message ---------- From: Luis Cebamanos Date: Wed, May 31, 2017 at 10:24 AM Subject: Re: [vtkusers] VTK on Cray XC30 To: David E DeMarle Hi David, We just took it from the git repo "git clone git://vtk.org/VTK.git VTK " and I managed to install it with static libraries setting BUILD_SHARED_LIBS=OFF and VTK_WRAP_PYTHON=ON and using gcc 5.1.0 and CMake 3.5.2 but I cannot make it work with python. $ls bin/ vtkParseJava-8.1 vtkWrapJava-8.1 vtkWrapTcl-8.1 vtkpython vtkWrapPython-8.1 vtkWrapTclInit-8.1 vtkWrapHierarchy-8.1 vtkWrapPythonInit-8.1 $ls lib/ cmake libvtkCommonComputationalGeometry-8.1.a libvtkCommonComputationalGeometryPython27D-8.1.a libvtkCommonComputationalGeometryPython-8.1.a Cheers Luis On 05/31/2017 03:15 PM, David E DeMarle wrote: What CMake and VTK versions are you on? David E DeMarle Kitware, Inc. Principal Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 <(518)%20881-4909> On Wed, May 31, 2017 at 10:07 AM, Luis Cebamanos wrote: > Hi all, > > We are trying to install VTK with python wrappers on a Cray XC30 and we > are facing numerous problems. Is there any recommendations for Cray > systems? > We are getting warnings about the (add_library) such as: > "ADD_LIBRARY called with SHARED option but the target platform does not > support dynamic linking. Building a STATIC library instead. This may > lead to problems." > > Any suggestions? > > Regards, > Luis > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/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: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ufuk.turuncoglu at itu.edu.tr Wed May 31 10:43:51 2017 From: ufuk.turuncoglu at itu.edu.tr (Ufuk Turuncoglu) Date: Wed, 31 May 2017 17:43:51 +0300 Subject: [vtkusers] problem in writing data with vtkXMLMultiBlockDataWriter ... In-Reply-To: References: <9efc5e10-ffdd-a776-bd0b-1819b5727b8a@itu.edu.tr> Message-ID: Hi Utkarsh, Thanks for your help. It solves the problem. Just for the reference for future, the correct version of the controller code as follows, vtkNew controller; controller->Initialize(&argc, &argv, true); vtkMultiProcessController::SetGlobalController(controller.Get()); Thanks again, Regards, --ufuk On 31/05/2017 17:13, Utkarsh Ayachit wrote: > Use vtkXMLPMultiBlockDataWriter > (http://www.vtk.org/doc/nightly/html/classvtkXMLPMultiBlockDataWriter.html) > instead. For it to work correctly, you'll need to setup a global > vtkMPIController. Since you're calling MPI_Init() youself, you can do > something like following after MPI_Init(). > > vtkNew controller; > controller->Initialize(argv, argc, /*initializedExternally*/ true); > vtkMultiProcessController::SetGlobalController(controller.Get()); > > On Wed, May 31, 2017 at 10:00 AM, Ufuk Turuncoglu > wrote: >> Hi, >> >> I am trying to create very simple example of creating vtkMultiBlockDataSet >> using vtkStructuredGrid to sole a problem of mine in ParaView Catalyst. By >> this way, i could test some ideas without overhead of simulation code. In >> this case, i wrote following C++ code to demonstrate it. The problem is that >> the result test.vtm file includes information only one piece of data, >> >> >> > header_type="UInt32" compressor="vtkZLibDataCompressor"> >> >> >> >> >> >> >> >> >> but if i run the code with 4 core the test/ directory contains four file. I >> also observed that the file name written to test.vtm is changing based on >> the fastest core. So, i just wonder that am i missing something in here. >> >> Thanks, >> Regards, >> >> --ufuk >> >> #include >> #include "mpi.h" >> #include "vtkStructuredGrid.h" >> #include "vtkSmartPointer.h" >> #include "vtkMultiBlockDataSet.h" >> #include "vtkMultiPieceDataSet.h" >> #include "vtkNew.h" >> #include "vtkXMLMultiBlockDataWriter.h" >> >> using namespace std; >> >> // global variables >> int const N = 10; >> int const tileX = 2; >> int const tileY = 2; >> >> int main(int argc, char** argv) { >> // initialize MPI >> MPI_Init(NULL, NULL); >> >> // get number of processor and rank >> int nproc, myid; >> MPI_Comm_size(MPI_COMM_WORLD, &nproc); >> MPI_Comm_rank(MPI_COMM_WORLD, &myid); >> >> // create 2d decomposition parameters >> bool hasLeft = false, hasTop = false; >> if (myid%tileX == 0) hasLeft = true; >> if (myid/tileY == 0) hasTop = true; >> //cout << myid << " of " << nproc << " " << boolalpha << hasLeft << " " << >> hasTop << endl; >> >> // create structured grid >> vtkSmartPointer grid = >> vtkSmartPointer::New(); >> >> // define grid coordinates >> vtkSmartPointer points = vtkSmartPointer::New(); >> points->SetNumberOfPoints(N/tileX*N/tileY); >> >> int istr = myid%tileX*N/tileX; >> int iend = istr+N/tileX-1; >> int jstr = myid/tileX*N/tileY; >> int jend = jstr+N/tileY-1; >> //cout << myid << " " << istr << " " << iend << " " << jstr << " " << jend >> << endl; >> >> int id = 0; >> for (int i = istr; i < iend; i++) { >> for (int j = jstr; j < jend; j++) { >> points->SetPoint(id, i, j, 0); >> id = id+1; >> } >> } >> >> grid->SetPoints(points); >> grid->SetExtent(istr, iend, jstr, jend, 0, 0); >> points->Delete(); >> >> // create multi block grid >> vtkMultiBlockDataSet* mb = vtkMultiBlockDataSet::New(); >> vtkNew mpds; >> mpds->SetNumberOfPieces(nproc); >> mpds->SetPiece(myid, grid.GetPointer()); >> mb->SetNumberOfBlocks(1); >> mb->SetBlock(0, mpds.GetPointer()); >> >> // create a writer >> vtkSmartPointer mbw = >> vtkSmartPointer::New(); >> mbw->SetFileName("test.vtm"); >> mbw->SetDataModeToAscii(); >> mbw->SetInputData(mb); >> mbw->Write(); >> >> // finalize the MPI environment. >> MPI_Finalize(); >> >> return 0; >> } >> >> _______________________________________________ >> 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: >> http://public.kitware.com/mailman/listinfo/vtkusers From reuben.kraft at gmail.com Wed May 31 10:54:45 2017 From: reuben.kraft at gmail.com (Reuben Kraft) Date: Wed, 31 May 2017 10:54:45 -0400 Subject: [vtkusers] vtk 8.1 on mac sierra (10.12.5) - error: no member named 'view' in 'TkWindowPrivate' Message-ID: Hello, I am trying to build vtk 8.1 on mac running sierra (version 10.12.5). I am currently getting this error message below. I have seen others with this problem but the solution was not clear. It seemed like it had something to do with the location of the Tk headers? I was hoping someone would have some clear suggestions. CmakeCache.txt is attached. Thanks. [ 69%] Building CXX object Rendering/Tk/CMakeFiles/vtkRenderingTkTCL.dir/vtkCocoaTkUtilities.mm.o /Users/rhk12/code/vtk/Rendering/Tk/vtkCocoaTkUtilities.mm:57:28: error: no member named 'view' in 'TkWindowPrivate' NSView *result = macWin->view; ~~~~~~ ^ 1 error generated. make[2]: *** [Rendering/Tk/CMakeFiles/vtkRenderingTkTCL.dir/vtkCocoaTkUtilities.mm.o] Error 1 make[1]: *** [Rendering/Tk/CMakeFiles/vtkRenderingTkTCL.dir/all] Error 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- # This is the CMakeCache file. # For build in directory: /Users/rhk12/code/vtk/vtkBuild # It was generated by CMake: /usr/local/Cellar/cmake/3.8.1/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Build the VTK documentation BUILD_DOCUMENTATION:BOOL=OFF //Build VTK examples. BUILD_EXAMPLES:BOOL=OFF //if set to ON, build a library framework and application bundle, //\n otherwise install classical UNIX bin/lib BUILD_FRAMEWORKS_AND_BUNDLE:BOOL=OFF //Build Shared Libraries BUILD_SHARED_LIBS:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=ON //Build With User Defined Values BUILD_USER_DEFINED_LIBS:BOOL=OFF //the path to install bundle BUNDLEDIR:PATH=Applications/OSGEO //Path to a program. BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND //Path to a program. CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar //For backwards compatibility, what version of CMake commands and // syntax should this version of CMake try to support. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build. CMAKE_BUILD_TYPE:STRING=Debug //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C compiler CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //User executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin //Read-only architecture-independent data (DATAROOTDIR) CMAKE_INSTALL_DATADIR:PATH= //Read-only architecture-independent data root (share) CMAKE_INSTALL_DATAROOTDIR:PATH=share //Documentation root (DATAROOTDIR/doc/PROJECT_NAME) CMAKE_INSTALL_DOCDIR:PATH= //C header files (include) CMAKE_INSTALL_INCLUDEDIR:PATH=include //Info documentation (DATAROOTDIR/info) CMAKE_INSTALL_INFODIR:PATH= //Object code libraries (lib) CMAKE_INSTALL_LIBDIR:PATH=lib //Program executables (libexec) CMAKE_INSTALL_LIBEXECDIR:PATH=libexec //Locale-dependent data (DATAROOTDIR/locale) CMAKE_INSTALL_LOCALEDIR:PATH= //Modifiable single-machine data (var) CMAKE_INSTALL_LOCALSTATEDIR:PATH=var //Man documentation (DATAROOTDIR/man) CMAKE_INSTALL_MANDIR:PATH= //Path to a program. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool //C header files for non-gcc (/usr/include) CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //System admin executables (sbin) CMAKE_INSTALL_SBINDIR:PATH=sbin //Modifiable architecture-independent data (com) CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com //Read-only single-machine data (etc) CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND //Path to a program. CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump //Build architectures for OSX CMAKE_OSX_ARCHITECTURES:STRING= //Minimum OS X version to target for deployment (at runtime); newer // APIs weak linked. Set to empty string for default value. CMAKE_OSX_DEPLOYMENT_TARGET:STRING= //The product will be built against the headers and libraries located // inside the indicated SDK. CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=VTK //Path to a program. CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip //Thread library used. CMAKE_THREAD_LIBS:STRING= //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Path to the coverage program that CTest uses for performing coverage // inspection COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov //Extra command line flags to pass to the coverage tool COVERAGE_EXTRA_FLAGS:STRING=-l //How many times to retry timed-out CTest submissions. CTEST_SUBMIT_RETRY_COUNT:STRING=3 //How long to wait between timed-out CTest submissions. CTEST_SUBMIT_RETRY_DELAY:STRING=5 //Maximum time allowed before CTest will kill the test. CTEST_TEST_TIMEOUT:STRING=3600 //Path to a program. CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND //Options passed to the cvs update command. CVS_UPDATE_OPTIONS:STRING=-d -A -P //Maximum time allowed before CTest will kill the test. DART_TESTING_TIMEOUT:STRING=3600 //Value Computed by CMake DICOMParser_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/Utilities/DICOMParser //Value Computed by CMake DICOMParser_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/Utilities/DICOMParser //Path to a library. EXECINFO_LIB:FILEPATH=EXECINFO_LIB-NOTFOUND //Single output directory for building all executables. EXECUTABLE_OUTPUT_PATH:PATH= //Disable compiler warnings EXODUSII_DISABLE_COMPILER_WARNINGS:BOOL=ON //Additional URL templates for the ExternalData CMake script to // look for testing data. E.g. //\nfile:///var/bigharddrive/%(algo)/%(hash) ExternalData_URL_TEMPLATES:STRING= //the path to install framework FRAMEWORKDIR:PATH=Library/Frameworks //Path to a program. GITCOMMAND:FILEPATH=/usr/bin/git //IEEE floating point is available HAVE_IEEEFP:STRING=1 //Value Computed by CMake HDF5_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5 //Build Static Executabless HDF5_BUILD_STATIC_EXECS:BOOL=OFF //Build with library install_name set to the installation path HDF5_BUILD_WITH_INSTALL_NAME:BOOL=OFF //Enable all warnings HDF5_ENABLE_ALL_WARNINGS:BOOL=OFF //Turn on debugging in all packages HDF5_ENABLE_DEBUG_APIS:BOOL=OFF //Build the Direct I/O Virtual File Driver HDF5_ENABLE_DIRECT_VFD:BOOL=ON //embed library info into executables HDF5_ENABLE_EMBEDDED_LIBINFO:BOOL=ON //Enable group five warnings HDF5_ENABLE_GROUPFIVE_WARNINGS:BOOL=OFF //Enable group four warnings HDF5_ENABLE_GROUPFOUR_WARNINGS:BOOL=OFF //Enable group one warnings HDF5_ENABLE_GROUPONE_WARNINGS:BOOL=OFF //Enable group three warnings HDF5_ENABLE_GROUPTHREE_WARNINGS:BOOL=OFF //Enable group two warnings HDF5_ENABLE_GROUPTWO_WARNINGS:BOOL=OFF //Enable group zero warnings HDF5_ENABLE_GROUPZERO_WARNINGS:BOOL=OFF //Instrument The library HDF5_ENABLE_INSTRUMENT:BOOL=OFF //Value Computed by CMake HDF5_HL_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SRC_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5/hl/src //Value Computed by CMake HDF5_HL_SRC_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5/hl/src //CPACK - Disable packaging HDF5_NO_PACKAGES:BOOL=OFF //Package the HDF5 Library Examples Compressed File HDF5_PACK_EXAMPLES:BOOL=OFF //Value Computed by CMake HDF5_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5 //Value Computed by CMake HDF5_SRC_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5/src //Value Computed by CMake HDF5_SRC_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5/src //Execute tests with different VFDs HDF5_TEST_VFD:BOOL=OFF //Enable folder grouping of projects in IDEs. HDF5_USE_FOLDERS:BOOL=ON //Path to a program. HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND //Native CPU bit order HOST_BIG_ENDIAN:STRING=OFF //Native CPU bit order HOST_FILLORDER:STRING=FILLORDER_LSB2MSB //Installation directory for executables INSTALL_BIN_DIR:PATH=/usr/local/bin //Installation directory for headers INSTALL_INC_DIR:PATH=/usr/local/include //Installation directory for libraries INSTALL_LIB_DIR:PATH=/usr/local/lib //Installation directory for manual pages INSTALL_MAN_DIR:PATH=/usr/local/share/man //Installation directory for pkgconfig (.pc) files INSTALL_PKGCONFIG_DIR:PATH=/usr/local/share/pkgconfig //Value Computed by CMake JsonCpp_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/jsoncpp/vtkjsoncpp //Value Computed by CMake JsonCpp_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/jsoncpp/vtkjsoncpp //The directory to install binaries into. LIBPROJ_BINDIR:PATH=bin //The directory to install data files into. LIBPROJ_DATADIR:PATH=share/proj //The directory to install doc files into. LIBPROJ_DOCDIR:PATH=doc/proj //The directory to install includes into. LIBPROJ_INCLUDEDIR:PATH=include //The directory to install libraries into. LIBPROJ_LIBDIR:PATH=lib //Path to a library. LIBPROJ_M_LIB:FILEPATH=/usr/lib/libm.dylib //Build libproj with thread/mutex support LIBPROJ_USE_THREAD:BOOL=ON //Single output directory for building all libraries. LIBRARY_OUTPUT_PATH:PATH= //Value Computed by CMake LZ4_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/lz4/vtklz4 //Value Computed by CMake LZ4_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/lz4/vtklz4 //Command to build the project MAKECOMMAND:STRING=/usr/local/Cellar/cmake/3.8.1/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" //Path to the memory checking command, used for memory error detection. MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that contains suppressions for the memory checker MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= //Path to a library. M_LIBRARY:FILEPATH=/usr/lib/libm.dylib //Request building AutobahnPython Module_AutobahnPython:BOOL=OFF //Poisson Surface reconstruction from unorganized points Module_PoissonReconstruction:BOOL=OFF //Second rank tensor glyphs that visualize eigenvalue signs. Module_SignedTensor:BOOL=OFF //Request building SixPython Module_SixPython:BOOL=OFF //Spline Driven Image Slicer - http://www.vtkjournal.org/browse/publication/838 Module_SplineDrivenImageSlicer:BOOL=OFF //Request building Twisted Module_Twisted:BOOL=OFF //A collection of examples that illustrate how to use VTK. Module_WikiExamples:BOOL=OFF //Request building ZopeInterface Module_ZopeInterface:BOOL=OFF //Request building constantly Module_constantly:BOOL=OFF //Request building incremental Module_incremental:BOOL=OFF //Request building vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm:BOOL=OFF //Slicer additions to vtk Module_vtkAddon:BOOL=OFF //Dicom classes and utilities Module_vtkDICOM:BOOL=OFF //Request building vtkDomainsMicroscopy Module_vtkDomainsMicroscopy:BOOL=OFF //Request building vtkFiltersMatlab Module_vtkFiltersMatlab:BOOL=OFF //Request building vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2:BOOL=OFF //Request building vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths:BOOL=OFF //Request building vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry:BOOL=OFF //Request building vtkFiltersParallelMPI Module_vtkFiltersParallelMPI:BOOL=OFF //Request building vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics:BOOL=OFF //Request building vtkFiltersReebGraph Module_vtkFiltersReebGraph:BOOL=OFF //Request building vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR:BOOL=OFF //Request building vtkGUISupportQt Module_vtkGUISupportQt:BOOL=OFF //Request building vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL:BOOL=OFF //Request building vtkGUISupportQtSQL Module_vtkGUISupportQtSQL:BOOL=OFF //Request building vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit:BOOL=OFF //Request building vtkIOADIOS Module_vtkIOADIOS:BOOL=OFF //Request building vtkIOFFMPEG Module_vtkIOFFMPEG:BOOL=OFF //Request building vtkIOGDAL Module_vtkIOGDAL:BOOL=OFF //Request building vtkIOGeoJSON Module_vtkIOGeoJSON:BOOL=OFF //Request building vtkIOMPIImage Module_vtkIOMPIImage:BOOL=OFF //Request building vtkIOMPIParallel Module_vtkIOMPIParallel:BOOL=OFF //Request building vtkIOMySQL Module_vtkIOMySQL:BOOL=OFF //Request building vtkIOODBC Module_vtkIOODBC:BOOL=OFF //Request building vtkIOParallelExodus Module_vtkIOParallelExodus:BOOL=OFF //Request building vtkIOParallelLSDyna Module_vtkIOParallelLSDyna:BOOL=OFF //Request building vtkIOParallelNetCDF Module_vtkIOParallelNetCDF:BOOL=OFF //Request building vtkIOPostgreSQL Module_vtkIOPostgreSQL:BOOL=OFF //Request building vtkIOTRUCHAS Module_vtkIOTRUCHAS:BOOL=OFF //Request building vtkIOVPIC Module_vtkIOVPIC:BOOL=OFF //Request building vtkIOXdmf2 Module_vtkIOXdmf2:BOOL=OFF //Request building vtkIOXdmf3 Module_vtkIOXdmf3:BOOL=OFF //Request building vtkImagingOpenGL2 Module_vtkImagingOpenGL2:BOOL=OFF //Request building vtkInfovisBoost Module_vtkInfovisBoost:BOOL=OFF //Request building vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms:BOOL=OFF //Request building vtkInfovisParallel Module_vtkInfovisParallel:BOOL=OFF //Request building vtkParallelMPI Module_vtkParallelMPI:BOOL=OFF //Request building vtkParallelMPI4Py Module_vtkParallelMPI4Py:BOOL=OFF //Request building vtkParseOGLExt Module_vtkParseOGLExt:BOOL=OFF //Request building vtkPythonInterpreter Module_vtkPythonInterpreter:BOOL=OFF //Request building vtkRenderingExternal Module_vtkRenderingExternal:BOOL=OFF //Request building vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig:BOOL=OFF //Request building vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2:BOOL=OFF //Request building vtkRenderingMatplotlib Module_vtkRenderingMatplotlib:BOOL=OFF //Request building vtkRenderingOSPRay Module_vtkRenderingOSPRay:BOOL=OFF //Request building vtkRenderingOculus Module_vtkRenderingOculus:BOOL=OFF //Request building vtkRenderingOpenVR Module_vtkRenderingOpenVR:BOOL=OFF //Request building vtkRenderingParallel Module_vtkRenderingParallel:BOOL=OFF //Request building vtkRenderingParallelLIC Module_vtkRenderingParallelLIC:BOOL=OFF //Request building vtkRenderingQt Module_vtkRenderingQt:BOOL=OFF //Request building vtkRenderingSceneGraph Module_vtkRenderingSceneGraph:BOOL=OFF //Request building vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR:BOOL=OFF //Request building vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks:BOOL=OFF //Request building vtkVPIC Module_vtkVPIC:BOOL=OFF //Request building vtkViewsGeovis Module_vtkViewsGeovis:BOOL=OFF //Request building vtkViewsQt Module_vtkViewsQt:BOOL=OFF //Request building vtkWebCore Module_vtkWebCore:BOOL=OFF //Request building vtkWebGLExporter Module_vtkWebGLExporter:BOOL=OFF //Request building vtkWebPython Module_vtkWebPython:BOOL=OFF //Request building vtkWrappingJava Module_vtkWrappingJava:BOOL=OFF //Request building vtkWrappingPythonCore Module_vtkWrappingPythonCore:BOOL=ON //Request building vtkWrappingTcl Module_vtkWrappingTcl:BOOL=ON //Request building vtkdiy2 Module_vtkdiy2:BOOL=OFF //Request building vtkmpi4py Module_vtkmpi4py:BOOL=OFF //Request building vtkxdmf2 Module_vtkxdmf2:BOOL=OFF //Request building vtkxdmf3 Module_vtkxdmf3:BOOL=OFF //Request building vtkzfp Module_vtkzfp:BOOL=OFF //Specify default maximum number of elements in the file chunk // cache chunk for HDF5 files (should be prime number). NETCDF4_CHUNK_CACHE_NELEMS:STRING=1009 //Specify default file chunk cache preemption policy for HDF5 files // (a number between 0 and 1, inclusive). NETCDF4_CHUNK_CACHE_PREEMPTION:STRING=0.75 //Specify default file cache chunk size for HDF5 files in bytes. NETCDF4_CHUNK_CACHE_SIZE:STRING=4194304 //Specify the number of chunks to store in default per-variable // cache. NETCDF4_DEFAULT_CHUNKS_IN_CACHE:STRING=10 //Specify default size of chunks in bytes. NETCDF4_DEFAULT_CHUNK_SIZE:STRING=4194304 //Specify maximum size (in bytes) for the default per-var chunk // cache. NETCDF4_MAX_DEFAULT_CACHE_SIZE:STRING=67108864 //Disable compiler warnings NETCDF_DISABLE_COMPILER_WARNINGS:BOOL=ON //Include for OpenGL on OS X OPENGL_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework //OpenGL library for OS X OPENGL_gl_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework //GLU library for OS X (usually same as OpenGL library) OPENGL_glu_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework //Path to a program. P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND //Value Computed by CMake PROJ4_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/libproj4/vtklibproj4 //Value Computed by CMake PROJ4_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/libproj4/vtklibproj4 //Subdirectory where executables will be installed PROJ_BIN_SUBDIR:STRING=bin //Subdirectory where data will be installed PROJ_DATA_SUBDIR:STRING=share/proj //Subdirectory where data will be installed PROJ_DOC_SUBDIR:STRING=doc/proj //Subdirectory where header files will be installed PROJ_INCLUDE_SUBDIR:STRING=include //Subdirectory where libraries will be installed PROJ_LIB_SUBDIR:STRING=lib //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python //Extra libraries to link when linking to python (such as "z" for // zlib). Separate multiple libraries with semicolons. PYTHON_EXTRA_LIBS:STRING= //Path to a file. PYTHON_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/python2.7 //Path to a library. PYTHON_LIBRARY:FILEPATH=/usr/lib/libpython2.7.dylib //Utility library needed for vtkpython PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib/libutil.dylib //Path to a file. RMANTREE:PATH=RMANTREE-NOTFOUND //Path to scp command, used by CTest for submitting results to // a Dart server SCPCOMMAND:FILEPATH=/usr/bin/scp //Name of the computer/site where compile is being run SITE:STRING=mne-rekr17mnepsuedu.local //Path to the SLURM sbatch executable SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND //Path to the SLURM srun executable SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND //Path to a program. SVNCOMMAND:FILEPATH=/usr/bin/svn //Path to a file. TCL_INCLUDE_PATH:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tcl.framework/Headers //Path to a library. TCL_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework //Path to a program. TCL_TCLSH:FILEPATH=/usr/bin/tclsh //Path to a file. TK_INCLUDE_PATH:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Headers //The path to the Tk internal headers (tkMacOSXDefault.h). TK_INTERNAL_PATH:PATH=/Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.5 //Path to a library. TK_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework //Use HIDDEN visibility support if available. USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON //Value Computed by CMake VTKFREETYPE_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKFREETYPE_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKGL2PS_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGL2PS_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGLEW_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/glew/vtkglew //Value Computed by CMake VTKGLEW_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/glew/vtkglew //Value Computed by CMake VTKJPEG_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKJPEG_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKNETCDF_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKNETCDF_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKOGGTHEORA_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/oggtheora/vtkoggtheora //Disable assemby optimizations VTKOGGTHEORA_DISABLE_ASM:BOOL=OFF //Disable the use of floating point code in theora VTKOGGTHEORA_DISABLE_FLOAT:BOOL=OFF //Additional linker flags for vtkoggtheora when building as a shared // library VTKOGGTHEORA_SHARED_LINKER_FLAGS:STRING=-Wl,-exported_symbols_list,"/Users/rhk12/code/vtk/ThirdParty/oggtheora/vtkoggtheora/vtkoggtheora.exp" //Value Computed by CMake VTKOGGTHEORA_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/oggtheora/vtkoggtheora //Value Computed by CMake VTKPNG_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/png/vtkpng //Value Computed by CMake VTKPNG_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/png/vtkpng //Value Computed by CMake VTKSQLite_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/sqlite/vtksqlite //Value Computed by CMake VTKSQLite_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/sqlite/vtksqlite //Build all vtkObject derived classes with object factory new methods. VTK_ALL_NEW_OBJECT_FACTORY:BOOL=OFF //Build VTK for Android VTK_ANDROID_BUILD:BOOL=OFF //Value Computed by CMake VTK_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild //Request to build all modules VTK_BUILD_ALL_MODULES:BOOL=OFF //Enable modules as needed for testing all the enabled modules VTK_BUILD_ALL_MODULES_FOR_TESTS:BOOL=OFF //If enabled, the test used to generate the vtkBlueObeliskDataInternal.h // header will be built. VTK_BUILD_BODR_DATA_GENERATOR:BOOL=OFF //Directory where python modules will be built VTK_BUILD_PYTHON_MODULE_DIR:PATH=/Users/rhk12/code/vtk/vtkBuild/Wrapping/Python //Exclude test data download from default 'all' target. VTK_DATA_EXCLUDE_FROM_ALL:BOOL=OFF //Local directory holding ExternalData objects in the layout %(algo)/%(hash). VTK_DATA_STORE:PATH= //Build leak checking support into VTK. VTK_DEBUG_LEAKS:BOOL=OFF //Include array-of-structs vtkDataArray subclasses in dispatcher. VTK_DISPATCH_AOS_ARRAYS:BOOL=ON //Include struct-of-arrays vtkDataArray subclasses in dispatcher. VTK_DISPATCH_SOA_ARRAYS:BOOL=OFF //Include vtkTypedDataArray subclasses (e.g. old mapped arrays) // in dispatcher. VTK_DISPATCH_TYPED_ARRAYS:BOOL=OFF //Index of the EGL device (graphics card) to use. VTK_EGL_DEVICE_INDEX:STRING=0 //Build VTK using kits instead of modules. VTK_ENABLE_KITS:BOOL=OFF //Enable vtkpython and pvtkpython binaries VTK_ENABLE_VTKPYTHON:BOOL=ON //Whether the system libharu in use is a shared library or not VTK_EXTERNAL_LIBHARU_IS_SHARED:BOOL=ON //Do not download source code or data from the network VTK_FORBID_DOWNLOADS:BOOL=OFF //Path to a program. VTK_GHOSTSCRIPT_EXECUTABLE:FILEPATH=/usr/local/bin/gs //Location of the OpenGL extensions header file (glext.h). VTK_GLEXT_FILE:FILEPATH=/Users/rhk12/code/vtk/Utilities/ParseOGLExt/headers/glext.h //Location of the GLX extensions header file (glxext.h). VTK_GLXEXT_FILE:FILEPATH=/Users/rhk12/code/vtk/Utilities/ParseOGLExt/headers/glxext.h //Request building Imaging modules VTK_Group_Imaging:BOOL=OFF //Request building MPI modules VTK_Group_MPI:BOOL=OFF //Request building Qt modules VTK_Group_Qt:BOOL=OFF //Request building Rendering modules VTK_Group_Rendering:BOOL=ON //Request building of all stand alone modules (no external dependencies // required) VTK_Group_StandAlone:BOOL=ON //Request building Tk modules VTK_Group_Tk:BOOL=ON //Request building Views modules VTK_Group_Views:BOOL=OFF //Request building Web modules VTK_Group_Web:BOOL=OFF //Directory where python modules will be installed VTK_INSTALL_PYTHON_MODULE_DIR:PATH=lib/python2.7/site-packages //Build vtk.framework for iOS VTK_IOS_BUILD:BOOL=OFF //Remove all legacy code completely. VTK_LEGACY_REMOVE:BOOL=OFF //Silence all legacy code messages. VTK_LEGACY_SILENT:BOOL=OFF //Should all modules build instantiators VTK_MAKE_INSTANTIATORS:BOOL=OFF //Max number of threads vktMultiThreader will allocate. VTK_MAX_THREADS:STRING=64 //The OpenGL library being used supports off screen Mesa calls VTK_OPENGL_HAS_OSMESA:BOOL=OFF //Python version to use: 2, 2.x, 3, 3.x, or empty VTK_PYTHON_VERSION:STRING=2 //Choose the rendering backend. VTK_RENDERING_BACKEND:STRING=OpenGL2 //Enable OpenGL error check and report VTK_REPORT_OPENGL_ERRORS:BOOL=ON //Enable OpenGL error check and reporting in non-debug builds. VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS:BOOL=OFF //Extra flags for Objective-C++ compilation VTK_REQUIRED_OBJCXX_FLAGS:STRING= //Which multi-threaded parallelism implementation to use. Options // are Sequential, OpenMP or TBB VTK_SMP_IMPLEMENTATION_TYPE:STRING=Sequential //Value Computed by CMake VTK_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk //Build with static Tcl/Tk support. TCL_LIBRARY and TK_LIBRARY // must point to the corresponding Tcl/Tk static libraries (example, // tcl85sx.lib, tk85sx.lib). VTK_TCL_TK_STATIC:BOOL=ON //Build VTK with 64 bit ids VTK_USE_64BIT_IDS:BOOL=ON //Use Cocoa for VTK render windows VTK_USE_COCOA:BOOL=ON //Enable tests requiring "large" data VTK_USE_LARGE_DATA:BOOL=OFF //Use off screen calls by default VTK_USE_OFFSCREEN:BOOL=OFF //Use EGL for OpenGL client API for offscreen rendering. VTK_USE_OFFSCREEN_EGL:BOOL=OFF //Use system-installed EXPAT VTK_USE_SYSTEM_EXPAT:BOOL=OFF //Use system-installed Freetype VTK_USE_SYSTEM_FREETYPE:BOOL=OFF //Use system-installed GL2PS VTK_USE_SYSTEM_GL2PS:BOOL=OFF //Use system-installed GLEW VTK_USE_SYSTEM_GLEW:BOOL=OFF //Use system-installed HDF5 VTK_USE_SYSTEM_HDF5:BOOL=OFF //Use system-installed JPEG VTK_USE_SYSTEM_JPEG:BOOL=OFF //Use system-installed JsonCpp VTK_USE_SYSTEM_JSONCPP:BOOL=OFF //Use system-installed LibHaru VTK_USE_SYSTEM_LIBHARU:BOOL=OFF //Use system-installed LIBPROJ4 VTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF //Use the system's libraries by default. VTK_USE_SYSTEM_LIBRARIES:BOOL=OFF //Use system-installed LibXml2 VTK_USE_SYSTEM_LIBXML2:BOOL=OFF //Use system-installed LZ4 VTK_USE_SYSTEM_LZ4:BOOL=OFF //Use system-installed NetCDF VTK_USE_SYSTEM_NETCDF:BOOL=OFF //Use system-installed NetCDFCPP VTK_USE_SYSTEM_NETCDFCPP:BOOL=OFF //Use system-installed OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA:BOOL=OFF //Use system-installed PNG VTK_USE_SYSTEM_PNG:BOOL=OFF //Use system-installed TIFF VTK_USE_SYSTEM_TIFF:BOOL=OFF //Use system-installed ZLIB VTK_USE_SYSTEM_ZLIB:BOOL=OFF //Build VTK with Tk support VTK_USE_TK:BOOL=ON //Use X for VTK render windows VTK_USE_X:BOOL=OFF //If enabled, vtkArrayDispatch will print a warning when a dispatch // fails. VTK_WARN_ON_DISPATCH_FAILURE:BOOL=OFF //Location of the WGL extensions header file (wglext.h). VTK_WGLEXT_FILE:FILEPATH=/Users/rhk12/code/vtk/Utilities/ParseOGLExt/headers/wglext.h //Path to a file. VTK_WRAP_HINTS:FILEPATH=/Users/rhk12/code/vtk/Wrapping/Tools/hints //Should VTK Java wrapping be built? VTK_WRAP_JAVA:BOOL=OFF //Should VTK Python wrapping be built? VTK_WRAP_PYTHON:BOOL=ON //Should VTK Tcl wrapping be built? VTK_WRAP_TCL:BOOL=ON //Value Computed by CMake alglib_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/alglib //Value Computed by CMake alglib_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/alglib //Value Computed by CMake expat_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/expat/vtkexpat //Value Computed by CMake expat_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/expat/vtkexpat //Value Computed by CMake netcdf_libdispatch_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_libdispatch_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_liblib_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_liblib_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_libsrc4_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc4_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake netcdf_libsrc_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake tiff_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/tiff/vtktiff //Value Computed by CMake tiff_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/tiff/vtktiff //Value Computed by CMake verdict_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/verdict/vtkverdict //Dependencies for target verdict_LIB_DEPENDS:STATIC= //Value Computed by CMake verdict_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/verdict/vtkverdict //Dependencies for the target vtkChartsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkInfovisCorePythonD;general;vtkChartsCore; //Dependencies for the target vtkChartsCorePython_LIB_DEPENDS:STATIC=general;vtkChartsCorePythonD; //Dependencies for the target vtkChartsCoreTCL_LIB_DEPENDS:STATIC=general;vtkChartsCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkFiltersGeneralTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingCoreTCL;general;vtkCommonColorTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonTransformsTCL;general;vtkInfovisCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkChartsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtksys;general;vtkCommonColor;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkInfovisCore; //Dependencies for the target vtkCommonColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonColor; //Dependencies for the target vtkCommonColorPython_LIB_DEPENDS:STATIC=general;vtkCommonColorPythonD; //Dependencies for the target vtkCommonColorTCL_LIB_DEPENDS:STATIC=general;vtkCommonColor;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonColor_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonComputationalGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonComputationalGeometry; //Dependencies for the target vtkCommonComputationalGeometryPython_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometryPythonD; //Dependencies for the target vtkCommonComputationalGeometryTCL_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonComputationalGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCore; //Dependencies for the target vtkCommonCorePython_LIB_DEPENDS:STATIC=general;vtkCommonCorePythonD; //Dependencies for the target vtkCommonCoreTCL_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonCore_LIB_DEPENDS:STATIC=general;vtksys; //Dependencies for the target vtkCommonDataModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonDataModel; //Dependencies for the target vtkCommonDataModelPython_LIB_DEPENDS:STATIC=general;vtkCommonDataModelPythonD; //Dependencies for the target vtkCommonDataModelTCL_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonDataModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkCommonMisc;general;vtkCommonSystem;general;vtksys; //Dependencies for the target vtkCommonExecutionModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonExecutionModel; //Dependencies for the target vtkCommonExecutionModelPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModelPythonD; //Dependencies for the target vtkCommonExecutionModelTCL_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonExecutionModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkCommonMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMath; //Dependencies for the target vtkCommonMathPython_LIB_DEPENDS:STATIC=general;vtkCommonMathPythonD; //Dependencies for the target vtkCommonMathTCL_LIB_DEPENDS:STATIC=general;vtkCommonMath;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonMath_LIB_DEPENDS:STATIC=general;vtkCommonCore; //Dependencies for the target vtkCommonMiscPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonMisc; //Dependencies for the target vtkCommonMiscPython_LIB_DEPENDS:STATIC=general;vtkCommonMiscPythonD; //Dependencies for the target vtkCommonMiscTCL_LIB_DEPENDS:STATIC=general;vtkCommonMisc;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonMisc_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for the target vtkCommonSystemPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonSystem; //Dependencies for the target vtkCommonSystemPython_LIB_DEPENDS:STATIC=general;vtkCommonSystemPythonD; //Dependencies for the target vtkCommonSystemTCL_LIB_DEPENDS:STATIC=general;vtkCommonSystem;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonSystem_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys; //Dependencies for the target vtkCommonTransformsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransforms; //Dependencies for the target vtkCommonTransformsPython_LIB_DEPENDS:STATIC=general;vtkCommonTransformsPythonD; //Dependencies for the target vtkCommonTransformsTCL_LIB_DEPENDS:STATIC=general;vtkCommonTransforms;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonTransforms_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for target vtkDICOMParser_LIB_DEPENDS:STATIC= //Dependencies for the target vtkDomainsChemistryOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkDomainsChemistryPythonD;general;vtkDomainsChemistryPythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkDomainsChemistryOpenGL2; //Dependencies for the target vtkDomainsChemistryOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryOpenGL2PythonD; //Dependencies for the target vtkDomainsChemistryOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkDomainsChemistry;general;vtkDomainsChemistry;general;vtkRenderingOpenGL2;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkglew;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkDomainsChemistryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLParserPythonD;general;vtkRenderingCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkDomainsChemistry; //Dependencies for the target vtkDomainsChemistryPython_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryPythonD; //Dependencies for the target vtkDomainsChemistryTCL_LIB_DEPENDS:STATIC=general;vtkDomainsChemistry;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOLegacyTCL;general;vtkIOXMLParserTCL;general;vtkRenderingCoreTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkDomainsChemistry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXMLParser;general;vtkRenderingCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys; //Value Computed by CMake vtkExodus2_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/exodusII/vtkexodusII //Value Computed by CMake vtkExodus2_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/exodusII/vtkexodusII //Dependencies for the target vtkFiltersAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkIOXMLPythonD;general;vtkParallelCorePythonD;general;vtkFiltersAMR; //Dependencies for the target vtkFiltersAMRPython_LIB_DEPENDS:STATIC=general;vtkFiltersAMRPythonD; //Dependencies for the target vtkFiltersAMRTCL_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkIOXMLTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersAMR_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkIOXML;general;vtkParallelCore; //Dependencies for the target vtkFiltersCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCore; //Dependencies for the target vtkFiltersCorePython_LIB_DEPENDS:STATIC=general;vtkFiltersCorePythonD; //Dependencies for the target vtkFiltersCoreTCL_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersExtractionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersStatisticsPythonD;general;vtkFiltersExtraction; //Dependencies for the target vtkFiltersExtractionPython_LIB_DEPENDS:STATIC=general;vtkFiltersExtractionPythonD; //Dependencies for the target vtkFiltersExtractionTCL_LIB_DEPENDS:STATIC=general;vtkFiltersExtraction;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersGeneralTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkFiltersCoreTCL;general;vtkFiltersStatisticsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersExtraction_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersCore;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersFlowPathsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkIOCorePythonD;general;vtkFiltersFlowPaths; //Dependencies for the target vtkFiltersFlowPathsPython_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPathsPythonD; //Dependencies for the target vtkFiltersFlowPathsTCL_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPaths;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersSourcesTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersFlowPaths_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtkIOCore; //Dependencies for the target vtkFiltersGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersGeneralPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeneralPythonD; //Dependencies for the target vtkFiltersGeneralTCL_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkFiltersCoreTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersGeneral_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonComputationalGeometry;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersGenericPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersGeneric; //Dependencies for the target vtkFiltersGenericPython_LIB_DEPENDS:STATIC=general;vtkFiltersGenericPythonD; //Dependencies for the target vtkFiltersGenericTCL_LIB_DEPENDS:STATIC=general;vtkFiltersGeneric;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersGeneric_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometry; //Dependencies for the target vtkFiltersGeometryPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeometryPythonD; //Dependencies for the target vtkFiltersGeometryTCL_LIB_DEPENDS:STATIC=general;vtkFiltersGeometry;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore; //Dependencies for the target vtkFiltersHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkFiltersHybrid; //Dependencies for the target vtkFiltersHybridPython_LIB_DEPENDS:STATIC=general;vtkFiltersHybridPythonD; //Dependencies for the target vtkFiltersHybridTCL_LIB_DEPENDS:STATIC=general;vtkFiltersHybrid;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonTransformsTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkImagingCoreTCL;general;vtkImagingSourcesTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkCommonMath;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkImagingCore;general;vtkImagingSources;general;vtkRenderingCore;general;vtksys; //Dependencies for the target vtkFiltersHyperTreePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersHyperTree; //Dependencies for the target vtkFiltersHyperTreePython_LIB_DEPENDS:STATIC=general;vtkFiltersHyperTreePythonD; //Dependencies for the target vtkFiltersHyperTreeTCL_LIB_DEPENDS:STATIC=general;vtkFiltersHyperTree;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkFiltersCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonSystemTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersHyperTree_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonCore;general;vtkCommonSystem;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersStatisticsPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingGeneralPythonD;general;vtkFiltersImaging; //Dependencies for the target vtkFiltersImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersImagingPythonD; //Dependencies for the target vtkFiltersImagingTCL_LIB_DEPENDS:STATIC=general;vtkFiltersImaging;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersStatisticsTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;vtkImagingGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersImaging_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersStatistics;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkImagingGeneral; //Dependencies for the target vtkFiltersModelingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersModeling; //Dependencies for the target vtkFiltersModelingPython_LIB_DEPENDS:STATIC=general;vtkFiltersModelingPythonD; //Dependencies for the target vtkFiltersModelingTCL_LIB_DEPENDS:STATIC=general;vtkFiltersModeling;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkFiltersGeneralTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersModeling_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersParallelImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersImagingPythonD;general;vtkFiltersParallelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelImaging; //Dependencies for the target vtkFiltersParallelImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelImagingPythonD; //Dependencies for the target vtkFiltersParallelImagingTCL_LIB_DEPENDS:STATIC=general;vtkFiltersParallelImaging;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersImagingTCL;general;vtkFiltersParallelTCL;general;vtkImagingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersStatisticsTCL;general;vtkImagingGeneralTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersParallelImaging_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersImaging;general;vtkFiltersParallel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkParallelCore; //Dependencies for the target vtkFiltersParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkFiltersParallel; //Dependencies for the target vtkFiltersParallelPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelPythonD; //Dependencies for the target vtkFiltersParallelTCL_LIB_DEPENDS:STATIC=general;vtkFiltersParallel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersCoreTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersModelingTCL;general;vtkFiltersSourcesTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkIOLegacyTCL;general;vtkParallelCoreTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOLegacy;general;vtkParallelCore;general;vtkRenderingCore; //Dependencies for the target vtkFiltersPointsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersPoints; //Dependencies for the target vtkFiltersPointsPython_LIB_DEPENDS:STATIC=general;vtkFiltersPointsPythonD; //Dependencies for the target vtkFiltersPointsTCL_LIB_DEPENDS:STATIC=general;vtkFiltersPoints;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersPoints_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel; //Dependencies for the target vtkFiltersProgrammablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersProgrammable; //Dependencies for the target vtkFiltersProgrammablePython_LIB_DEPENDS:STATIC=general;vtkFiltersProgrammablePythonD; //Dependencies for the target vtkFiltersProgrammableTCL_LIB_DEPENDS:STATIC=general;vtkFiltersProgrammable;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersProgrammable_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersPythonPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkFiltersPython; //Dependencies for the target vtkFiltersPythonPython_LIB_DEPENDS:STATIC=general;vtkFiltersPythonPythonD; //Dependencies for the target vtkFiltersPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkWrappingPythonCore; //Dependencies for the target vtkFiltersSMPPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersSMP; //Dependencies for the target vtkFiltersSMPPython_LIB_DEPENDS:STATIC=general;vtkFiltersSMPPythonD; //Dependencies for the target vtkFiltersSMPTCL_LIB_DEPENDS:STATIC=general;vtkFiltersSMP;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersSMP_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkCommonMath;general;vtkCommonSystem; //Dependencies for the target vtkFiltersSelectionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersSelection; //Dependencies for the target vtkFiltersSelectionPython_LIB_DEPENDS:STATIC=general;vtkFiltersSelectionPythonD; //Dependencies for the target vtkFiltersSelectionTCL_LIB_DEPENDS:STATIC=general;vtkFiltersSelection;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersSelection_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel; //Dependencies for the target vtkFiltersSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSources; //Dependencies for the target vtkFiltersSourcesPython_LIB_DEPENDS:STATIC=general;vtkFiltersSourcesPythonD; //Dependencies for the target vtkFiltersSourcesTCL_LIB_DEPENDS:STATIC=general;vtkFiltersSources;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonCoreTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersSources_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonComputationalGeometry;general;vtkCommonCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkImagingFourierPythonD;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersStatisticsPython_LIB_DEPENDS:STATIC=general;vtkFiltersStatisticsPythonD; //Dependencies for the target vtkFiltersStatisticsTCL_LIB_DEPENDS:STATIC=general;vtkFiltersStatistics;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkImagingFourierTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersStatistics_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkalglib;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkImagingFourier; //Dependencies for the target vtkFiltersTexturePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersTexture; //Dependencies for the target vtkFiltersTexturePython_LIB_DEPENDS:STATIC=general;vtkFiltersTexturePythonD; //Dependencies for the target vtkFiltersTextureTCL_LIB_DEPENDS:STATIC=general;vtkFiltersTexture;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersTexture_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersTopologyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersTopology; //Dependencies for the target vtkFiltersTopologyPython_LIB_DEPENDS:STATIC=general;vtkFiltersTopologyPythonD; //Dependencies for the target vtkFiltersTopologyTCL_LIB_DEPENDS:STATIC=general;vtkFiltersTopology;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersTopology_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel; //Dependencies for the target vtkFiltersVerdictPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersVerdict; //Dependencies for the target vtkFiltersVerdictPython_LIB_DEPENDS:STATIC=general;vtkFiltersVerdictPythonD; //Dependencies for the target vtkFiltersVerdictTCL_LIB_DEPENDS:STATIC=general;vtkFiltersVerdict;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersVerdict_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;verdict;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkGeovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkInfovisCorePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkIOImagePythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkInfovisLayoutPythonD;general;vtkGeovisCore; //Dependencies for the target vtkGeovisCorePython_LIB_DEPENDS:STATIC=general;vtkGeovisCorePythonD; //Dependencies for the target vtkGeovisCoreTCL_LIB_DEPENDS:STATIC=general;vtkGeovisCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonTransformsTCL;general;vtkInfovisCoreTCL;general;vtkInteractionStyleTCL;general;vtkInteractionWidgetsTCL;general;vtkRenderingCoreTCL;general;vtkViewsCoreTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkIOImageTCL;general;vtkIOXMLTCL;general;vtkImagingCoreTCL;general;vtkImagingSourcesTCL;general;vtkInfovisLayoutTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkGeovisCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkInfovisCore;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkRenderingCore;general;vtkViewsCore;general;vtkproj4;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkIOImage;general;vtkIOXML;general;vtkImagingCore;general;vtkImagingSources;general;vtkInfovisLayout; //Dependencies for the target vtkIOAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersAMRPythonD;general;vtkParallelCorePythonD;general;vtkIOAMR; //Dependencies for the target vtkIOAMRPython_LIB_DEPENDS:STATIC=general;vtkIOAMRPythonD; //Dependencies for the target vtkIOAMRTCL_LIB_DEPENDS:STATIC=general;vtkIOAMR;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonSystemTCL;general;vtkFiltersAMRTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOAMR_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkFiltersAMR;general;vtkParallelCore;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys; //Dependencies for the target vtkIOCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCore; //Dependencies for the target vtkIOCorePython_LIB_DEPENDS:STATIC=general;vtkIOCorePythonD; //Dependencies for the target vtkIOCoreTCL_LIB_DEPENDS:STATIC=general;vtkIOCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtklz4;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOEnSightPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOEnSight; //Dependencies for the target vtkIOEnSightPython_LIB_DEPENDS:STATIC=general;vtkIOEnSightPythonD; //Dependencies for the target vtkIOEnSightTCL_LIB_DEPENDS:STATIC=general;vtkIOEnSight;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOEnSight_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkIOExodusPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkFiltersCorePythonD;general;vtkIOExodus; //Dependencies for the target vtkIOExodusPython_LIB_DEPENDS:STATIC=general;vtkIOExodusPythonD; //Dependencies for the target vtkIOExodusTCL_LIB_DEPENDS:STATIC=general;vtkIOExodus;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOXMLParserTCL;general;vtkFiltersCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOExodus_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOXMLParser;general;vtkexoIIc;general;vtkFiltersCore;general;vtksys; //Dependencies for the target vtkIOExportOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOExportPythonD;general;vtkIOExportPythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkIOExportOpenGL2; //Dependencies for the target vtkIOExportOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkIOExportOpenGL2PythonD; //Dependencies for the target vtkIOExportOpenGL2_LIB_DEPENDS:STATIC=general;vtkIOExport;general;vtkIOExport;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkRenderingCore;general;vtkgl2ps;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkIOExportOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkIOExportOpenGL2;general;vtkCommonCoreTCL;general;vtkIOExportTCL;general;vtkIOExportTCL;general;vtkRenderingGLtoPSOpenGLIITCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOExportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeometryPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkIOExport; //Dependencies for the target vtkIOExportPython_LIB_DEPENDS:STATIC=general;vtkIOExportPythonD; //Dependencies for the target vtkIOExportTCL_LIB_DEPENDS:STATIC=general;vtkIOExport;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkIOCoreTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingCoreTCL;general;vtkRenderingGLtoPSOpenGLIITCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeometryTCL;general;vtkIOImageTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOExport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeometry;general;vtkIOImage;general;vtkImagingCore;general;vtklibharu;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkIOGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOLegacyPythonD;general;vtkCommonCorePythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOGeometry; //Dependencies for the target vtkIOGeometryPython_LIB_DEPENDS:STATIC=general;vtkIOGeometryPythonD; //Dependencies for the target vtkIOGeometryTCL_LIB_DEPENDS:STATIC=general;vtkIOGeometry;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOLegacyTCL;general;vtkCommonCoreTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOLegacy;general;vtkCommonCore;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOImage; //Dependencies for the target vtkIOImagePython_LIB_DEPENDS:STATIC=general;vtkIOImagePythonD; //Dependencies for the target vtkIOImageTCL_LIB_DEPENDS:STATIC=general;vtkIOImage;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkDICOMParser;general;vtkmetaio;general;vtkjpeg;general;vtkpng;general;vtksys;general;vtktiff;general;vtkzlib; //Dependencies for the target vtkIOImportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkIOImagePythonD;general;vtkIOImport; //Dependencies for the target vtkIOImportPython_LIB_DEPENDS:STATIC=general;vtkIOImportPythonD; //Dependencies for the target vtkIOImportTCL_LIB_DEPENDS:STATIC=general;vtkIOImport;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersSourcesTCL;general;vtkIOImageTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOImport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkRenderingCore;general;vtksys;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources;general;vtkIOImage; //Dependencies for the target vtkIOInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkInfovisCorePythonD;general;vtkIOInfovis; //Dependencies for the target vtkIOInfovisPython_LIB_DEPENDS:STATIC=general;vtkIOInfovisPythonD; //Dependencies for the target vtkIOInfovisTCL_LIB_DEPENDS:STATIC=general;vtkIOInfovis;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOLegacyTCL;general;vtkIOXMLTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkIOCoreTCL;general;vtkIOXMLParserTCL;general;vtkInfovisCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOInfovis_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXML;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkIOCore;general;vtkIOXMLParser;general;vtkInfovisCore;general;vtklibxml2;general;vtksys; //Dependencies for the target vtkIOLSDynaPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkIOLSDyna; //Dependencies for the target vtkIOLSDynaPython_LIB_DEPENDS:STATIC=general;vtkIOLSDynaPythonD; //Dependencies for the target vtkIOLSDynaTCL_LIB_DEPENDS:STATIC=general;vtkIOLSDyna;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOXMLParserTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOLSDyna_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkIOLegacyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkCommonMiscPythonD;general;vtkIOLegacy; //Dependencies for the target vtkIOLegacyPython_LIB_DEPENDS:STATIC=general;vtkIOLegacyPythonD; //Dependencies for the target vtkIOLegacyTCL_LIB_DEPENDS:STATIC=general;vtkIOLegacy;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkCommonMiscTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOLegacy_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkCommonMisc;general;vtksys; //Dependencies for the target vtkIOMINCPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOImagePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersHybridPythonD;general;vtkRenderingCorePythonD;general;vtkIOMINC; //Dependencies for the target vtkIOMINCPython_LIB_DEPENDS:STATIC=general;vtkIOMINCPythonD; //Dependencies for the target vtkIOMINCTCL_LIB_DEPENDS:STATIC=general;vtkIOMINC;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOImageTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkCommonTransformsTCL;general;vtkFiltersHybridTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOMINC_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOImage;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkFiltersHybrid;general;vtkRenderingCore;general;vtkNetCDF;general;vtksys; //Dependencies for the target vtkIOMoviePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOMovie; //Dependencies for the target vtkIOMoviePython_LIB_DEPENDS:STATIC=general;vtkIOMoviePythonD; //Dependencies for the target vtkIOMovieTCL_LIB_DEPENDS:STATIC=general;vtkIOMovie;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOMovie_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkoggtheora;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkIONetCDFPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIONetCDF; //Dependencies for the target vtkIONetCDFPython_LIB_DEPENDS:STATIC=general;vtkIONetCDFPythonD; //Dependencies for the target vtkIONetCDFTCL_LIB_DEPENDS:STATIC=general;vtkIONetCDF;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIONetCDF_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkNetCDF;general;vtknetcdfcpp;general;vtksys; //Dependencies for the target vtkIOPLYPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOPLY; //Dependencies for the target vtkIOPLYPython_LIB_DEPENDS:STATIC=general;vtkIOPLYPythonD; //Dependencies for the target vtkIOPLYTCL_LIB_DEPENDS:STATIC=general;vtkIOPLY;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkIOCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOPLY_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkCommonDataModel;general;vtkCommonMisc; //Dependencies for the target vtkIOParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOGeometryPythonD;general;vtkIOImagePythonD;general;vtkIOLegacyPythonD;general;vtkIONetCDFPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersParallelPythonD;general;vtkParallelCorePythonD;general;vtkIOParallel; //Dependencies for the target vtkIOParallelPython_LIB_DEPENDS:STATIC=general;vtkIOParallelPythonD; //Dependencies for the target vtkIOParallelTCL_LIB_DEPENDS:STATIC=general;vtkIOParallel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOGeometryTCL;general;vtkIOImageTCL;general;vtkIOLegacyTCL;general;vtkIONetCDFTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersParallelTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOParallelXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOXMLPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelXML; //Dependencies for the target vtkIOParallelXMLPython_LIB_DEPENDS:STATIC=general;vtkIOParallelXMLPythonD; //Dependencies for the target vtkIOParallelXMLTCL_LIB_DEPENDS:STATIC=general;vtkIOParallelXML;general;vtkCommonCoreTCL;general;vtkIOXMLTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOParallelXML_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkParallelCore;general;vtksys; //Dependencies for the target vtkIOParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOGeometry;general;vtkIOImage;general;vtkIOLegacy;general;vtkIONetCDF;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersParallel;general;vtkParallelCore;general;vtkexoIIc;general;vtkjsoncpp;general;vtkNetCDF;general;vtksys; //Dependencies for the target vtkIOSQLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOSQL; //Dependencies for the target vtkIOSQLPython_LIB_DEPENDS:STATIC=general;vtkIOSQLPythonD; //Dependencies for the target vtkIOSQLTCL_LIB_DEPENDS:STATIC=general;vtkIOSQL;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOSQL_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtksqlite;general;vtksys; //Dependencies for the target vtkIOTecplotTablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOTecplotTable; //Dependencies for the target vtkIOTecplotTablePython_LIB_DEPENDS:STATIC=general;vtkIOTecplotTablePythonD; //Dependencies for the target vtkIOTecplotTableTCL_LIB_DEPENDS:STATIC=general;vtkIOTecplotTable;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOTecplotTable_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkIOVideoPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOVideo; //Dependencies for the target vtkIOVideoPython_LIB_DEPENDS:STATIC=general;vtkIOVideoPythonD; //Dependencies for the target vtkIOVideoTCL_LIB_DEPENDS:STATIC=general;vtkIOVideo;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOVideo_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtksys; //Dependencies for the target vtkIOXMLParserPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParser; //Dependencies for the target vtkIOXMLParserPython_LIB_DEPENDS:STATIC=general;vtkIOXMLParserPythonD; //Dependencies for the target vtkIOXMLParserTCL_LIB_DEPENDS:STATIC=general;vtkIOXMLParser;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOXMLParser_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkIOCore;general;vtkexpat;general;vtksys; //Dependencies for the target vtkIOXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOXML; //Dependencies for the target vtkIOXMLPython_LIB_DEPENDS:STATIC=general;vtkIOXMLPythonD; //Dependencies for the target vtkIOXMLTCL_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOXMLParserTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOXML_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkImagingColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingColor; //Dependencies for the target vtkImagingColorPython_LIB_DEPENDS:STATIC=general;vtkImagingColorPythonD; //Dependencies for the target vtkImagingColorTCL_LIB_DEPENDS:STATIC=general;vtkImagingColor;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingColor_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem; //Dependencies for the target vtkImagingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCore; //Dependencies for the target vtkImagingCorePython_LIB_DEPENDS:STATIC=general;vtkImagingCorePythonD; //Dependencies for the target vtkImagingCoreTCL_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonTransforms; //Dependencies for the target vtkImagingFourierPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingFourier; //Dependencies for the target vtkImagingFourierPython_LIB_DEPENDS:STATIC=general;vtkImagingFourierPythonD; //Dependencies for the target vtkImagingFourierTCL_LIB_DEPENDS:STATIC=general;vtkImagingFourier;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingFourier_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkImagingGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingGeneral; //Dependencies for the target vtkImagingGeneralPython_LIB_DEPENDS:STATIC=general;vtkImagingGeneralPythonD; //Dependencies for the target vtkImagingGeneralTCL_LIB_DEPENDS:STATIC=general;vtkImagingGeneral;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingGeneral_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingSources; //Dependencies for the target vtkImagingHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkImagingHybrid; //Dependencies for the target vtkImagingHybridPython_LIB_DEPENDS:STATIC=general;vtkImagingHybridPythonD; //Dependencies for the target vtkImagingHybridTCL_LIB_DEPENDS:STATIC=general;vtkImagingHybrid;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkIOImageTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOImage;general;vtkImagingCore; //Dependencies for the target vtkImagingMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingMath; //Dependencies for the target vtkImagingMathPython_LIB_DEPENDS:STATIC=general;vtkImagingMathPythonD; //Dependencies for the target vtkImagingMathTCL_LIB_DEPENDS:STATIC=general;vtkImagingMath;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingMath_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkImagingMorphologicalPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingMorphological; //Dependencies for the target vtkImagingMorphologicalPython_LIB_DEPENDS:STATIC=general;vtkImagingMorphologicalPythonD; //Dependencies for the target vtkImagingMorphologicalTCL_LIB_DEPENDS:STATIC=general;vtkImagingMorphological;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkImagingGeneralTCL;general;vtkImagingSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingMorphological_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPython_LIB_DEPENDS:STATIC=general;vtkImagingSourcesPythonD; //Dependencies for the target vtkImagingSourcesTCL_LIB_DEPENDS:STATIC=general;vtkImagingSources;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingSources_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore; //Dependencies for the target vtkImagingStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingStatistics; //Dependencies for the target vtkImagingStatisticsPython_LIB_DEPENDS:STATIC=general;vtkImagingStatisticsPythonD; //Dependencies for the target vtkImagingStatisticsTCL_LIB_DEPENDS:STATIC=general;vtkImagingStatistics;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingStatistics_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore; //Dependencies for the target vtkImagingStencilPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingStencil; //Dependencies for the target vtkImagingStencilPython_LIB_DEPENDS:STATIC=general;vtkImagingStencilPythonD; //Dependencies for the target vtkImagingStencilTCL_LIB_DEPENDS:STATIC=general;vtkImagingStencil;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingStencil_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonComputationalGeometry;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkInfovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkInfovisCore; //Dependencies for the target vtkInfovisCorePython_LIB_DEPENDS:STATIC=general;vtkInfovisCorePythonD; //Dependencies for the target vtkInfovisCoreTCL_LIB_DEPENDS:STATIC=general;vtkInfovisCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInfovisCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersExtraction;general;vtkFiltersGeneral; //Dependencies for the target vtkInfovisLayoutPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkImagingHybridPythonD;general;vtkInfovisCorePythonD;general;vtkInfovisLayout; //Dependencies for the target vtkInfovisLayoutPython_LIB_DEPENDS:STATIC=general;vtkInfovisLayoutPythonD; //Dependencies for the target vtkInfovisLayoutTCL_LIB_DEPENDS:STATIC=general;vtkInfovisLayout;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersModelingTCL;general;vtkFiltersSourcesTCL;general;vtkImagingHybridTCL;general;vtkInfovisCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInfovisLayout_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkImagingHybrid;general;vtkInfovisCore; //Dependencies for the target vtkInteractionImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkInteractionImage; //Dependencies for the target vtkInteractionImagePython_LIB_DEPENDS:STATIC=general;vtkInteractionImagePythonD; //Dependencies for the target vtkInteractionImageTCL_LIB_DEPENDS:STATIC=general;vtkInteractionImage;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingColorTCL;general;vtkImagingCoreTCL;general;vtkInteractionStyleTCL;general;vtkInteractionWidgetsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInteractionImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingColor;general;vtkImagingCore;general;vtkInteractionStyle;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionStylePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersSourcesPythonD;general;vtkInteractionStyle; //Dependencies for the target vtkInteractionStylePython_LIB_DEPENDS:STATIC=general;vtkInteractionStylePythonD; //Dependencies for the target vtkInteractionStyleTCL_LIB_DEPENDS:STATIC=general;vtkInteractionStyle;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInteractionStyle_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersExtraction;general;vtkFiltersSources; //Dependencies for the target vtkInteractionWidgetsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersHybridPythonD;general;vtkFiltersModelingPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingHybridPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingVolumePythonD;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionWidgetsPython_LIB_DEPENDS:STATIC=general;vtkInteractionWidgetsPythonD; //Dependencies for the target vtkInteractionWidgetsTCL_LIB_DEPENDS:STATIC=general;vtkInteractionWidgets;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;vtkRenderingCoreTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersHybridTCL;general;vtkFiltersModelingTCL;general;vtkImagingColorTCL;general;vtkImagingCoreTCL;general;vtkImagingGeneralTCL;general;vtkImagingHybridTCL;general;vtkInteractionStyleTCL;general;vtkRenderingAnnotationTCL;general;vtkRenderingFreeTypeTCL;general;vtkRenderingVolumeTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInteractionWidgets_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkRenderingCore;general;vtkCommonComputationalGeometry;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersHybrid;general;vtkFiltersModeling;general;vtkImagingColor;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingHybrid;general;vtkInteractionStyle;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingVolume; //Dependencies for the target vtkNetCDF_LIB_DEPENDS:STATIC=general;vtkhdf5_hl;general;vtkhdf5;general;m; //Dependencies for the target vtkParallelCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCore; //Dependencies for the target vtkParallelCorePython_LIB_DEPENDS:STATIC=general;vtkParallelCorePythonD; //Dependencies for the target vtkParallelCoreTCL_LIB_DEPENDS:STATIC=general;vtkParallelCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;vtkIOLegacyTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkParallelCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkIOLegacy;general;vtksys; //Dependencies for the target vtkRenderingAnnotationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkImagingColorPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingAnnotation; //Dependencies for the target vtkRenderingAnnotationPython_LIB_DEPENDS:STATIC=general;vtkRenderingAnnotationPythonD; //Dependencies for the target vtkRenderingAnnotationTCL_LIB_DEPENDS:STATIC=general;vtkRenderingAnnotation;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;vtkImagingColorTCL;general;vtkRenderingFreeTypeTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingAnnotation_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkImagingColor;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingChemistryOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkDomainsChemistryTCL;general;vtkDomainsChemistryTCL;general;vtkRenderingOpenGLIITCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingContext2D; //Dependencies for the target vtkRenderingContext2DPython_LIB_DEPENDS:STATIC=general;vtkRenderingContext2DPythonD; //Dependencies for the target vtkRenderingContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingContextIIDTCL_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;vtkRenderingFreeTypeTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingContextOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingContextOpenGL2; //Dependencies for the target vtkRenderingContextOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGL2PythonD; //Dependencies for the target vtkRenderingContextOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingContext2D;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkRenderingOpenGL2;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkImagingCore;general;vtkglew;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkRenderingContextOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingCoreTCL;general;vtkRenderingFreeTypeTCL;general;vtkRenderingOpenGLIITCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCore; //Dependencies for the target vtkRenderingCorePython_LIB_DEPENDS:STATIC=general;vtkRenderingCorePythonD; //Dependencies for the target vtkRenderingCoreTCL_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkFiltersCoreTCL;general;vtkCommonColorTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkCommonColor;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtksys; //Dependencies for the target vtkRenderingFreeTypePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingFreeTypePython_LIB_DEPENDS:STATIC=general;vtkRenderingFreeTypePythonD; //Dependencies for the target vtkRenderingFreeTypeTCL_LIB_DEPENDS:STATIC=general;vtkRenderingFreeType;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingFreeType_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkfreetype;general;vtkCommonDataModel;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingGL2PSOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingGL2PSOpenGL2; //Dependencies for the target vtkRenderingGL2PSOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingGL2PSOpenGL2PythonD; //Dependencies for the target vtkRenderingGL2PSOpenGL2_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2;general;vtkRenderingOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkgl2ps;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkRenderingGLtoPSOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingGL2PSOpenGL2;general;vtkCommonCoreTCL;general;vtkRenderingOpenGLIITCL;general;vtkRenderingOpenGLIITCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkRenderingCoreTCL;general;vtkRenderingOpenGLIITCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingImage; //Dependencies for the target vtkRenderingImagePython_LIB_DEPENDS:STATIC=general;vtkRenderingImagePythonD; //Dependencies for the target vtkRenderingImageTCL_LIB_DEPENDS:STATIC=general;vtkRenderingImage;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingImage_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkImagingCore; //Dependencies for the target vtkRenderingLODPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersModelingPythonD;general;vtkRenderingLOD; //Dependencies for the target vtkRenderingLODPython_LIB_DEPENDS:STATIC=general;vtkRenderingLODPythonD; //Dependencies for the target vtkRenderingLODTCL_LIB_DEPENDS:STATIC=general;vtkRenderingLOD;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkFiltersModelingTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingLOD_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersModeling; //Dependencies for the target vtkRenderingLabelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingLabel; //Dependencies for the target vtkRenderingLabelPython_LIB_DEPENDS:STATIC=general;vtkRenderingLabelPythonD; //Dependencies for the target vtkRenderingLabelTCL_LIB_DEPENDS:STATIC=general;vtkRenderingLabel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingFreeTypeTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingLabel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkRenderingOpenGL2; //Dependencies for the target vtkRenderingOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2PythonD; //Dependencies for the target vtkRenderingOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkglew;general;vtksys;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework;general;-framework Cocoa; //Dependencies for the target vtkRenderingOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingPythonTkWidgets_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkInteractionImage;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingTkTCL_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonCoreTCL;general;vtkInteractionImage;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingVolumeOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingVolumePythonD;general;vtkRenderingVolumePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingVolumeOpenGL2; //Dependencies for the target vtkRenderingVolumeOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeOpenGL2PythonD; //Dependencies for the target vtkRenderingVolumeOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkImagingMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkRenderingVolume;general;vtkRenderingVolume;general;vtkglew;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkRenderingVolumeOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;vtkImagingMathTCL;general;vtkRenderingCoreTCL;general;vtkRenderingOpenGLIITCL;general;vtkRenderingVolumeTCL;general;vtkRenderingVolumeTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingVolumePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkRenderingVolume; //Dependencies for the target vtkRenderingVolumePython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumePythonD; //Dependencies for the target vtkRenderingVolumeTCL_LIB_DEPENDS:STATIC=general;vtkRenderingVolume;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkIOXMLTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingVolume_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOXML;general;vtkImagingCore; //Dependencies for the target vtkTestingGenericBridge_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc; //Dependencies for the target vtkTestingIOSQL_LIB_DEPENDS:STATIC=general;vtkIOSQL; //Dependencies for the target vtkTestingRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkTestingRendering; //Dependencies for the target vtkTestingRenderingPython_LIB_DEPENDS:STATIC=general;vtkTestingRenderingPythonD; //Dependencies for the target vtkTestingRenderingTCL_LIB_DEPENDS:STATIC=general;vtkTestingRendering;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonSystemTCL;general;vtkIOImageTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkTestingRendering_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkIOImage;general;vtkImagingCore;general;vtksys; //Dependencies for the target vtkViewsContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkViewsCorePythonD;general;vtkRenderingContext2DPythonD;general;vtkViewsContext2D; //Dependencies for the target vtkViewsContext2DPython_LIB_DEPENDS:STATIC=general;vtkViewsContext2DPythonD; //Dependencies for the target vtkViewsContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkViewsCore;general;vtkRenderingContext2D; //Dependencies for the target vtkViewsContextIIDTCL_LIB_DEPENDS:STATIC=general;vtkViewsContext2D;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkViewsCoreTCL;general;vtkRenderingContextIIDTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkViewsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkInteractionWidgetsPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCore; //Dependencies for the target vtkViewsCorePython_LIB_DEPENDS:STATIC=general;vtkViewsCorePythonD; //Dependencies for the target vtkViewsCoreTCL_LIB_DEPENDS:STATIC=general;vtkViewsCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkInteractionWidgetsTCL;general;vtkCommonDataModelTCL;general;vtkFiltersGeneralTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkViewsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkInteractionWidgets;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingCore; //Dependencies for the target vtkViewsInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingContext2DPythonD;general;vtkViewsCorePythonD;general;vtkChartsCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersImagingPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkInfovisCorePythonD;general;vtkInfovisLayoutPythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingLabelPythonD;general;vtkViewsInfovis; //Dependencies for the target vtkViewsInfovisPython_LIB_DEPENDS:STATIC=general;vtkViewsInfovisPythonD; //Dependencies for the target vtkViewsInfovisTCL_LIB_DEPENDS:STATIC=general;vtkViewsInfovis;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkInteractionStyleTCL;general;vtkRenderingContextIIDTCL;general;vtkViewsCoreTCL;general;vtkChartsCoreTCL;general;vtkCommonColorTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersImagingTCL;general;vtkFiltersModelingTCL;general;vtkFiltersSourcesTCL;general;vtkFiltersStatisticsTCL;general;vtkImagingGeneralTCL;general;vtkInfovisCoreTCL;general;vtkInfovisLayoutTCL;general;vtkInteractionWidgetsTCL;general;vtkRenderingAnnotationTCL;general;vtkRenderingCoreTCL;general;vtkRenderingLabelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkViewsInfovis_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkInteractionStyle;general;vtkRenderingContext2D;general;vtkViewsCore;general;vtkChartsCore;general;vtkCommonColor;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersImaging;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkInfovisCore;general;vtkInfovisLayout;general;vtkInteractionWidgets;general;vtkRenderingAnnotation;general;vtkRenderingCore;general;vtkRenderingLabel; //Dependencies for the target vtkWrappingPythonCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys; //Dependencies for target vtkWrappingTools_LIB_DEPENDS:STATIC= //Dependencies for target vtkalglib_LIB_DEPENDS:STATIC= //Dependencies for the target vtkexoIIc_LIB_DEPENDS:STATIC=general;vtkNetCDF; //Dependencies for target vtkexpat_LIB_DEPENDS:STATIC= //Dependencies for the target vtkfreetype_LIB_DEPENDS:STATIC=general;vtkzlib;general;-framework ApplicationServices -framework CoreServices; //Dependencies for the target vtkgl2ps_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkpng;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework;general;m; //Dependencies for the target vtkglew_LIB_DEPENDS:STATIC=general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkhdf5_LIB_DEPENDS:STATIC=general;m;general;dl;general;vtkzlib; //Dependencies for the target vtkhdf5_hl_LIB_DEPENDS:STATIC=general;vtkhdf5; //Dependencies for target vtkjpeg_LIB_DEPENDS:STATIC= //Dependencies for target vtkjsoncpp_LIB_DEPENDS:STATIC= //Value Computed by CMake vtklibharu_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/libharu/vtklibharu //Dependencies for the target vtklibharu_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkpng;general;m; //Value Computed by CMake vtklibharu_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/libharu/vtklibharu //Value Computed by CMake vtklibxml2_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/libxml2/vtklibxml2 //Dependencies for the target vtklibxml2_LIB_DEPENDS:STATIC=general;vtkzlib;general;dl;general;m; //Value Computed by CMake vtklibxml2_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/libxml2/vtklibxml2 //Dependencies for target vtklz4_LIB_DEPENDS:STATIC= //Value Computed by CMake vtkmetaio_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/Utilities/MetaIO/vtkmetaio //Dependencies for the target vtkmetaio_LIB_DEPENDS:STATIC=general;vtkzlib; //Value Computed by CMake vtkmetaio_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/Utilities/MetaIO/vtkmetaio //Value Computed by CMake vtknetcdfcpp_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdfcpp/vtknetcdfcpp //Dependencies for the target vtknetcdfcpp_LIB_DEPENDS:STATIC=general;vtkNetCDF; //Value Computed by CMake vtknetcdfcpp_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdfcpp/vtknetcdfcpp //Dependencies for target vtkoggtheora_LIB_DEPENDS:STATIC= //Dependencies for the target vtkpng_LIB_DEPENDS:STATIC=general;vtkzlib;general;-lm; //Dependencies for the target vtkproj4_LIB_DEPENDS:STATIC=general;-lm; //Dependencies for target vtksqlite_LIB_DEPENDS:STATIC= //Value Computed by CMake vtksys_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/Utilities/KWSys/vtksys //Dependencies for target vtksys_LIB_DEPENDS:STATIC= //Value Computed by CMake vtksys_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/Utilities/KWSys/vtksys //Dependencies for the target vtktiff_LIB_DEPENDS:STATIC=general;/usr/lib/libm.dylib;general;vtkzlib;general;vtkjpeg; //Dependencies for target vtkzlib_LIB_DEPENDS:STATIC= //Value Computed by CMake zlib_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/zlib/vtkzlib //Value Computed by CMake zlib_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/zlib/vtkzlib ######################## # INTERNAL cache entries ######################## ALGLIB_SHARED_LIB:INTERNAL=ON //CXX test BOOL_NOTDEFINED:INTERNAL= //ADVANCED property for variable: BUILD_USER_DEFINED_LIBS BUILD_USER_DEFINED_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BZRCOMMAND BZRCOMMAND-ADVANCED:INTERNAL=1 //Have function clock_gettime CLOCK_GETTIME_IN_LIBC:INTERNAL=1 //Have library posix4 CLOCK_GETTIME_IN_LIBPOSIX4:INTERNAL= //Have library rt CLOCK_GETTIME_IN_LIBRT:INTERNAL= //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //STRINGS property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Users/rhk12/code/vtk/vtkBuild //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/cpack //ADVANCED property for variable: CMAKE_CTEST_COMMAND CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/Users/rhk12/code/vtk //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INFODIR CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_MANDIR CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=318 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_ARCHITECTURES CMAKE_OSX_ARCHITECTURES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_DEPLOYMENT_TARGET CMAKE_OSX_DEPLOYMENT_TARGET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_SYSROOT CMAKE_OSX_SYSROOT-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Test Support for 64 bit file systems CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.8.1/share/cmake //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CMAKE_STD_NAMESPACE:INTERNAL=TRUE //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //Compiler support for a deprecated attribute COMPILER_HAS_DEPRECATED:INTERNAL=1 //Test COMPILER_HAS_DEPRECATED_ATTR COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_VISIBILITY COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1 //ADVANCED property for variable: COVERAGE_COMMAND COVERAGE_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: COVERAGE_EXTRA_FLAGS COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVSCOMMAND CVSCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVS_UPDATE_OPTIONS CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CXX_HAVE_OFFSETOF:INTERNAL=TRUE //Test C_FLAG_W C_FLAG_W:INTERNAL=1 //Test C_FLAG_Wall C_FLAG_Wall:INTERNAL=1 //Test C_FLAG_Wdeclaration_after_statement C_FLAG_Wdeclaration_after_statement:INTERNAL=1 //Test C_FLAG_Wdisabled_optimization C_FLAG_Wdisabled_optimization:INTERNAL=1 //Test C_FLAG_Wformat_security C_FLAG_Wformat_security:INTERNAL=1 //Test C_FLAG_Winline C_FLAG_Winline:INTERNAL=1 //Test C_FLAG_Wno_unknown_pragmas C_FLAG_Wno_unknown_pragmas:INTERNAL=1 //Test C_FLAG_Wpointer_arith C_FLAG_Wpointer_arith:INTERNAL=1 //Test C_FLAG_fstrict_aliasing C_FLAG_fstrict_aliasing:INTERNAL=1 //Test C_HAS_inline C_HAS_inline:INTERNAL=1 //ADVANCED property for variable: DART_TESTING_TIMEOUT DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE DEV_T_IS_SCALAR:INTERNAL=TRUE //ADVANCED property for variable: EXECINFO_LIB EXECINFO_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EXODUSII_DISABLE_COMPILER_WARNINGS EXODUSII_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Have include malloc.h EX_HAVE_MALLOC_H:INTERNAL= //ADVANCED property for variable: ExternalData_URL_TEMPLATES ExternalData_URL_TEMPLATES-ADVANCED:INTERNAL=1 //Details about finding OpenGL FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework][v()] //Details about finding PythonLibs FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/libpython2.7.dylib][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/python2.7][v()] //Details about finding TCL FIND_PACKAGE_MESSAGE_DETAILS_TCL:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tcl.framework/Headers][v()] //Details about finding TCLTK FIND_PACKAGE_MESSAGE_DETAILS_TCLTK:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tcl.framework/Headers][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Headers][v()] //Details about finding TK FIND_PACKAGE_MESSAGE_DETAILS_TK:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Headers][v()] //Details about finding Tclsh FIND_PACKAGE_MESSAGE_DETAILS_Tclsh:INTERNAL=[/usr/bin/tclsh][v8.5()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Result of TRY_COMPILE GETTIMEOFDAY_GIVES_TZ:INTERNAL=TRUE //ADVANCED property for variable: GITCOMMAND GITCOMMAND-ADVANCED:INTERNAL=1 //Define if your system generates wrong code for log2 routine H5_BAD_LOG2_CODE_GENERATED:INTERNAL=0 //Other test H5_CXX_HAVE_OFFSETOF:INTERNAL=1 //Other test H5_DEV_T_IS_SCALAR:INTERNAL=1 //Checking IF overflows normally converting floating-point to integer // values H5_FP_TO_INTEGER_OVERFLOW_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_INTEGER_OVERFLOW_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN:INTERNAL=0 //Checking IF accurately roundup converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_ULLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_ACCURATE_RUN:INTERNAL=0 //Checking IF right maximum converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_RIGHT_MAXIMUM:INTERNAL= //Result of TRY_COMPILE H5_FP_TO_ULLONG_RIGHT_MAXIMUM_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN:INTERNAL=1 //Other test H5_GETTIMEOFDAY_GIVES_TZ:INTERNAL=1 //Have function alarm H5_HAVE_ALARM:INTERNAL=1 //Other test H5_HAVE_ATTRIBUTE:INTERNAL=1 //Other test H5_HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=1 //Other test H5_HAVE_C99_FUNC:INTERNAL=1 //Have symbol tzname H5_HAVE_DECL_TZNAME:INTERNAL=1 //Have function difftime H5_HAVE_DIFFTIME:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h H5_HAVE_DIRENT_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h H5_HAVE_DLFCN_H:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h H5_HAVE_FEATURES_H:INTERNAL= //Have function fork H5_HAVE_FORK:INTERNAL=1 //Have function frexpf H5_HAVE_FREXPF:INTERNAL=1 //Have function frexpl H5_HAVE_FREXPL:INTERNAL=1 //Have function fseeko H5_HAVE_FSEEKO:INTERNAL=1 //Have function fstat64 H5_HAVE_FSTAT64:INTERNAL=1 //Have function ftello H5_HAVE_FTELLO:INTERNAL=1 //Other test H5_HAVE_FUNCTION:INTERNAL=1 //Have function GetConsoleScreenBufferInfo H5_HAVE_GETCONSOLESCREENBUFFERINFO:INTERNAL= //Have function gethostname H5_HAVE_GETHOSTNAME:INTERNAL=1 //Have function getpwuid H5_HAVE_GETPWUID:INTERNAL=1 //Have function getrusage H5_HAVE_GETRUSAGE:INTERNAL=1 //Have function gettextinfo H5_HAVE_GETTEXTINFO:INTERNAL= //H5_HAVE_GETTIMEOFDAY H5_HAVE_GETTIMEOFDAY:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;globus/common.h H5_HAVE_GLOBUS_COMMON_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h H5_HAVE_INTTYPES_H:INTERNAL=1 //Have function ioctl H5_HAVE_IOCTL:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;io.h H5_HAVE_IO_H:INTERNAL= //Have library dl;m H5_HAVE_LIBDL:INTERNAL=1 //Have library m; H5_HAVE_LIBM:INTERNAL=1 //Have library socket;m;dl H5_HAVE_LIBSOCKET:INTERNAL= //Have library ucb;m;dl H5_HAVE_LIBUCB:INTERNAL= //Have library ws2_32;m;dl H5_HAVE_LIBWS2_32:INTERNAL= //Have library wsock32;m;dl H5_HAVE_LIBWSOCK32:INTERNAL= //Have function longjmp H5_HAVE_LONGJMP:INTERNAL=1 //Have function lstat H5_HAVE_LSTAT:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h H5_HAVE_MACH_MACH_TIME_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h H5_HAVE_MEMORY_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h;netinet/in.h H5_HAVE_NETINET_IN_H:INTERNAL=1 //Other test H5_HAVE_OFF64_T:INTERNAL= //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pdb.h H5_HAVE_PDB_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h H5_HAVE_PTHREAD_H:INTERNAL=1 //Have function random H5_HAVE_RANDOM:INTERNAL=1 //Have function rand_r H5_HAVE_RAND_R:INTERNAL=1 //Have function setjmp H5_HAVE_SETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h H5_HAVE_SETJMP_H:INTERNAL=1 //Have function setsysinfo H5_HAVE_SETSYSINFO:INTERNAL= //Have function sigaction H5_HAVE_SIGACTION:INTERNAL=1 //Have function siglongjmp H5_HAVE_SIGLONGJMP:INTERNAL=1 //Have function signal H5_HAVE_SIGNAL:INTERNAL=1 //Have function sigprocmask H5_HAVE_SIGPROCMASK:INTERNAL=1 //Have function sigsetjmp H5_HAVE_SIGSETJMP:INTERNAL=1 //Have function snprintf H5_HAVE_SNPRINTF:INTERNAL=1 //Other test H5_HAVE_SOCKLEN_T:INTERNAL=1 //Have function srandom H5_HAVE_SRANDOM:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;srbclient.h H5_HAVE_SRBCLIENT_H:INTERNAL= //Have function stat64 H5_HAVE_STAT64:INTERNAL=1 //Other test H5_HAVE_STAT64_STRUCT:INTERNAL=1 //Other test H5_HAVE_STAT_ST_BLOCKS:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h H5_HAVE_STDDEF_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h H5_HAVE_STDINT_H:INTERNAL=1 //Have include stdint.h H5_HAVE_STDINT_H_CXX:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h H5_HAVE_STDLIB_H:INTERNAL=1 //Have function strdup H5_HAVE_STRDUP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h H5_HAVE_STRINGS_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h H5_HAVE_STRING_H:INTERNAL=1 //Other test H5_HAVE_STRUCT_TEXT_INFO:INTERNAL= //Other test H5_HAVE_STRUCT_TIMEZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_TM_TM_ZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_VIDEOCONFIG:INTERNAL= //Have function symlink H5_HAVE_SYMLINK:INTERNAL=1 //Have function system H5_HAVE_SYSTEM:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h H5_HAVE_SYS_IOCTL_H:INTERNAL=1 H5_HAVE_SYS_PROC_H:INTERNAL= //Have include ;sys/resource.h H5_HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h H5_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h H5_HAVE_SYS_STAT_H:INTERNAL=1 H5_HAVE_SYS_SYSINFO_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h H5_HAVE_SYS_TIMEB_H:INTERNAL=1 //H5_HAVE_SYS_TIME_GETTIMEOFDAY H5_HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=1 //Have include sys/resource.h;sys/time.h H5_HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h H5_HAVE_SYS_TYPES_H:INTERNAL=1 //Other test H5_HAVE_TIMEZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h H5_HAVE_TIME_H:INTERNAL=1 //Have symbol TIOCGETD H5_HAVE_TIOCGETD:INTERNAL=1 //Have symbol TIOCGWINSZ H5_HAVE_TIOCGWINSZ:INTERNAL=1 //Other test H5_HAVE_TM_GMTOFF:INTERNAL=1 //Other test H5_HAVE_TM_ZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h H5_HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf H5_HAVE_VASPRINTF:INTERNAL=1 //Have function vsnprintf H5_HAVE_VSNPRINTF:INTERNAL=1 //Have function waitpid H5_HAVE_WAITPID:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;winsock2.h H5_HAVE_WINSOCK2_H:INTERNAL= //Have function _getvideoconfig H5_HAVE__GETVIDEOCONFIG:INTERNAL= //Have function _scrsize H5_HAVE__SCRSIZE:INTERNAL= //Other test H5_HAVE___TM_GMTOFF:INTERNAL= //Other test H5_INLINE_TEST___inline:INTERNAL=1 //Other test H5_INLINE_TEST___inline__:INTERNAL=1 //Other test H5_INLINE_TEST_inline:INTERNAL=1 //checking IF accurately converting from integers to long double H5_INTEGER_TO_LDOUBLE_ACCURATE:INTERNAL=1 //checking IF converting from long double to integers is accurate H5_LDOUBLE_TO_INTEGER_ACCURATE:INTERNAL=1 //Checking IF converting from long double to integers works H5_LDOUBLE_TO_INTEGER_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_INTEGER_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_INTEGER_WORKS_RUN:INTERNAL=0 //Checking IF correctly converting long double to (unsigned) long // long values H5_LDOUBLE_TO_LLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_LLONG_ACCURATE_RUN:INTERNAL=0 //Define if your system converts long double to (unsigned) long // values with special algorithm H5_LDOUBLE_TO_LONG_SPECIAL:INTERNAL=0 //Checking IF correctly converting long double to unsigned int // values H5_LDOUBLE_TO_UINT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_UINT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_UINT_ACCURATE_RUN:INTERNAL=0 //Use Legacy Names for Libraries and Programs H5_LEGACY_NAMING:INTERNAL=ON //Checking IF compiling long long to floating-point typecasts work H5_LLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF correctly converting (unsigned) long long to long // double values H5_LLONG_TO_LDOUBLE_CORRECT:INTERNAL=1 //Result of TRY_COMPILE H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LLONG_TO_LDOUBLE_CORRECT_RUN:INTERNAL=0 //Other test H5_LONE_COLON:INTERNAL= //Define if your system can convert (unsigned) long to long double // values with special algorithm H5_LONG_TO_LDOUBLE_SPECIAL:INTERNAL=0 //Checking IF alignment restrictions are strictly enforced H5_NO_ALIGNMENT_RESTRICTIONS:INTERNAL=1 //Result of TRY_COMPILE H5_NO_ALIGNMENT_RESTRICTIONS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_NO_ALIGNMENT_RESTRICTIONS_RUN:INTERNAL=0 //CXX test H5_NO_NAMESPACE:INTERNAL= //CXX test H5_NO_STD:INTERNAL= //Width for printf for type `long long' or `__int64', us. `ll H5_PRINTF_LL_WIDTH:INTERNAL="l" //CHECK_TYPE_SIZE: sizeof(char) H5_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) H5_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) H5_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) H5_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) H5_SIZEOF_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) H5_SIZEOF_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) H5_SIZEOF_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int8_t) H5_SIZEOF_INT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_fast16_t) H5_SIZEOF_INT_FAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_fast32_t) H5_SIZEOF_INT_FAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_fast64_t) H5_SIZEOF_INT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast8_t) H5_SIZEOF_INT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_least16_t) H5_SIZEOF_INT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_least32_t) H5_SIZEOF_INT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_least64_t) H5_SIZEOF_INT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_least8_t) H5_SIZEOF_INT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long double) H5_SIZEOF_LONG_DOUBLE:INTERNAL=16 //CHECK_TYPE_SIZE: sizeof(long long) H5_SIZEOF_LONG_LONG:INTERNAL=8 //SizeOf for off64_t H5_SIZEOF_OFF64_T:INTERNAL=0 //CHECK_TYPE_SIZE: sizeof(off_t) H5_SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) H5_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint16_t) H5_SIZEOF_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) H5_SIZEOF_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint64_t) H5_SIZEOF_UINT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint8_t) H5_SIZEOF_UINT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_fast16_t) H5_SIZEOF_UINT_FAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_fast32_t) H5_SIZEOF_UINT_FAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_fast64_t) H5_SIZEOF_UINT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast8_t) H5_SIZEOF_UINT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_least16_t) H5_SIZEOF_UINT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_least32_t) H5_SIZEOF_UINT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_least64_t) H5_SIZEOF_UINT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_least8_t) H5_SIZEOF_UINT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned) H5_SIZEOF_UNSIGNED:INTERNAL=4 //SizeOf for __int64 H5_SIZEOF___INT64:INTERNAL=0 //Other test H5_STDC_HEADERS:INTERNAL=1 //Other test H5_SYSTEM_SCOPE_THREADS:INTERNAL=1 //Other test H5_TIME_WITH_SYS_TIME:INTERNAL=1 //Checking IF compiling unsigned long long to floating-point typecasts // work H5_ULLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF converting unsigned long long to long double with // precision H5_ULLONG_TO_LDOUBLE_PRECISION:INTERNAL=1 //Result of TRY_COMPILE H5_ULLONG_TO_LDOUBLE_PRECISION_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULLONG_TO_LDOUBLE_PRECISION_RUN:INTERNAL=0 //Checking IF accurately converting unsigned long to float values H5_ULONG_TO_FLOAT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_ULONG_TO_FLOAT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULONG_TO_FLOAT_ACCURATE_RUN:INTERNAL=0 //Other test H5_VSNPRINTF_WORKS:INTERNAL=1 //Result of TEST_BIG_ENDIAN H5_WORDS_BIGENDIAN:INTERNAL=0 //Have symbol alloca HAVE_ALLOCA:INTERNAL=1 //Have include ;alloca.h HAVE_ALLOCA_H:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h HAVE_ANSIDECL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h HAVE_ARPA_INET_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h HAVE_ARPA_NAMESER_H:INTERNAL=1 //Have include assert.h HAVE_ASSERT_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_ATTRIBUTE:INTERNAL=TRUE //Have function bcopy HAVE_BCOPY:INTERNAL=1 //Result of TRY_COMPILE HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_C99_FUNC:INTERNAL=TRUE //Have variable CLOCK_MONOTONIC HAVE_CLOCK_MONOTONIC:INTERNAL= //Result of TRY_COMPILE HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h HAVE_CTYPE_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h HAVE_DIRENT_H:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have library dl;m HAVE_DLOPEN:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;dl.h HAVE_DL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL=1 //Have symbol finite HAVE_FINITE:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h HAVE_FLOAT_H:INTERNAL=1 //Have function floor HAVE_FLOOR:INTERNAL=1 //Have symbol fpclass HAVE_FPCLASS:INTERNAL= //Have symbol fprintf HAVE_FPRINTF:INTERNAL=1 //Have symbol fp_class HAVE_FP_CLASS:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;fp_class.h HAVE_FP_CLASS_H:INTERNAL= //Have function fseeko HAVE_FSEEKO:INTERNAL=1 //Have symbol ftime HAVE_FTIME:INTERNAL=1 //NetCDF test HAVE_FTRUNCATE:INTERNAL=1 //Result of TRY_COMPILE HAVE_FUNCTION:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GETADDRINFO_COMPILED:INTERNAL=TRUE //Have function getopt HAVE_GETOPT:INTERNAL=1 //Have function getpagesize HAVE_GETPAGESIZE:INTERNAL=1 //Have symbol gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Result of TRY_COMPILE HAVE_H5_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF64_T:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UNSIGNED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF___INT64:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_H5_WORDS_BIGENDIAN:INTERNAL=TRUE //ADVANCED property for variable: HAVE_IEEEFP HAVE_IEEEFP-ADVANCED:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Have include inttypes.h HAVE_INTTYPES_H:INTERNAL=1 //Have include io.h HAVE_IO_H:INTERNAL= //Have function isascii HAVE_ISASCII:INTERNAL=1 //Have function jbg_newlen HAVE_JBG_NEWLEN:INTERNAL= //Have includes jni.h HAVE_JNI_H:INTERNAL= //Test HAVE_LD_VERSION_SCRIPT HAVE_LD_VERSION_SCRIPT:INTERNAL= //Have function lfind HAVE_LFIND:INTERNAL=1 //Have library dl; HAVE_LIBDL:INTERNAL=1 //Have library m HAVE_LIBM:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h HAVE_LIMITS_H:INTERNAL=1 //Have function localeconv HAVE_LOCALECONV:INTERNAL=1 //Have symbol localtime HAVE_LOCALTIME:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h HAVE_MALLOC_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h HAVE_MATH_H:INTERNAL=1 //Have symbol memmove HAVE_MEMMOVE:INTERNAL=1 //Have include memory.h HAVE_MEMORY_H:INTERNAL=1 //Have function memset HAVE_MEMSET:INTERNAL=1 //Have function mmap HAVE_MMAP:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;nan.h HAVE_NAN_H:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;ndir.h HAVE_NDIR_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h HAVE_NETDB_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h HAVE_NETINET_IN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_OFF64_T:INTERNAL=FALSE //Have function pow HAVE_POW:INTERNAL=1 //Have symbol printf HAVE_PRINTF:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h HAVE_PTHREAD_H:INTERNAL=1 //Have symbol PTHREAD_MUTEX_RECURSIVE HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h HAVE_RESOLV_H:INTERNAL=1 //Have include search.h HAVE_SEARCH_H:INTERNAL=1 //Have function setmode HAVE_SETMODE:INTERNAL=1 //Have library dld;dl HAVE_SHLLOAD:INTERNAL= //Have symbol signal HAVE_SIGNAL:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h HAVE_SIGNAL_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UCHAR:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_CHAR_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF__BOOL:INTERNAL=TRUE //Have symbol snprintf HAVE_SNPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_SOCKLEN_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SOCKLEN_T_COMPILED:INTERNAL=TRUE //Have symbol sprintf HAVE_SPRINTF:INTERNAL=1 //Have function sqrt HAVE_SQRT:INTERNAL=1 //Have symbol sscanf HAVE_SSCANF:INTERNAL=1 //Have symbol stat HAVE_STAT:INTERNAL=1 //Result of TRY_COMPILE HAVE_STAT64_STRUCT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STAT_ST_BLOCKS:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h HAVE_STDARG_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h;stddef.h;stdint.h;inttypes.h;stdbool.h HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include ;stdio.h HAVE_STDIO_H:INTERNAL=1 //Have include stdlib.h HAVE_STDLIB_H:INTERNAL=1 //Have function strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have function strchr HAVE_STRCHR:INTERNAL=1 //Have symbol strdup HAVE_STRDUP:INTERNAL=1 //Have symbol strerror HAVE_STRERROR:INTERNAL=1 //Have symbol strftime HAVE_STRFTIME:INTERNAL=1 //Have include strings.h HAVE_STRINGS_H:INTERNAL=1 //Have include string.h HAVE_STRING_H:INTERNAL=1 //Have symbol strndup HAVE_STRNDUP:INTERNAL=1 //Have function strrchr HAVE_STRRCHR:INTERNAL=1 //Have function strstr HAVE_STRSTR:INTERNAL=1 //Have function strtol HAVE_STRTOL:INTERNAL=1 //Have function strtol HAVE_STRTOUL:INTERNAL=1 //Have function strtoull HAVE_STRTOULL:INTERNAL=1 //Result of TRY_COMPILE HAVE_STRUCT_TEXT_INFO:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_STRUCT_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_TM_TM_ZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_VIDEOCONFIG:INTERNAL=FALSE //NetCDF test HAVE_ST_BLKSIZE:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_DIR_H_COMPILED:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_NDIR_H_COMPILED:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h HAVE_SYS_SELECT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h;sys/timeb.h HAVE_SYS_TIMEB_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TIME_GETTIMEOFDAY:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h HAVE_TIME_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TM_GMTOFF:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TM_ZONE:INTERNAL=TRUE //Have include unistd.h HAVE_UNISTD_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_VA_COPY_COMPILED:INTERNAL=TRUE //Have symbol vfprintf HAVE_VFPRINTF:INTERNAL=1 //Have symbol vsnprintf HAVE_VSNPRINTF:INTERNAL=1 //Have symbol vsprintf HAVE_VSPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have symbol _stat HAVE__STAT:INTERNAL= //Result of TRY_COMPILE HAVE___TM_GMTOFF:INTERNAL=FALSE //Result of TRY_COMPILE HAVE___VA_COPY_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_bigendian:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_int16:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int32:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int8:INTERNAL=FALSE //Allow External Library Building (NO SVN TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:INTERNAL=OFF //Build HDF5 C++ Library HDF5_BUILD_CPP_LIB:INTERNAL=OFF //Build HIGH Level HDF5 Library HDF5_BUILD_HL_LIB:INTERNAL=ON //ADVANCED property for variable: HDF5_BUILD_STATIC_EXECS HDF5_BUILD_STATIC_EXECS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_BUILD_WITH_INSTALL_NAME HDF5_BUILD_WITH_INSTALL_NAME-ADVANCED:INTERNAL=1 //Disable compiler warnings HDF5_DISABLE_COMPILER_WARNINGS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_ALL_WARNINGS HDF5_ENABLE_ALL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_CODESTACK HDF5_ENABLE_CODESTACK-ADVANCED:INTERNAL=1 //Enable the function stack tracing (for developer debugging). HDF5_ENABLE_CODESTACK:INTERNAL=OFF //Enable code coverage for Libraries and Programs HDF5_ENABLE_COVERAGE:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_DEBUG_APIS HDF5_ENABLE_DEBUG_APIS-ADVANCED:INTERNAL=1 //Enable deprecated public API symbols HDF5_ENABLE_DEPRECATED_SYMBOLS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_DIRECT_VFD HDF5_ENABLE_DIRECT_VFD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_EMBEDDED_LIBINFO HDF5_ENABLE_EMBEDDED_LIBINFO-ADVANCED:INTERNAL=1 //Enable GPFS hints for the MPI/POSIX file driver HDF5_ENABLE_GPFS:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_GROUPFIVE_WARNINGS HDF5_ENABLE_GROUPFIVE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPFOUR_WARNINGS HDF5_ENABLE_GROUPFOUR_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPONE_WARNINGS HDF5_ENABLE_GROUPONE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTHREE_WARNINGS HDF5_ENABLE_GROUPTHREE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTWO_WARNINGS HDF5_ENABLE_GROUPTWO_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPZERO_WARNINGS HDF5_ENABLE_GROUPZERO_WARNINGS-ADVANCED:INTERNAL=1 //Enable datasets larger than memory HDF5_ENABLE_HSIZET:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_INSTRUMENT HDF5_ENABLE_INSTRUMENT-ADVANCED:INTERNAL=1 //Enable support for large (64-bit) files on Linux. HDF5_ENABLE_LARGE_FILE:INTERNAL=ON //Enable parallel build (requires MPI) HDF5_ENABLE_PARALLEL:INTERNAL=OFF //Use SZip Filter HDF5_ENABLE_SZIP_SUPPORT:INTERNAL=OFF //Enable Threadsafety HDF5_ENABLE_THREADSAFE:INTERNAL=OFF //Enable API tracing capability HDF5_ENABLE_TRACE:INTERNAL=OFF //Indicate that a memory checker is used HDF5_ENABLE_USING_MEMCHECKER:INTERNAL=OFF //Enable Zlib Filters HDF5_ENABLE_Z_LIB_SUPPORT:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Clear_File_Buffers HDF5_Enable_Clear_File_Buffers-ADVANCED:INTERNAL=1 //Securely clear file buffers before writing to file HDF5_Enable_Clear_File_Buffers:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Instrument HDF5_Enable_Instrument-ADVANCED:INTERNAL=1 //Instrument The library HDF5_Enable_Instrument:INTERNAL=OFF //Used to pass variables between directories HDF5_LIBRARIES_TO_EXPORT:INTERNAL=vtkhdf5;vtkhdf5_hl //ADVANCED property for variable: HDF5_METADATA_TRACE_FILE HDF5_METADATA_TRACE_FILE-ADVANCED:INTERNAL=1 //Enable metadata trace file collection HDF5_METADATA_TRACE_FILE:INTERNAL=OFF //ADVANCED property for variable: HDF5_NO_PACKAGES HDF5_NO_PACKAGES-ADVANCED:INTERNAL=1 //CPACK - include external libraries HDF5_PACKAGE_EXTLIBS:INTERNAL=OFF //ADVANCED property for variable: HDF5_PACK_EXAMPLES HDF5_PACK_EXAMPLES-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HDF5_PRINTF_LL_TEST_COMPILE:INTERNAL=TRUE //Result of TRY_RUN HDF5_PRINTF_LL_TEST_RUN:INTERNAL=0 //ADVANCED property for variable: HDF5_STRICT_FORMAT_CHECKS HDF5_STRICT_FORMAT_CHECKS-ADVANCED:INTERNAL=1 //Whether to perform strict file format checks HDF5_STRICT_FORMAT_CHECKS:INTERNAL=OFF //ADVANCED property for variable: HDF5_TEST_VFD HDF5_TEST_VFD-ADVANCED:INTERNAL=1 //Use the HDF5 1.6.x API by default HDF5_USE_16_API_DEFAULT:INTERNAL=OFF //Use the FLETCHER32 Filter HDF5_USE_FILTER_FLETCHER32:INTERNAL=ON //Use the NBIT Filter HDF5_USE_FILTER_NBIT:INTERNAL=ON //Use the SCALEOFFSET Filter HDF5_USE_FILTER_SCALEOFFSET:INTERNAL=ON //Use the SHUFFLE Filter HDF5_USE_FILTER_SHUFFLE:INTERNAL=ON //ADVANCED property for variable: HDF5_USE_FOLDERS HDF5_USE_FOLDERS-ADVANCED:INTERNAL=1 //Use the PACKED BITS feature in h5dump HDF5_USE_H5DUMP_PACKED_BITS:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DATA_ACCURACY HDF5_WANT_DATA_ACCURACY-ADVANCED:INTERNAL=1 //IF data accuracy is guaranteed during data conversions HDF5_WANT_DATA_ACCURACY:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DCONV_EXCEPTION HDF5_WANT_DCONV_EXCEPTION-ADVANCED:INTERNAL=1 //exception handling functions is checked during data conversions HDF5_WANT_DCONV_EXCEPTION:INTERNAL=ON //ADVANCED property for variable: HGCOMMAND HGCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HOST_BIG_ENDIAN HOST_BIG_ENDIAN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HOST_FILLORDER HOST_FILLORDER-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE INLINE_TEST___inline:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST___inline__:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST_inline:INTERNAL=TRUE //ADVANCED property for variable: INSTALL_BIN_DIR INSTALL_BIN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_INC_DIR INSTALL_INC_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_LIB_DIR INSTALL_LIB_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MAN_DIR INSTALL_MAN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_PKGCONFIG_DIR INSTALL_PKGCONFIG_DIR-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOLL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_BACKTRACE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_CSTDIO_COMPILED:INTERNAL=TRUE //Have include cxxabi.h KWSYS_CXX_HAS_CXXABIH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_CXXABI_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_DLADDR_COMPILED:INTERNAL=TRUE //Have include dlfcn.h KWSYS_CXX_HAS_DLFCNH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H_COMPILED:INTERNAL=FALSE //Have include execinfo.h KWSYS_CXX_HAS_EXECINFOH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS_GETLOADAVG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_LONG_LONG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_RLIMIT64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS_SETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UNSETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMENSAT_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMES_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS__ATOI64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS___INT64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIMESPEC_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE //Result of TRY_RUN KWSYS_LFS_WORKS:INTERNAL=0 //Result of TRY_COMPILE KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_STL_HAS_WSTRING_COMPILED:INTERNAL=TRUE //Have include sys/types.h;ifaddrs.h KWSYS_SYS_HAS_IFADDRS_H:INTERNAL=1 //Have include dlfcn.h LIBHPDF_HAVE_DLFCN_H:INTERNAL=1 //Have include inttypes.h LIBHPDF_HAVE_INTTYPES_H:INTERNAL=1 //Have include memory.h LIBHPDF_HAVE_MEMORY_H:INTERNAL=1 //Have include stdint.h LIBHPDF_HAVE_STDINT_H:INTERNAL=1 //Have include stdlib.h LIBHPDF_HAVE_STDLIB_H:INTERNAL=1 //Have include strings.h LIBHPDF_HAVE_STRINGS_H:INTERNAL=1 //Have include string.h LIBHPDF_HAVE_STRING_H:INTERNAL=1 //Have include sys/stat.h LIBHPDF_HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/types.h LIBHPDF_HAVE_SYS_TYPES_H:INTERNAL=1 //Have include unistd.h LIBHPDF_HAVE_UNISTD_H:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_BINDIR LIBPROJ_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_DATADIR LIBPROJ_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_DOCDIR LIBPROJ_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_INCLUDEDIR LIBPROJ_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_LIBDIR LIBPROJ_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_M_LIB LIBPROJ_M_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_USE_THREAD LIBPROJ_USE_THREAD-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE LONE_COLON:INTERNAL=FALSE //ADVANCED property for variable: MAKECOMMAND MAKECOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_COMMAND MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: M_LIBRARY M_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_AutobahnPython Module_AutobahnPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_PoissonReconstruction Module_PoissonReconstruction-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SignedTensor Module_SignedTensor-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SixPython Module_SixPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SplineDrivenImageSlicer Module_SplineDrivenImageSlicer-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_Twisted Module_Twisted-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_WikiExamples Module_WikiExamples-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_ZopeInterface Module_ZopeInterface-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_constantly Module_constantly-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_incremental Module_incremental-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAddon Module_vtkAddon-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkChartsCore Module_vtkChartsCore-ADVANCED:INTERNAL=1 //Request building vtkChartsCore Module_vtkChartsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonColor Module_vtkCommonColor-ADVANCED:INTERNAL=1 //Request building vtkCommonColor Module_vtkCommonColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry-ADVANCED:INTERNAL=1 //Request building vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonCore Module_vtkCommonCore-ADVANCED:INTERNAL=1 //Request building vtkCommonCore Module_vtkCommonCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonDataModel Module_vtkCommonDataModel-ADVANCED:INTERNAL=1 //Request building vtkCommonDataModel Module_vtkCommonDataModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonExecutionModel Module_vtkCommonExecutionModel-ADVANCED:INTERNAL=1 //Request building vtkCommonExecutionModel Module_vtkCommonExecutionModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMath Module_vtkCommonMath-ADVANCED:INTERNAL=1 //Request building vtkCommonMath Module_vtkCommonMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMisc Module_vtkCommonMisc-ADVANCED:INTERNAL=1 //Request building vtkCommonMisc Module_vtkCommonMisc:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonSystem Module_vtkCommonSystem-ADVANCED:INTERNAL=1 //Request building vtkCommonSystem Module_vtkCommonSystem:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonTransforms Module_vtkCommonTransforms-ADVANCED:INTERNAL=1 //Request building vtkCommonTransforms Module_vtkCommonTransforms:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDICOM Module_vtkDICOM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkDICOMParser Module_vtkDICOMParser-ADVANCED:INTERNAL=1 //Request building vtkDICOMParser Module_vtkDICOMParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistry Module_vtkDomainsChemistry-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistry Module_vtkDomainsChemistry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsMicroscopy Module_vtkDomainsMicroscopy-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersAMR Module_vtkFiltersAMR-ADVANCED:INTERNAL=1 //Request building vtkFiltersAMR Module_vtkFiltersAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersCore Module_vtkFiltersCore-ADVANCED:INTERNAL=1 //Request building vtkFiltersCore Module_vtkFiltersCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersExtraction Module_vtkFiltersExtraction-ADVANCED:INTERNAL=1 //Request building vtkFiltersExtraction Module_vtkFiltersExtraction:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersFlowPaths Module_vtkFiltersFlowPaths-ADVANCED:INTERNAL=1 //Request building vtkFiltersFlowPaths Module_vtkFiltersFlowPaths:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneral Module_vtkFiltersGeneral-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneral Module_vtkFiltersGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneric Module_vtkFiltersGeneric-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneric Module_vtkFiltersGeneric:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeometry Module_vtkFiltersGeometry-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeometry Module_vtkFiltersGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHybrid Module_vtkFiltersHybrid-ADVANCED:INTERNAL=1 //Request building vtkFiltersHybrid Module_vtkFiltersHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHyperTree Module_vtkFiltersHyperTree-ADVANCED:INTERNAL=1 //Request building vtkFiltersHyperTree Module_vtkFiltersHyperTree:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersImaging Module_vtkFiltersImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersImaging Module_vtkFiltersImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersMatlab Module_vtkFiltersMatlab-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersModeling Module_vtkFiltersModeling-ADVANCED:INTERNAL=1 //Request building vtkFiltersModeling Module_vtkFiltersModeling:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallel Module_vtkFiltersParallel-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallel Module_vtkFiltersParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelImaging Module_vtkFiltersParallelImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelImaging Module_vtkFiltersParallelImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelMPI Module_vtkFiltersParallelMPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersPoints Module_vtkFiltersPoints-ADVANCED:INTERNAL=1 //Request building vtkFiltersPoints Module_vtkFiltersPoints:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersProgrammable Module_vtkFiltersProgrammable-ADVANCED:INTERNAL=1 //Request building vtkFiltersProgrammable Module_vtkFiltersProgrammable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersPython Module_vtkFiltersPython-ADVANCED:INTERNAL=1 //Request building vtkFiltersPython Module_vtkFiltersPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersReebGraph Module_vtkFiltersReebGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSMP Module_vtkFiltersSMP-ADVANCED:INTERNAL=1 //Request building vtkFiltersSMP Module_vtkFiltersSMP:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersSelection Module_vtkFiltersSelection-ADVANCED:INTERNAL=1 //Request building vtkFiltersSelection Module_vtkFiltersSelection:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersSources Module_vtkFiltersSources-ADVANCED:INTERNAL=1 //Request building vtkFiltersSources Module_vtkFiltersSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatistics Module_vtkFiltersStatistics-ADVANCED:INTERNAL=1 //Request building vtkFiltersStatistics Module_vtkFiltersStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersTexture Module_vtkFiltersTexture-ADVANCED:INTERNAL=1 //Request building vtkFiltersTexture Module_vtkFiltersTexture:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersTopology Module_vtkFiltersTopology-ADVANCED:INTERNAL=1 //Request building vtkFiltersTopology Module_vtkFiltersTopology:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersVerdict Module_vtkFiltersVerdict-ADVANCED:INTERNAL=1 //Request building vtkFiltersVerdict Module_vtkFiltersVerdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkGUISupportQt Module_vtkGUISupportQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtSQL Module_vtkGUISupportQtSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGeovisCore Module_vtkGeovisCore-ADVANCED:INTERNAL=1 //Request building vtkGeovisCore Module_vtkGeovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOADIOS Module_vtkIOADIOS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOAMR Module_vtkIOAMR-ADVANCED:INTERNAL=1 //Request building vtkIOAMR Module_vtkIOAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOCore Module_vtkIOCore-ADVANCED:INTERNAL=1 //Request building vtkIOCore Module_vtkIOCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOEnSight Module_vtkIOEnSight-ADVANCED:INTERNAL=1 //Request building vtkIOEnSight Module_vtkIOEnSight:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExodus Module_vtkIOExodus-ADVANCED:INTERNAL=1 //Request building vtkIOExodus Module_vtkIOExodus:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExport Module_vtkIOExport-ADVANCED:INTERNAL=1 //Request building vtkIOExport Module_vtkIOExport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL Module_vtkIOExportOpenGL-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL Module_vtkIOExportOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOFFMPEG Module_vtkIOFFMPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGDAL Module_vtkIOGDAL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeoJSON Module_vtkIOGeoJSON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeometry Module_vtkIOGeometry-ADVANCED:INTERNAL=1 //Request building vtkIOGeometry Module_vtkIOGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImage Module_vtkIOImage-ADVANCED:INTERNAL=1 //Request building vtkIOImage Module_vtkIOImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImport Module_vtkIOImport-ADVANCED:INTERNAL=1 //Request building vtkIOImport Module_vtkIOImport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOInfovis Module_vtkIOInfovis-ADVANCED:INTERNAL=1 //Request building vtkIOInfovis Module_vtkIOInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLSDyna Module_vtkIOLSDyna-ADVANCED:INTERNAL=1 //Request building vtkIOLSDyna Module_vtkIOLSDyna:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLegacy Module_vtkIOLegacy-ADVANCED:INTERNAL=1 //Request building vtkIOLegacy Module_vtkIOLegacy:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMINC Module_vtkIOMINC-ADVANCED:INTERNAL=1 //Request building vtkIOMINC Module_vtkIOMINC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMPIImage Module_vtkIOMPIImage-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMPIParallel Module_vtkIOMPIParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMovie Module_vtkIOMovie-ADVANCED:INTERNAL=1 //Request building vtkIOMovie Module_vtkIOMovie:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMySQL Module_vtkIOMySQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIONetCDF Module_vtkIONetCDF-ADVANCED:INTERNAL=1 //Request building vtkIONetCDF Module_vtkIONetCDF:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOODBC Module_vtkIOODBC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOPLY Module_vtkIOPLY-ADVANCED:INTERNAL=1 //Request building vtkIOPLY Module_vtkIOPLY:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallel Module_vtkIOParallel-ADVANCED:INTERNAL=1 //Request building vtkIOParallel Module_vtkIOParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelExodus Module_vtkIOParallelExodus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelLSDyna Module_vtkIOParallelLSDyna-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelNetCDF Module_vtkIOParallelNetCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelXML Module_vtkIOParallelXML-ADVANCED:INTERNAL=1 //Request building vtkIOParallelXML Module_vtkIOParallelXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOPostgreSQL Module_vtkIOPostgreSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOSQL Module_vtkIOSQL-ADVANCED:INTERNAL=1 //Request building vtkIOSQL Module_vtkIOSQL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOTRUCHAS Module_vtkIOTRUCHAS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOTecplotTable Module_vtkIOTecplotTable-ADVANCED:INTERNAL=1 //Request building vtkIOTecplotTable Module_vtkIOTecplotTable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOVPIC Module_vtkIOVPIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOVideo Module_vtkIOVideo-ADVANCED:INTERNAL=1 //Request building vtkIOVideo Module_vtkIOVideo:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXML Module_vtkIOXML-ADVANCED:INTERNAL=1 //Request building vtkIOXML Module_vtkIOXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXMLParser Module_vtkIOXMLParser-ADVANCED:INTERNAL=1 //Request building vtkIOXMLParser Module_vtkIOXMLParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXdmf2 Module_vtkIOXdmf2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOXdmf3 Module_vtkIOXdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingColor Module_vtkImagingColor-ADVANCED:INTERNAL=1 //Request building vtkImagingColor Module_vtkImagingColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingCore Module_vtkImagingCore-ADVANCED:INTERNAL=1 //Request building vtkImagingCore Module_vtkImagingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingFourier Module_vtkImagingFourier-ADVANCED:INTERNAL=1 //Request building vtkImagingFourier Module_vtkImagingFourier:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingGeneral Module_vtkImagingGeneral-ADVANCED:INTERNAL=1 //Request building vtkImagingGeneral Module_vtkImagingGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingHybrid Module_vtkImagingHybrid-ADVANCED:INTERNAL=1 //Request building vtkImagingHybrid Module_vtkImagingHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMath Module_vtkImagingMath-ADVANCED:INTERNAL=1 //Request building vtkImagingMath Module_vtkImagingMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMorphological Module_vtkImagingMorphological-ADVANCED:INTERNAL=1 //Request building vtkImagingMorphological Module_vtkImagingMorphological:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingOpenGL2 Module_vtkImagingOpenGL2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingSources Module_vtkImagingSources-ADVANCED:INTERNAL=1 //Request building vtkImagingSources Module_vtkImagingSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStatistics Module_vtkImagingStatistics-ADVANCED:INTERNAL=1 //Request building vtkImagingStatistics Module_vtkImagingStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStencil Module_vtkImagingStencil-ADVANCED:INTERNAL=1 //Request building vtkImagingStencil Module_vtkImagingStencil:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisBoost Module_vtkInfovisBoost-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisCore Module_vtkInfovisCore-ADVANCED:INTERNAL=1 //Request building vtkInfovisCore Module_vtkInfovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisLayout Module_vtkInfovisLayout-ADVANCED:INTERNAL=1 //Request building vtkInfovisLayout Module_vtkInfovisLayout:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisParallel Module_vtkInfovisParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInteractionImage Module_vtkInteractionImage-ADVANCED:INTERNAL=1 //Request building vtkInteractionImage Module_vtkInteractionImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionStyle Module_vtkInteractionStyle-ADVANCED:INTERNAL=1 //Request building vtkInteractionStyle Module_vtkInteractionStyle:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionWidgets Module_vtkInteractionWidgets-ADVANCED:INTERNAL=1 //Request building vtkInteractionWidgets Module_vtkInteractionWidgets:INTERNAL=OFF //ADVANCED property for variable: Module_vtkMetaIO Module_vtkMetaIO-ADVANCED:INTERNAL=1 //Request building vtkMetaIO Module_vtkMetaIO:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelCore Module_vtkParallelCore-ADVANCED:INTERNAL=1 //Request building vtkParallelCore Module_vtkParallelCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelMPI Module_vtkParallelMPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkParallelMPI4Py Module_vtkParallelMPI4Py-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkParseOGLExt Module_vtkParseOGLExt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPython Module_vtkPython-ADVANCED:INTERNAL=1 //Request building vtkPython Module_vtkPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPythonInterpreter Module_vtkPythonInterpreter-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingAnnotation Module_vtkRenderingAnnotation-ADVANCED:INTERNAL=1 //Request building vtkRenderingAnnotation Module_vtkRenderingAnnotation:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContext2D Module_vtkRenderingContext2D-ADVANCED:INTERNAL=1 //Request building vtkRenderingContext2D Module_vtkRenderingContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingCore Module_vtkRenderingCore-ADVANCED:INTERNAL=1 //Request building vtkRenderingCore Module_vtkRenderingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingExternal Module_vtkRenderingExternal-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingFreeType Module_vtkRenderingFreeType-ADVANCED:INTERNAL=1 //Request building vtkRenderingFreeType Module_vtkRenderingFreeType:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingGL2PS Module_vtkRenderingGL2PS-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PS Module_vtkRenderingGL2PS:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingImage Module_vtkRenderingImage-ADVANCED:INTERNAL=1 //Request building vtkRenderingImage Module_vtkRenderingImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLIC Module_vtkRenderingLIC-ADVANCED:INTERNAL=1 //Request building vtkRenderingLIC Module_vtkRenderingLIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingLOD Module_vtkRenderingLOD-ADVANCED:INTERNAL=1 //Request building vtkRenderingLOD Module_vtkRenderingLOD:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLabel Module_vtkRenderingLabel-ADVANCED:INTERNAL=1 //Request building vtkRenderingLabel Module_vtkRenderingLabel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingMatplotlib Module_vtkRenderingMatplotlib-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOSPRay Module_vtkRenderingOSPRay-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOculus Module_vtkRenderingOculus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOpenGL Module_vtkRenderingOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL Module_vtkRenderingOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenVR Module_vtkRenderingOpenVR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingParallel Module_vtkRenderingParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingParallelLIC Module_vtkRenderingParallelLIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingQt Module_vtkRenderingQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingSceneGraph Module_vtkRenderingSceneGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingTk Module_vtkRenderingTk-ADVANCED:INTERNAL=1 //Request building vtkRenderingTk Module_vtkRenderingTk:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolume Module_vtkRenderingVolume-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolume Module_vtkRenderingVolume:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTclTk Module_vtkTclTk-ADVANCED:INTERNAL=1 //Request building vtkTclTk Module_vtkTclTk:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingCore Module_vtkTestingCore-ADVANCED:INTERNAL=1 //Request building vtkTestingCore Module_vtkTestingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingGenericBridge Module_vtkTestingGenericBridge-ADVANCED:INTERNAL=1 //Request building vtkTestingGenericBridge Module_vtkTestingGenericBridge:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingIOSQL Module_vtkTestingIOSQL-ADVANCED:INTERNAL=1 //Request building vtkTestingIOSQL Module_vtkTestingIOSQL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingRendering Module_vtkTestingRendering-ADVANCED:INTERNAL=1 //Request building vtkTestingRendering Module_vtkTestingRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesHashSource Module_vtkUtilitiesHashSource-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesHashSource Module_vtkUtilitiesHashSource:INTERNAL=OFF //ADVANCED property for variable: Module_vtkVPIC Module_vtkVPIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsContext2D Module_vtkViewsContext2D-ADVANCED:INTERNAL=1 //Request building vtkViewsContext2D Module_vtkViewsContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsCore Module_vtkViewsCore-ADVANCED:INTERNAL=1 //Request building vtkViewsCore Module_vtkViewsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsGeovis Module_vtkViewsGeovis-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsInfovis Module_vtkViewsInfovis-ADVANCED:INTERNAL=1 //Request building vtkViewsInfovis Module_vtkViewsInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsQt Module_vtkViewsQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebCore Module_vtkWebCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebGLExporter Module_vtkWebGLExporter-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebPython Module_vtkWebPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingJava Module_vtkWrappingJava-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingPythonCore Module_vtkWrappingPythonCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTcl Module_vtkWrappingTcl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTools Module_vtkWrappingTools-ADVANCED:INTERNAL=1 //Request building vtkWrappingTools Module_vtkWrappingTools:INTERNAL=OFF //ADVANCED property for variable: Module_vtkalglib Module_vtkalglib-ADVANCED:INTERNAL=1 //Request building vtkalglib Module_vtkalglib:INTERNAL=OFF //ADVANCED property for variable: Module_vtkdiy2 Module_vtkdiy2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkexodusII Module_vtkexodusII-ADVANCED:INTERNAL=1 //Request building vtkexodusII Module_vtkexodusII:INTERNAL=OFF //ADVANCED property for variable: Module_vtkexpat Module_vtkexpat-ADVANCED:INTERNAL=1 //Request building vtkexpat Module_vtkexpat:INTERNAL=OFF //ADVANCED property for variable: Module_vtkfreetype Module_vtkfreetype-ADVANCED:INTERNAL=1 //Request building vtkfreetype Module_vtkfreetype:INTERNAL=OFF //ADVANCED property for variable: Module_vtkgl2ps Module_vtkgl2ps-ADVANCED:INTERNAL=1 //Request building vtkgl2ps Module_vtkgl2ps:INTERNAL=OFF //ADVANCED property for variable: Module_vtkglew Module_vtkglew-ADVANCED:INTERNAL=1 //Request building vtkglew Module_vtkglew:INTERNAL=OFF //ADVANCED property for variable: Module_vtkhdf5 Module_vtkhdf5-ADVANCED:INTERNAL=1 //Request building vtkhdf5 Module_vtkhdf5:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjpeg Module_vtkjpeg-ADVANCED:INTERNAL=1 //Request building vtkjpeg Module_vtkjpeg:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjsoncpp Module_vtkjsoncpp-ADVANCED:INTERNAL=1 //Request building vtkjsoncpp Module_vtkjsoncpp:INTERNAL=OFF //ADVANCED property for variable: Module_vtkkwiml Module_vtkkwiml-ADVANCED:INTERNAL=1 //Request building vtkkwiml Module_vtkkwiml:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibharu Module_vtklibharu-ADVANCED:INTERNAL=1 //Request building vtklibharu Module_vtklibharu:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibproj4 Module_vtklibproj4-ADVANCED:INTERNAL=1 //Request building vtklibproj4 Module_vtklibproj4:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibxml2 Module_vtklibxml2-ADVANCED:INTERNAL=1 //Request building vtklibxml2 Module_vtklibxml2:INTERNAL=OFF //ADVANCED property for variable: Module_vtklz4 Module_vtklz4-ADVANCED:INTERNAL=1 //Request building vtklz4 Module_vtklz4:INTERNAL=OFF //ADVANCED property for variable: Module_vtkmpi4py Module_vtkmpi4py-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtknetcdf Module_vtknetcdf-ADVANCED:INTERNAL=1 //Request building vtknetcdf Module_vtknetcdf:INTERNAL=OFF //ADVANCED property for variable: Module_vtknetcdfcpp Module_vtknetcdfcpp-ADVANCED:INTERNAL=1 //Request building vtknetcdfcpp Module_vtknetcdfcpp:INTERNAL=OFF //ADVANCED property for variable: Module_vtkoggtheora Module_vtkoggtheora-ADVANCED:INTERNAL=1 //Request building vtkoggtheora Module_vtkoggtheora:INTERNAL=OFF //ADVANCED property for variable: Module_vtkpng Module_vtkpng-ADVANCED:INTERNAL=1 //Request building vtkpng Module_vtkpng:INTERNAL=OFF //ADVANCED property for variable: Module_vtksqlite Module_vtksqlite-ADVANCED:INTERNAL=1 //Request building vtksqlite Module_vtksqlite:INTERNAL=OFF //ADVANCED property for variable: Module_vtksys Module_vtksys-ADVANCED:INTERNAL=1 //Request building vtksys Module_vtksys:INTERNAL=OFF //ADVANCED property for variable: Module_vtktiff Module_vtktiff-ADVANCED:INTERNAL=1 //Request building vtktiff Module_vtktiff:INTERNAL=OFF //ADVANCED property for variable: Module_vtkverdict Module_vtkverdict-ADVANCED:INTERNAL=1 //Request building vtkverdict Module_vtkverdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkxdmf2 Module_vtkxdmf2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkxdmf3 Module_vtkxdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzfp Module_vtkzfp-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzlib Module_vtkzlib-ADVANCED:INTERNAL=1 //Request building vtkzlib Module_vtkzlib:INTERNAL=OFF //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_NELEMS NETCDF4_CHUNK_CACHE_NELEMS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_PREEMPTION NETCDF4_CHUNK_CACHE_PREEMPTION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_SIZE NETCDF4_CHUNK_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNKS_IN_CACHE NETCDF4_DEFAULT_CHUNKS_IN_CACHE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNK_SIZE NETCDF4_DEFAULT_CHUNK_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_MAX_DEFAULT_CACHE_SIZE NETCDF4_MAX_DEFAULT_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_DISABLE_COMPILER_WARNINGS NETCDF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Have library c NOT_NEED_LIBNSL:INTERNAL=1 //CXX test NO_STATIC_CAST:INTERNAL= //CHECK_TYPE_SIZE: off64_t unknown OFF64_T:INTERNAL= //Have symbol off_t OFF_T:INTERNAL= //CXX test OLD_HEADER_FILENAME:INTERNAL= //ADVANCED property for variable: OPENGL_INCLUDE_DIR OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_gl_LIBRARY OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_glu_LIBRARY OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: P4COMMAND P4COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_BIN_SUBDIR PROJ_BIN_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_DATA_SUBDIR PROJ_DATA_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_DOC_SUBDIR PROJ_DOC_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_INCLUDE_SUBDIR PROJ_INCLUDE_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_LIB_SUBDIR PROJ_LIB_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXTRA_LIBS PYTHON_EXTRA_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_INCLUDE_DIR PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY PYTHON_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_UTIL_LIBRARY PYTHON_UTIL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: RMANTREE RMANTREE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SCPCOMMAND SCPCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SITE SITE-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(signed int) SIZEOF_SIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(signed long) SIZEOF_SIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed long long) SIZEOF_SIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed short) SIZEOF_SIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: uchar unknown SIZEOF_UCHAR:INTERNAL= //CHECK_TYPE_SIZE: sizeof(unsigned char *) SIZEOF_UNSIGNED_CHAR_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned int) SIZEOF_UNSIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(unsigned long) SIZEOF_UNSIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned long long) SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned short) SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void *) SIZEOF_VOID_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(_Bool) SIZEOF__BOOL:INTERNAL=1 //Have symbol size_t SIZE_T:INTERNAL= //ADVANCED property for variable: SLURM_SBATCH_COMMAND SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SLURM_SRUN_COMMAND SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE STDC_HEADERS:INTERNAL=TRUE //Result of TRY_COMPILE SUPPORT_IP6_COMPILED:INTERNAL=TRUE //ADVANCED property for variable: SVNCOMMAND SVNCOMMAND-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE SYSTEM_SCOPE_THREADS:INTERNAL=TRUE //ADVANCED property for variable: TCL_INCLUDE_PATH TCL_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TCL_LIBRARY TCL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TCL_TCLSH TCL_TCLSH-ADVANCED:INTERNAL=1 //Performing TEST_DIRECT_VFD_WORKS TEST_DIRECT_VFD_WORKS:INTERNAL= //Result of TRY_COMPILE TEST_DIRECT_VFD_WORKS_COMPILE:INTERNAL=FALSE //Performing TEST_LFS_WORKS TEST_LFS_WORKS:INTERNAL=1 //Result of TRY_COMPILE TEST_LFS_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_LFS_WORKS_RUN:INTERNAL=0 //Result of TRY_COMPILE TIME_WITH_SYS_TIME:INTERNAL=TRUE //ADVANCED property for variable: TK_INCLUDE_PATH TK_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TK_INTERNAL_PATH TK_INTERNAL_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TK_LIBRARY TK_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TK_WISH TK_WISH-ADVANCED:INTERNAL=1 //This value is not used by VTK. TK_WISH:INTERNAL=/usr/bin/wish //Test TM_IN_SYS_TIME TM_IN_SYS_TIME:INTERNAL=1 //ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VERDICT_BUILD_DOC VERDICT_BUILD_DOC-ADVANCED:INTERNAL=1 //Build the 2007 Verdict User Manual VERDICT_BUILD_DOC:INTERNAL=OFF //ADVANCED property for variable: VERDICT_ENABLE_TESTING VERDICT_ENABLE_TESTING-ADVANCED:INTERNAL=1 //Should tests of the VERDICT library be built? VERDICT_ENABLE_TESTING:INTERNAL=OFF //ADVANCED property for variable: VERDICT_MANGLE VERDICT_MANGLE-ADVANCED:INTERNAL=1 //Mangle verdict names for inclusion in a larger library? VERDICT_MANGLE:INTERNAL=OFF //A string to prepend to all verdict function names and classes. VERDICT_MANGLE_PREFIX:INTERNAL= //Result of TRY_COMPILE VSNPRINTF_WORKS:INTERNAL=TRUE VTKFTGL_BINARY_DIR:INTERNAL=/Users/rhk12/code/vtk/vtkBuild/Utilities/ftgl VTKFTGL_SOURCE_DIR:INTERNAL=/Users/rhk12/code/vtk/Utilities/ftgl //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_ASM VTKOGGTHEORA_DISABLE_ASM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_FLOAT VTKOGGTHEORA_DISABLE_FLOAT-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int) VTKOGGTHEORA_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) VTKOGGTHEORA_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) VTKOGGTHEORA_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) VTKOGGTHEORA_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long) VTKOGGTHEORA_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) VTKOGGTHEORA_LONG_LONG:INTERNAL=8 //ADVANCED property for variable: VTKOGGTHEORA_SHARED_LINKER_FLAGS VTKOGGTHEORA_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(short) VTKOGGTHEORA_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint16_t) VTKOGGTHEORA_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) VTKOGGTHEORA_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(u_int16_t) VTKOGGTHEORA_U_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(u_int32_t) VTKOGGTHEORA_U_INT32_T:INTERNAL=4 //ADVANCED property for variable: VTK_ALL_NEW_OBJECT_FACTORY VTK_ALL_NEW_OBJECT_FACTORY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES VTK_BUILD_ALL_MODULES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES_FOR_TESTS VTK_BUILD_ALL_MODULES_FOR_TESTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_BODR_DATA_GENERATOR VTK_BUILD_BODR_DATA_GENERATOR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_PYTHON_MODULE_DIR VTK_BUILD_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1 //Test VTK_CONST_REVERSE_ITERATOR_COMPARISON VTK_CONST_REVERSE_ITERATOR_COMPARISON:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_EXCLUDE_FROM_ALL VTK_DATA_EXCLUDE_FROM_ALL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_STORE VTK_DATA_STORE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DEBUG_LEAKS VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_AOS_ARRAYS VTK_DISPATCH_AOS_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_SOA_ARRAYS VTK_DISPATCH_SOA_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_TYPED_ARRAYS VTK_DISPATCH_TYPED_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EGL_DEVICE_INDEX VTK_EGL_DEVICE_INDEX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_KITS VTK_ENABLE_KITS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_VTKPYTHON VTK_ENABLE_VTKPYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EXTERNAL_LIBHARU_IS_SHARED VTK_EXTERNAL_LIBHARU_IS_SHARED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_FORBID_DOWNLOADS VTK_FORBID_DOWNLOADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_GHOSTSCRIPT_EXECUTABLE VTK_GHOSTSCRIPT_EXECUTABLE-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_Group_Tk VTK_Group_Tk-MODIFIED:INTERNAL=ON //Have symbol feenableexcept VTK_HAS_FEENABLEEXCEPT:INTERNAL= //Have symbol finite VTK_HAS_FINITE:INTERNAL=1 //Have symbol isfinite VTK_HAS_ISFINITE:INTERNAL=1 //Have symbol isinf VTK_HAS_ISINF:INTERNAL=1 //Have symbol isnan VTK_HAS_ISNAN:INTERNAL=1 //Test VTK_HAS_STD_ISFINITE VTK_HAS_STD_ISFINITE:INTERNAL=1 //Test VTK_HAS_STD_ISINF VTK_HAS_STD_ISINF:INTERNAL=1 //Test VTK_HAS_STD_ISNAN VTK_HAS_STD_ISNAN:INTERNAL=1 //Support for getsockname with socklen_t VTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1 //Have library socket VTK_HAVE_LIBSOCKET:INTERNAL= //Have symbol SO_REUSEADDR VTK_HAVE_SO_REUSEADDR:INTERNAL=1 //For __sync atomic builtins. VTK_HAVE_SYNC_BUILTINS:INTERNAL=1 //ADVANCED property for variable: VTK_INSTALL_PYTHON_MODULE_DIR VTK_INSTALL_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_REMOVE VTK_LEGACY_REMOVE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_SILENT VTK_LEGACY_SILENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAKE_INSTANTIATORS VTK_MAKE_INSTANTIATORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAX_THREADS VTK_MAX_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_OPENGL_HAS_OSMESA VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_RENDERING_BACKEND VTK_RENDERING_BACKEND-STRINGS:INTERNAL=OpenGL2;OpenGL;None //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS VTK_REPORT_OPENGL_ERRORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_REQUIRED_OBJCXX_FLAGS VTK_REQUIRED_OBJCXX_FLAGS-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_SMP_IMPLEMENTATION_TYPE VTK_SMP_IMPLEMENTATION_TYPE-STRINGS:INTERNAL=Sequential;OpenMP;TBB //Very few users should worry about this option. If VTK is built // against a static Tcl/Tk lib (see VTK_TCL_TK_STATIC) or a shared // Tcl/Tk bundled inside a project with no library support files // (ex: ParaViewComplete), this variable should be set to ON and // both VTK_TCL_SUPPORT_LIBRARY_PATH and VTK_TK_SUPPORT_LIBRARY_PATH // should point to the directories that hold those files (typically, // lib/tcl8.4 and lib/tk8.4 for a typical Tcl/Tk installation, // or tcl8.4.5/library and tk8.4.5/library for a Tcl/Tk source // repository). Once this variable is set to ON, support files // will automatically be copied to the build directory and the // executables will try to use that location to initialize Tcl/Tk. VTK_TCL_TK_COPY_SUPPORT_LIBRARY:INTERNAL=ON //ADVANCED property for variable: VTK_TCL_TK_STATIC VTK_TCL_TK_STATIC-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_TCL_TK_STATIC VTK_TCL_TK_STATIC-MODIFIED:INTERNAL=ON //Result of TRY_COMPILE VTK_TEST_SYNC_BUILTINS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE VTK_UNDEFINED_SYMBOLS_ALLOWED:INTERNAL=FALSE //hashed try_compile flags VTK_UNDEFINED_SYMBOLS_ALLOWED_hash:INTERNAL=7215ee9c7d9dc229d2921a40e899ec5f //ADVANCED property for variable: VTK_USE_64BIT_IDS VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_COCOA VTK_USE_COCOA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN VTK_USE_OFFSCREEN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN_EGL VTK_USE_OFFSCREEN_EGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_EXPAT VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_FREETYPE VTK_USE_SYSTEM_FREETYPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GL2PS VTK_USE_SYSTEM_GL2PS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GLEW VTK_USE_SYSTEM_GLEW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_HDF5 VTK_USE_SYSTEM_HDF5-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JPEG VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JSONCPP VTK_USE_SYSTEM_JSONCPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBHARU VTK_USE_SYSTEM_LIBHARU-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBPROJ4 VTK_USE_SYSTEM_LIBPROJ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBRARIES VTK_USE_SYSTEM_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBXML2 VTK_USE_SYSTEM_LIBXML2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LZ4 VTK_USE_SYSTEM_LZ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_NETCDF VTK_USE_SYSTEM_NETCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_NETCDFCPP VTK_USE_SYSTEM_NETCDFCPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_TIFF VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ZLIB VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_USE_TK VTK_USE_TK-MODIFIED:INTERNAL=ON //ADVANCED property for variable: VTK_USE_X VTK_USE_X-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WARN_ON_DISPATCH_FAILURE VTK_WARN_ON_DISPATCH_FAILURE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WRAP_HINTS VTK_WRAP_HINTS-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_WRAP_PYTHON VTK_WRAP_PYTHON-MODIFIED:INTERNAL=ON //MODIFIED property for variable: VTK_WRAP_TCL VTK_WRAP_TCL-MODIFIED:INTERNAL=ON //Result of TEST_BIG_ENDIAN WORDS_BIGENDIAN:INTERNAL=0 //Have include unistd.h Z_HAVE_UNISTD_H:INTERNAL=1 //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local //Result of TEST_BIG_ENDIAN bigendian:INTERNAL=0 //CHECK_TYPE_SIZE: INT16 unknown int16:INTERNAL= //CHECK_TYPE_SIZE: INT32 unknown int32:INTERNAL= //CHECK_TYPE_SIZE: INT8 unknown int8:INTERNAL= From luiceur at gmail.com Wed May 31 11:01:12 2017 From: luiceur at gmail.com (Luis Cebamanos) Date: Wed, 31 May 2017 16:01:12 +0100 Subject: [vtkusers] Fwd: VTK on Cray XC30 In-Reply-To: References: Message-ID: <82c9c35e-44a9-8334-eca5-bf60a0bc8309@gmail.com> So, I believe the main problem is that CMake cannot build the dynamic libraries even if I force it to do it CMake Warning (dev) at CMake/vtkPythonWrapping.cmake:161 (add_library): ADD_LIBRARY called with MODULE option but the target platform does not support dynamic linking. Building a STATIC library instead. This may lead to problems. Call Stack (most recent call first): CMake/vtkPythonWrapping.cmake:145 (_vtk_add_python_module) Wrapping/Python/CMakeLists.txt:160 (vtk_add_python_wrapping_library) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMake/vtkModuleMacros.cmake:548 (add_library): ADD_LIBRARY called with SHARED option but the target platform does not support dynamic linking. Building a STATIC library instead. This may lead to problems. Call Stack (most recent call first): CMake/vtkPythonWrapping.cmake:117 (vtk_add_library) Wrapping/Python/CMakeLists.txt:160 (vtk_add_python_wrapping_library) This warning is for project developers. Use -Wno-dev to suppress it. On 05/31/2017 03:30 PM, David E DeMarle wrote: > re-including the mailing list. > > David E DeMarle > Kitware, Inc. > Principal Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 > > ---------- Forwarded message ---------- > From: *Luis Cebamanos* > > Date: Wed, May 31, 2017 at 10:24 AM > Subject: Re: [vtkusers] VTK on Cray XC30 > To: David E DeMarle > > > > Hi David, > > We just took it from the git repo "git clone git://vtk.org/VTK.git > VTK " and I managed to install it with static > libraries setting BUILD_SHARED_LIBS=OFF and VTK_WRAP_PYTHON=ON and > using gcc 5.1.0 and CMake 3.5.2 but I cannot make it work with python. > > $ls bin/ > vtkParseJava-8.1 vtkWrapJava-8.1 vtkWrapTcl-8.1 > vtkpython vtkWrapPython-8.1 vtkWrapTclInit-8.1 > vtkWrapHierarchy-8.1 vtkWrapPythonInit-8.1 > > $ls lib/ > cmake > libvtkCommonComputationalGeometry-8.1.a > libvtkCommonComputationalGeometryPython27D-8.1.a > libvtkCommonComputationalGeometryPython-8.1.a > > Cheers > Luis > > > > On 05/31/2017 03:15 PM, David E DeMarle wrote: >> What CMake and VTK versions are you on? >> >> >> David E DeMarle >> Kitware, Inc. >> Principal Engineer >> 21 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-881-4909 >> >> On Wed, May 31, 2017 at 10:07 AM, Luis Cebamanos > > wrote: >> >> Hi all, >> >> We are trying to install VTK with python wrappers on a Cray XC30 >> and we >> are facing numerous problems. Is there any recommendations for Cray >> systems? >> We are getting warnings about the (add_library) such as: >> "ADD_LIBRARY called with SHARED option but the target platform >> does not >> support dynamic linking. Building a STATIC library instead. This may >> lead to problems." >> >> Any suggestions? >> >> Regards, >> Luis >> _______________________________________________ >> 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: >> http://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: > http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From majurian.vijayakumaran at ge.com Wed May 31 11:26:31 2017 From: majurian.vijayakumaran at ge.com (vijayakm) Date: Wed, 31 May 2017 08:26:31 -0700 (MST) Subject: [vtkusers] Offscreen GPU Volume Rendering Message-ID: <1496244391122-5743494.post@n5.nabble.com> Dear All, I am trying to do off screen rendering with vtkOpenGLGPUMultiVolumeRayCastMapper. However, it doesnt work. I tried with SetUseOffScreenBuffers and SetOffScreenRendering but after those function, SupportsOpenGL return 0. I found this post talking about this error : http://public.kitware.com/pipermail/vtkusers/2014-September/085225.html (but there is nothing to solve it) Do you have any ideas on what I might be doing wrong or how I can debug? Thanks Vijayakm -- View this message in context: http://vtk.1045678.n5.nabble.com/Offscreen-GPU-Volume-Rendering-tp5743494.html Sent from the VTK - Users mailing list archive at Nabble.com. From jfavre at cscs.ch Wed May 31 11:53:45 2017 From: jfavre at cscs.ch (Favre Jean) Date: Wed, 31 May 2017 15:53:45 +0000 Subject: [vtkusers] Fwd: VTK on Cray XC30 In-Reply-To: <82c9c35e-44a9-8334-eca5-bf60a0bc8309@gmail.com> References: , <82c9c35e-44a9-8334-eca5-bf60a0bc8309@gmail.com> Message-ID: <0EB9B6375711A04B820E6B6F5CCA9F68438ED362@MBX111.d.ethz.ch> Luis export CRAYPE_LINK_TYPE=dynamic and try again I just built VTK 8.0rc1 with EGL with shared libs. ----------------- Jean/CSCS -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at rogue-research.com Wed May 31 12:01:12 2017 From: sean at rogue-research.com (Sean McBride) Date: Wed, 31 May 2017 12:01:12 -0400 Subject: [vtkusers] vtk 8.1 on mac sierra (10.12.5) - error: no member named 'view' in 'TkWindowPrivate' In-Reply-To: References: Message-ID: <20170531160112.746309459@mail.rogue-research.com> On Wed, 31 May 2017 10:54:45 -0400, Reuben Kraft said: >Hello, > >I am trying to build vtk 8.1 on mac running sierra (version 10.12.5). I am >currently getting this error message below. I have seen others with this >problem but the solution was not clear. It seemed like it had something to >do with the location of the Tk headers? I was hoping someone would have >some clear suggestions. CmakeCache.txt is attached. > >Thanks. > >[ 69%] Building CXX object >Rendering/Tk/CMakeFiles/vtkRenderingTkTCL.dir/vtkCocoaTkUtilities.mm.o > >/Users/rhk12/code/vtk/Rendering/Tk/vtkCocoaTkUtilities.mm:57:28: error: no >member named 'view' in 'TkWindowPrivate' > > NSView *result = macWin->view; > > ~~~~~~ ^ In your cache we see: TK_INTERNAL_PATH:PATH=/Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.5 In: VTK/ThirdParty/TclTk/internals/tk8.5/tkMacOSXInt.h there is indeed no member named 'view' in 'TkWindowPrivate'. In: VTK/ThirdParty/TclTk/internals/tk8.6/tkMacOSXInt.h there is. Cheers, -- ____________________________________________________________ Sean McBride, B. Eng sean at rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montr?al, Qu?bec, Canada From reuben.kraft at gmail.com Wed May 31 20:57:55 2017 From: reuben.kraft at gmail.com (Reuben Kraft) Date: Wed, 31 May 2017 20:57:55 -0400 Subject: [vtkusers] vtk 8.1 on mac sierra (10.12.5) - error: no member named 'view' in 'TkWindowPrivate' In-Reply-To: <20170531160112.746309459@mail.rogue-research.com> References: <20170531160112.746309459@mail.rogue-research.com> Message-ID: Thanks. When I make that change in the configuration, I get a different error having to do with CONST86. Is there another option I need to set? Latest CmakeCache file attached. Thanks, [ 68%] Building CXX object Rendering/OpenGL2/Testing/Cxx/CMakeFiles/vtkRenderingOpenGL2CxxTests.dir/TestVBOPointsLines.cxx.o [ 68%] Building CXX object Rendering/OpenGL2/Testing/Cxx/CMakeFiles/vtkRenderingOpenGL2CxxTests.dir/TestValuePass.cxx.o [ 68%] Building CXX object Rendering/OpenGL2/Testing/Cxx/CMakeFiles/vtkRenderingOpenGL2CxxTests.dir/TestValuePass2.cxx.o [ 68%] Building CXX object Rendering/OpenGL2/Testing/Cxx/CMakeFiles/vtkRenderingOpenGL2CxxTests.dir/TestCubeMap2.cxx.o [ 68%] Linking CXX executable ../../../../bin/vtkRenderingOpenGL2CxxTests.app/Contents/MacOS/vtkRenderingOpenGL2CxxTests [ 68%] Built target vtkRenderingOpenGL2CxxTests [ 68%] Building CXX object Rendering/Tk/CMakeFiles/vtkRenderingTkTCL.dir/vtkTclTkWidgetsInit.cxx.o [ 68%] Building CXX object Rendering/Tk/CMakeFiles/vtkRenderingTkTCL.dir/vtkTkRenderWidget.cxx.o In file included from /Users/rhk12/code/vtk/Rendering/Tk/vtkTkRenderWidget.cxx:34: In file included from /Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.6/tkInt.h:991: /Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.6/tkIntDecls.h:103:8: error: unknown type name 'CONST86' EXTERN CONST86 char * TkFindStateString(const TkStateMap *mapPtr, ^ /Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.6/tkIntDecls.h:103:16: error: expected unqualified-id EXTERN CONST86 char * TkFindStateString(const TkStateMap *mapPtr, ^ /Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.6/tkIntDecls.h:166:8: error: unknown type name 'CONST86' EXTERN CONST86 char * TkKeysymToString(KeySym keysym); ^ /Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.6/tkIntDecls.h:166:16: error: expected unqualified-id EXTERN CONST86 char * TkKeysymToString(KeySym keysym); On Wed, May 31, 2017 at 12:01 PM, Sean McBride wrote: > On Wed, 31 May 2017 10:54:45 -0400, Reuben Kraft said: > > >Hello, > > > >I am trying to build vtk 8.1 on mac running sierra (version 10.12.5). I am > >currently getting this error message below. I have seen others with this > >problem but the solution was not clear. It seemed like it had something to > >do with the location of the Tk headers? I was hoping someone would have > >some clear suggestions. CmakeCache.txt is attached. > > > >Thanks. > > > >[ 69%] Building CXX object > >Rendering/Tk/CMakeFiles/vtkRenderingTkTCL.dir/vtkCocoaTkUtilities.mm.o > > > >/Users/rhk12/code/vtk/Rendering/Tk/vtkCocoaTkUtilities.mm:57:28: error: > no > >member named 'view' in 'TkWindowPrivate' > > > > NSView *result = macWin->view; > > > > ~~~~~~ ^ > > In your cache we see: > > TK_INTERNAL_PATH:PATH=/Users/rhk12/code/vtk/ThirdParty/ > TclTk/internals/tk8.5 > > In: > > VTK/ThirdParty/TclTk/internals/tk8.5/tkMacOSXInt.h > > there is indeed no member named 'view' in 'TkWindowPrivate'. > > In: > > VTK/ThirdParty/TclTk/internals/tk8.6/tkMacOSXInt.h > > there is. > > Cheers, > > -- > ____________________________________________________________ > Sean McBride, B. Eng sean at rogue-research.com > Rogue Research www.rogue-research.com > Mac Software Developer Montr?al, Qu?bec, Canada > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- # This is the CMakeCache file. # For build in directory: /Users/rhk12/code/vtk/vtkBuild # It was generated by CMake: /usr/local/Cellar/cmake/3.8.1/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Build the VTK documentation BUILD_DOCUMENTATION:BOOL=OFF //Build VTK examples. BUILD_EXAMPLES:BOOL=OFF //if set to ON, build a library framework and application bundle, //\n otherwise install classical UNIX bin/lib BUILD_FRAMEWORKS_AND_BUNDLE:BOOL=OFF //Build Shared Libraries BUILD_SHARED_LIBS:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=ON //Build With User Defined Values BUILD_USER_DEFINED_LIBS:BOOL=OFF //the path to install bundle BUNDLEDIR:PATH=Applications/OSGEO //Path to a program. BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND //Path to a program. CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar //For backwards compatibility, what version of CMake commands and // syntax should this version of CMake try to support. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build. CMAKE_BUILD_TYPE:STRING=Debug //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C compiler CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //User executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin //Read-only architecture-independent data (DATAROOTDIR) CMAKE_INSTALL_DATADIR:PATH= //Read-only architecture-independent data root (share) CMAKE_INSTALL_DATAROOTDIR:PATH=share //Documentation root (DATAROOTDIR/doc/PROJECT_NAME) CMAKE_INSTALL_DOCDIR:PATH= //C header files (include) CMAKE_INSTALL_INCLUDEDIR:PATH=include //Info documentation (DATAROOTDIR/info) CMAKE_INSTALL_INFODIR:PATH= //Object code libraries (lib) CMAKE_INSTALL_LIBDIR:PATH=lib //Program executables (libexec) CMAKE_INSTALL_LIBEXECDIR:PATH=libexec //Locale-dependent data (DATAROOTDIR/locale) CMAKE_INSTALL_LOCALEDIR:PATH= //Modifiable single-machine data (var) CMAKE_INSTALL_LOCALSTATEDIR:PATH=var //Man documentation (DATAROOTDIR/man) CMAKE_INSTALL_MANDIR:PATH= //Path to a program. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool //C header files for non-gcc (/usr/include) CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //System admin executables (sbin) CMAKE_INSTALL_SBINDIR:PATH=sbin //Modifiable architecture-independent data (com) CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com //Read-only single-machine data (etc) CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND //Path to a program. CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump //Build architectures for OSX CMAKE_OSX_ARCHITECTURES:STRING= //Minimum OS X version to target for deployment (at runtime); newer // APIs weak linked. Set to empty string for default value. CMAKE_OSX_DEPLOYMENT_TARGET:STRING= //The product will be built against the headers and libraries located // inside the indicated SDK. CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=VTK //Path to a program. CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip //Thread library used. CMAKE_THREAD_LIBS:STRING= //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Path to the coverage program that CTest uses for performing coverage // inspection COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov //Extra command line flags to pass to the coverage tool COVERAGE_EXTRA_FLAGS:STRING=-l //How many times to retry timed-out CTest submissions. CTEST_SUBMIT_RETRY_COUNT:STRING=3 //How long to wait between timed-out CTest submissions. CTEST_SUBMIT_RETRY_DELAY:STRING=5 //Maximum time allowed before CTest will kill the test. CTEST_TEST_TIMEOUT:STRING=3600 //Path to a program. CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND //Options passed to the cvs update command. CVS_UPDATE_OPTIONS:STRING=-d -A -P //Maximum time allowed before CTest will kill the test. DART_TESTING_TIMEOUT:STRING=3600 //Value Computed by CMake DICOMParser_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/Utilities/DICOMParser //Value Computed by CMake DICOMParser_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/Utilities/DICOMParser //Path to a library. EXECINFO_LIB:FILEPATH=EXECINFO_LIB-NOTFOUND //Single output directory for building all executables. EXECUTABLE_OUTPUT_PATH:PATH= //Disable compiler warnings EXODUSII_DISABLE_COMPILER_WARNINGS:BOOL=ON //Additional URL templates for the ExternalData CMake script to // look for testing data. E.g. //\nfile:///var/bigharddrive/%(algo)/%(hash) ExternalData_URL_TEMPLATES:STRING= //the path to install framework FRAMEWORKDIR:PATH=Library/Frameworks //Path to a program. GITCOMMAND:FILEPATH=/usr/bin/git //IEEE floating point is available HAVE_IEEEFP:STRING=1 //Value Computed by CMake HDF5_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5 //Build Static Executabless HDF5_BUILD_STATIC_EXECS:BOOL=OFF //Build with library install_name set to the installation path HDF5_BUILD_WITH_INSTALL_NAME:BOOL=OFF //Enable all warnings HDF5_ENABLE_ALL_WARNINGS:BOOL=OFF //Turn on debugging in all packages HDF5_ENABLE_DEBUG_APIS:BOOL=OFF //Build the Direct I/O Virtual File Driver HDF5_ENABLE_DIRECT_VFD:BOOL=ON //embed library info into executables HDF5_ENABLE_EMBEDDED_LIBINFO:BOOL=ON //Enable group five warnings HDF5_ENABLE_GROUPFIVE_WARNINGS:BOOL=OFF //Enable group four warnings HDF5_ENABLE_GROUPFOUR_WARNINGS:BOOL=OFF //Enable group one warnings HDF5_ENABLE_GROUPONE_WARNINGS:BOOL=OFF //Enable group three warnings HDF5_ENABLE_GROUPTHREE_WARNINGS:BOOL=OFF //Enable group two warnings HDF5_ENABLE_GROUPTWO_WARNINGS:BOOL=OFF //Enable group zero warnings HDF5_ENABLE_GROUPZERO_WARNINGS:BOOL=OFF //Instrument The library HDF5_ENABLE_INSTRUMENT:BOOL=OFF //Value Computed by CMake HDF5_HL_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SRC_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5/hl/src //Value Computed by CMake HDF5_HL_SRC_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5/hl/src //CPACK - Disable packaging HDF5_NO_PACKAGES:BOOL=OFF //Package the HDF5 Library Examples Compressed File HDF5_PACK_EXAMPLES:BOOL=OFF //Value Computed by CMake HDF5_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5 //Value Computed by CMake HDF5_SRC_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/hdf5/vtkhdf5/src //Value Computed by CMake HDF5_SRC_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/hdf5/vtkhdf5/src //Execute tests with different VFDs HDF5_TEST_VFD:BOOL=OFF //Enable folder grouping of projects in IDEs. HDF5_USE_FOLDERS:BOOL=ON //Path to a program. HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND //Native CPU bit order HOST_BIG_ENDIAN:STRING=OFF //Native CPU bit order HOST_FILLORDER:STRING=FILLORDER_LSB2MSB //Installation directory for executables INSTALL_BIN_DIR:PATH=/usr/local/bin //Installation directory for headers INSTALL_INC_DIR:PATH=/usr/local/include //Installation directory for libraries INSTALL_LIB_DIR:PATH=/usr/local/lib //Installation directory for manual pages INSTALL_MAN_DIR:PATH=/usr/local/share/man //Installation directory for pkgconfig (.pc) files INSTALL_PKGCONFIG_DIR:PATH=/usr/local/share/pkgconfig //Value Computed by CMake JsonCpp_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/jsoncpp/vtkjsoncpp //Value Computed by CMake JsonCpp_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/jsoncpp/vtkjsoncpp //The directory to install binaries into. LIBPROJ_BINDIR:PATH=bin //The directory to install data files into. LIBPROJ_DATADIR:PATH=share/proj //The directory to install doc files into. LIBPROJ_DOCDIR:PATH=doc/proj //The directory to install includes into. LIBPROJ_INCLUDEDIR:PATH=include //The directory to install libraries into. LIBPROJ_LIBDIR:PATH=lib //Path to a library. LIBPROJ_M_LIB:FILEPATH=/usr/lib/libm.dylib //Build libproj with thread/mutex support LIBPROJ_USE_THREAD:BOOL=ON //Single output directory for building all libraries. LIBRARY_OUTPUT_PATH:PATH= //Value Computed by CMake LZ4_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/lz4/vtklz4 //Value Computed by CMake LZ4_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/lz4/vtklz4 //Command to build the project MAKECOMMAND:STRING=/usr/local/Cellar/cmake/3.8.1/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" //Path to the memory checking command, used for memory error detection. MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that contains suppressions for the memory checker MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= //Path to a library. M_LIBRARY:FILEPATH=/usr/lib/libm.dylib //Request building AutobahnPython Module_AutobahnPython:BOOL=OFF //Poisson Surface reconstruction from unorganized points Module_PoissonReconstruction:BOOL=OFF //Second rank tensor glyphs that visualize eigenvalue signs. Module_SignedTensor:BOOL=OFF //Request building SixPython Module_SixPython:BOOL=OFF //Spline Driven Image Slicer - http://www.vtkjournal.org/browse/publication/838 Module_SplineDrivenImageSlicer:BOOL=OFF //Request building Twisted Module_Twisted:BOOL=OFF //A collection of examples that illustrate how to use VTK. Module_WikiExamples:BOOL=OFF //Request building ZopeInterface Module_ZopeInterface:BOOL=OFF //Request building constantly Module_constantly:BOOL=OFF //Request building incremental Module_incremental:BOOL=OFF //Request building vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm:BOOL=OFF //Slicer additions to vtk Module_vtkAddon:BOOL=OFF //Dicom classes and utilities Module_vtkDICOM:BOOL=OFF //Request building vtkDomainsMicroscopy Module_vtkDomainsMicroscopy:BOOL=OFF //Request building vtkFiltersMatlab Module_vtkFiltersMatlab:BOOL=OFF //Request building vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2:BOOL=OFF //Request building vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths:BOOL=OFF //Request building vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry:BOOL=OFF //Request building vtkFiltersParallelMPI Module_vtkFiltersParallelMPI:BOOL=OFF //Request building vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics:BOOL=OFF //Request building vtkFiltersReebGraph Module_vtkFiltersReebGraph:BOOL=OFF //Request building vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR:BOOL=OFF //Request building vtkGUISupportQt Module_vtkGUISupportQt:BOOL=OFF //Request building vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL:BOOL=OFF //Request building vtkGUISupportQtSQL Module_vtkGUISupportQtSQL:BOOL=OFF //Request building vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit:BOOL=OFF //Request building vtkIOADIOS Module_vtkIOADIOS:BOOL=OFF //Request building vtkIOFFMPEG Module_vtkIOFFMPEG:BOOL=OFF //Request building vtkIOGDAL Module_vtkIOGDAL:BOOL=OFF //Request building vtkIOGeoJSON Module_vtkIOGeoJSON:BOOL=OFF //Request building vtkIOMPIImage Module_vtkIOMPIImage:BOOL=OFF //Request building vtkIOMPIParallel Module_vtkIOMPIParallel:BOOL=OFF //Request building vtkIOMySQL Module_vtkIOMySQL:BOOL=OFF //Request building vtkIOODBC Module_vtkIOODBC:BOOL=OFF //Request building vtkIOParallelExodus Module_vtkIOParallelExodus:BOOL=OFF //Request building vtkIOParallelLSDyna Module_vtkIOParallelLSDyna:BOOL=OFF //Request building vtkIOParallelNetCDF Module_vtkIOParallelNetCDF:BOOL=OFF //Request building vtkIOPostgreSQL Module_vtkIOPostgreSQL:BOOL=OFF //Request building vtkIOTRUCHAS Module_vtkIOTRUCHAS:BOOL=OFF //Request building vtkIOVPIC Module_vtkIOVPIC:BOOL=OFF //Request building vtkIOXdmf2 Module_vtkIOXdmf2:BOOL=OFF //Request building vtkIOXdmf3 Module_vtkIOXdmf3:BOOL=OFF //Request building vtkImagingOpenGL2 Module_vtkImagingOpenGL2:BOOL=OFF //Request building vtkInfovisBoost Module_vtkInfovisBoost:BOOL=OFF //Request building vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms:BOOL=OFF //Request building vtkInfovisParallel Module_vtkInfovisParallel:BOOL=OFF //Request building vtkParallelMPI Module_vtkParallelMPI:BOOL=OFF //Request building vtkParallelMPI4Py Module_vtkParallelMPI4Py:BOOL=OFF //Request building vtkParseOGLExt Module_vtkParseOGLExt:BOOL=OFF //Request building vtkPythonInterpreter Module_vtkPythonInterpreter:BOOL=OFF //Request building vtkRenderingExternal Module_vtkRenderingExternal:BOOL=OFF //Request building vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig:BOOL=OFF //Request building vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2:BOOL=OFF //Request building vtkRenderingMatplotlib Module_vtkRenderingMatplotlib:BOOL=OFF //Request building vtkRenderingOSPRay Module_vtkRenderingOSPRay:BOOL=OFF //Request building vtkRenderingOculus Module_vtkRenderingOculus:BOOL=OFF //Request building vtkRenderingOpenVR Module_vtkRenderingOpenVR:BOOL=OFF //Request building vtkRenderingParallel Module_vtkRenderingParallel:BOOL=OFF //Request building vtkRenderingParallelLIC Module_vtkRenderingParallelLIC:BOOL=OFF //Request building vtkRenderingQt Module_vtkRenderingQt:BOOL=OFF //Request building vtkRenderingSceneGraph Module_vtkRenderingSceneGraph:BOOL=OFF //Request building vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR:BOOL=OFF //Request building vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks:BOOL=OFF //Request building vtkVPIC Module_vtkVPIC:BOOL=OFF //Request building vtkViewsGeovis Module_vtkViewsGeovis:BOOL=OFF //Request building vtkViewsQt Module_vtkViewsQt:BOOL=OFF //Request building vtkWebCore Module_vtkWebCore:BOOL=OFF //Request building vtkWebGLExporter Module_vtkWebGLExporter:BOOL=OFF //Request building vtkWebPython Module_vtkWebPython:BOOL=OFF //Request building vtkWrappingJava Module_vtkWrappingJava:BOOL=OFF //Request building vtkWrappingPythonCore Module_vtkWrappingPythonCore:BOOL=ON //Request building vtkWrappingTcl Module_vtkWrappingTcl:BOOL=ON //Request building vtkdiy2 Module_vtkdiy2:BOOL=OFF //Request building vtkmpi4py Module_vtkmpi4py:BOOL=OFF //Request building vtkxdmf2 Module_vtkxdmf2:BOOL=OFF //Request building vtkxdmf3 Module_vtkxdmf3:BOOL=OFF //Request building vtkzfp Module_vtkzfp:BOOL=OFF //Specify default maximum number of elements in the file chunk // cache chunk for HDF5 files (should be prime number). NETCDF4_CHUNK_CACHE_NELEMS:STRING=1009 //Specify default file chunk cache preemption policy for HDF5 files // (a number between 0 and 1, inclusive). NETCDF4_CHUNK_CACHE_PREEMPTION:STRING=0.75 //Specify default file cache chunk size for HDF5 files in bytes. NETCDF4_CHUNK_CACHE_SIZE:STRING=4194304 //Specify the number of chunks to store in default per-variable // cache. NETCDF4_DEFAULT_CHUNKS_IN_CACHE:STRING=10 //Specify default size of chunks in bytes. NETCDF4_DEFAULT_CHUNK_SIZE:STRING=4194304 //Specify maximum size (in bytes) for the default per-var chunk // cache. NETCDF4_MAX_DEFAULT_CACHE_SIZE:STRING=67108864 //Disable compiler warnings NETCDF_DISABLE_COMPILER_WARNINGS:BOOL=ON //Include for OpenGL on OS X OPENGL_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework //OpenGL library for OS X OPENGL_gl_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework //GLU library for OS X (usually same as OpenGL library) OPENGL_glu_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework //Path to a program. P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND //Value Computed by CMake PROJ4_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/libproj4/vtklibproj4 //Value Computed by CMake PROJ4_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/libproj4/vtklibproj4 //Subdirectory where executables will be installed PROJ_BIN_SUBDIR:STRING=bin //Subdirectory where data will be installed PROJ_DATA_SUBDIR:STRING=share/proj //Subdirectory where data will be installed PROJ_DOC_SUBDIR:STRING=doc/proj //Subdirectory where header files will be installed PROJ_INCLUDE_SUBDIR:STRING=include //Subdirectory where libraries will be installed PROJ_LIB_SUBDIR:STRING=lib //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python //Extra libraries to link when linking to python (such as "z" for // zlib). Separate multiple libraries with semicolons. PYTHON_EXTRA_LIBS:STRING= //Path to a file. PYTHON_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/python2.7 //Path to a library. PYTHON_LIBRARY:FILEPATH=/usr/lib/libpython2.7.dylib //Utility library needed for vtkpython PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib/libutil.dylib //Path to a file. RMANTREE:PATH=RMANTREE-NOTFOUND //Path to scp command, used by CTest for submitting results to // a Dart server SCPCOMMAND:FILEPATH=/usr/bin/scp //Name of the computer/site where compile is being run SITE:STRING=mne-rekr17mnepsuedu.local //Path to the SLURM sbatch executable SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND //Path to the SLURM srun executable SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND //Path to a program. SVNCOMMAND:FILEPATH=/usr/bin/svn //Path to a file. TCL_INCLUDE_PATH:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tcl.framework/Headers //Path to a library. TCL_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework //Path to a program. TCL_TCLSH:FILEPATH=/usr/bin/tclsh //Path to a file. TK_INCLUDE_PATH:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Headers //The path to the Tk internal headers (tkMacOSXDefault.h). TK_INTERNAL_PATH:PATH=/Users/rhk12/code/vtk/ThirdParty/TclTk/internals/tk8.6 //Path to a library. TK_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework //Use HIDDEN visibility support if available. USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON //Value Computed by CMake VTKFREETYPE_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKFREETYPE_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKGL2PS_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGL2PS_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGLEW_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/glew/vtkglew //Value Computed by CMake VTKGLEW_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/glew/vtkglew //Value Computed by CMake VTKJPEG_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKJPEG_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKNETCDF_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKNETCDF_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKOGGTHEORA_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/oggtheora/vtkoggtheora //Disable assemby optimizations VTKOGGTHEORA_DISABLE_ASM:BOOL=OFF //Disable the use of floating point code in theora VTKOGGTHEORA_DISABLE_FLOAT:BOOL=OFF //Additional linker flags for vtkoggtheora when building as a shared // library VTKOGGTHEORA_SHARED_LINKER_FLAGS:STRING=-Wl,-exported_symbols_list,"/Users/rhk12/code/vtk/ThirdParty/oggtheora/vtkoggtheora/vtkoggtheora.exp" //Value Computed by CMake VTKOGGTHEORA_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/oggtheora/vtkoggtheora //Value Computed by CMake VTKPNG_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/png/vtkpng //Value Computed by CMake VTKPNG_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/png/vtkpng //Value Computed by CMake VTKSQLite_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/sqlite/vtksqlite //Value Computed by CMake VTKSQLite_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/sqlite/vtksqlite //Build all vtkObject derived classes with object factory new methods. VTK_ALL_NEW_OBJECT_FACTORY:BOOL=OFF //Build VTK for Android VTK_ANDROID_BUILD:BOOL=OFF //Value Computed by CMake VTK_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild //Request to build all modules VTK_BUILD_ALL_MODULES:BOOL=OFF //Enable modules as needed for testing all the enabled modules VTK_BUILD_ALL_MODULES_FOR_TESTS:BOOL=OFF //If enabled, the test used to generate the vtkBlueObeliskDataInternal.h // header will be built. VTK_BUILD_BODR_DATA_GENERATOR:BOOL=OFF //Directory where python modules will be built VTK_BUILD_PYTHON_MODULE_DIR:PATH=/Users/rhk12/code/vtk/vtkBuild/Wrapping/Python //Exclude test data download from default 'all' target. VTK_DATA_EXCLUDE_FROM_ALL:BOOL=OFF //Local directory holding ExternalData objects in the layout %(algo)/%(hash). VTK_DATA_STORE:PATH= //Build leak checking support into VTK. VTK_DEBUG_LEAKS:BOOL=OFF //Include array-of-structs vtkDataArray subclasses in dispatcher. VTK_DISPATCH_AOS_ARRAYS:BOOL=ON //Include struct-of-arrays vtkDataArray subclasses in dispatcher. VTK_DISPATCH_SOA_ARRAYS:BOOL=OFF //Include vtkTypedDataArray subclasses (e.g. old mapped arrays) // in dispatcher. VTK_DISPATCH_TYPED_ARRAYS:BOOL=OFF //Index of the EGL device (graphics card) to use. VTK_EGL_DEVICE_INDEX:STRING=0 //Build VTK using kits instead of modules. VTK_ENABLE_KITS:BOOL=OFF //Enable vtkpython and pvtkpython binaries VTK_ENABLE_VTKPYTHON:BOOL=ON //Whether the system libharu in use is a shared library or not VTK_EXTERNAL_LIBHARU_IS_SHARED:BOOL=ON //Do not download source code or data from the network VTK_FORBID_DOWNLOADS:BOOL=OFF //Path to a program. VTK_GHOSTSCRIPT_EXECUTABLE:FILEPATH=/usr/local/bin/gs //Location of the OpenGL extensions header file (glext.h). VTK_GLEXT_FILE:FILEPATH=/Users/rhk12/code/vtk/Utilities/ParseOGLExt/headers/glext.h //Location of the GLX extensions header file (glxext.h). VTK_GLXEXT_FILE:FILEPATH=/Users/rhk12/code/vtk/Utilities/ParseOGLExt/headers/glxext.h //Request building Imaging modules VTK_Group_Imaging:BOOL=OFF //Request building MPI modules VTK_Group_MPI:BOOL=OFF //Request building Qt modules VTK_Group_Qt:BOOL=OFF //Request building Rendering modules VTK_Group_Rendering:BOOL=ON //Request building of all stand alone modules (no external dependencies // required) VTK_Group_StandAlone:BOOL=ON //Request building Tk modules VTK_Group_Tk:BOOL=ON //Request building Views modules VTK_Group_Views:BOOL=OFF //Request building Web modules VTK_Group_Web:BOOL=OFF //Directory where python modules will be installed VTK_INSTALL_PYTHON_MODULE_DIR:PATH=lib/python2.7/site-packages //Build vtk.framework for iOS VTK_IOS_BUILD:BOOL=OFF //Remove all legacy code completely. VTK_LEGACY_REMOVE:BOOL=OFF //Silence all legacy code messages. VTK_LEGACY_SILENT:BOOL=OFF //Should all modules build instantiators VTK_MAKE_INSTANTIATORS:BOOL=OFF //Max number of threads vktMultiThreader will allocate. VTK_MAX_THREADS:STRING=64 //The OpenGL library being used supports off screen Mesa calls VTK_OPENGL_HAS_OSMESA:BOOL=OFF //Python version to use: 2, 2.x, 3, 3.x, or empty VTK_PYTHON_VERSION:STRING=2 //Choose the rendering backend. VTK_RENDERING_BACKEND:STRING=OpenGL2 //Enable OpenGL error check and report VTK_REPORT_OPENGL_ERRORS:BOOL=ON //Enable OpenGL error check and reporting in non-debug builds. VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS:BOOL=OFF //Extra flags for Objective-C++ compilation VTK_REQUIRED_OBJCXX_FLAGS:STRING= //Which multi-threaded parallelism implementation to use. Options // are Sequential, OpenMP or TBB VTK_SMP_IMPLEMENTATION_TYPE:STRING=Sequential //Value Computed by CMake VTK_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk //Build with static Tcl/Tk support. TCL_LIBRARY and TK_LIBRARY // must point to the corresponding Tcl/Tk static libraries (example, // tcl85sx.lib, tk85sx.lib). VTK_TCL_TK_STATIC:BOOL=ON //Build VTK with 64 bit ids VTK_USE_64BIT_IDS:BOOL=ON //Use Cocoa for VTK render windows VTK_USE_COCOA:BOOL=ON //Enable tests requiring "large" data VTK_USE_LARGE_DATA:BOOL=OFF //Use off screen calls by default VTK_USE_OFFSCREEN:BOOL=OFF //Use EGL for OpenGL client API for offscreen rendering. VTK_USE_OFFSCREEN_EGL:BOOL=OFF //Use system-installed EXPAT VTK_USE_SYSTEM_EXPAT:BOOL=OFF //Use system-installed Freetype VTK_USE_SYSTEM_FREETYPE:BOOL=OFF //Use system-installed GL2PS VTK_USE_SYSTEM_GL2PS:BOOL=OFF //Use system-installed GLEW VTK_USE_SYSTEM_GLEW:BOOL=OFF //Use system-installed HDF5 VTK_USE_SYSTEM_HDF5:BOOL=OFF //Use system-installed JPEG VTK_USE_SYSTEM_JPEG:BOOL=OFF //Use system-installed JsonCpp VTK_USE_SYSTEM_JSONCPP:BOOL=OFF //Use system-installed LibHaru VTK_USE_SYSTEM_LIBHARU:BOOL=OFF //Use system-installed LIBPROJ4 VTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF //Use the system's libraries by default. VTK_USE_SYSTEM_LIBRARIES:BOOL=OFF //Use system-installed LibXml2 VTK_USE_SYSTEM_LIBXML2:BOOL=OFF //Use system-installed LZ4 VTK_USE_SYSTEM_LZ4:BOOL=OFF //Use system-installed NetCDF VTK_USE_SYSTEM_NETCDF:BOOL=OFF //Use system-installed NetCDFCPP VTK_USE_SYSTEM_NETCDFCPP:BOOL=OFF //Use system-installed OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA:BOOL=OFF //Use system-installed PNG VTK_USE_SYSTEM_PNG:BOOL=OFF //Use system-installed TIFF VTK_USE_SYSTEM_TIFF:BOOL=OFF //Use system-installed ZLIB VTK_USE_SYSTEM_ZLIB:BOOL=OFF //Build VTK with Tk support VTK_USE_TK:BOOL=ON //Use X for VTK render windows VTK_USE_X:BOOL=OFF //If enabled, vtkArrayDispatch will print a warning when a dispatch // fails. VTK_WARN_ON_DISPATCH_FAILURE:BOOL=OFF //Location of the WGL extensions header file (wglext.h). VTK_WGLEXT_FILE:FILEPATH=/Users/rhk12/code/vtk/Utilities/ParseOGLExt/headers/wglext.h //Path to a file. VTK_WRAP_HINTS:FILEPATH=/Users/rhk12/code/vtk/Wrapping/Tools/hints //Should VTK Java wrapping be built? VTK_WRAP_JAVA:BOOL=OFF //Should VTK Python wrapping be built? VTK_WRAP_PYTHON:BOOL=ON //Should VTK Tcl wrapping be built? VTK_WRAP_TCL:BOOL=ON //Value Computed by CMake alglib_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/alglib //Value Computed by CMake alglib_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/alglib //Value Computed by CMake expat_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/expat/vtkexpat //Value Computed by CMake expat_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/expat/vtkexpat //Value Computed by CMake netcdf_libdispatch_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_libdispatch_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_liblib_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_liblib_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_libsrc4_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc4_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake netcdf_libsrc_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake tiff_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/tiff/vtktiff //Value Computed by CMake tiff_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/tiff/vtktiff //Value Computed by CMake verdict_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/verdict/vtkverdict //Dependencies for target verdict_LIB_DEPENDS:STATIC= //Value Computed by CMake verdict_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/verdict/vtkverdict //Dependencies for the target vtkChartsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkInfovisCorePythonD;general;vtkChartsCore; //Dependencies for the target vtkChartsCorePython_LIB_DEPENDS:STATIC=general;vtkChartsCorePythonD; //Dependencies for the target vtkChartsCoreTCL_LIB_DEPENDS:STATIC=general;vtkChartsCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkFiltersGeneralTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingCoreTCL;general;vtkCommonColorTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonTransformsTCL;general;vtkInfovisCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkChartsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtksys;general;vtkCommonColor;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkInfovisCore; //Dependencies for the target vtkCommonColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonColor; //Dependencies for the target vtkCommonColorPython_LIB_DEPENDS:STATIC=general;vtkCommonColorPythonD; //Dependencies for the target vtkCommonColorTCL_LIB_DEPENDS:STATIC=general;vtkCommonColor;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonColor_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonComputationalGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonComputationalGeometry; //Dependencies for the target vtkCommonComputationalGeometryPython_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometryPythonD; //Dependencies for the target vtkCommonComputationalGeometryTCL_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonComputationalGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCore; //Dependencies for the target vtkCommonCorePython_LIB_DEPENDS:STATIC=general;vtkCommonCorePythonD; //Dependencies for the target vtkCommonCoreTCL_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonCore_LIB_DEPENDS:STATIC=general;vtksys; //Dependencies for the target vtkCommonDataModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonDataModel; //Dependencies for the target vtkCommonDataModelPython_LIB_DEPENDS:STATIC=general;vtkCommonDataModelPythonD; //Dependencies for the target vtkCommonDataModelTCL_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonDataModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkCommonMisc;general;vtkCommonSystem;general;vtksys; //Dependencies for the target vtkCommonExecutionModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonExecutionModel; //Dependencies for the target vtkCommonExecutionModelPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModelPythonD; //Dependencies for the target vtkCommonExecutionModelTCL_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonExecutionModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkCommonMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMath; //Dependencies for the target vtkCommonMathPython_LIB_DEPENDS:STATIC=general;vtkCommonMathPythonD; //Dependencies for the target vtkCommonMathTCL_LIB_DEPENDS:STATIC=general;vtkCommonMath;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonMath_LIB_DEPENDS:STATIC=general;vtkCommonCore; //Dependencies for the target vtkCommonMiscPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonMisc; //Dependencies for the target vtkCommonMiscPython_LIB_DEPENDS:STATIC=general;vtkCommonMiscPythonD; //Dependencies for the target vtkCommonMiscTCL_LIB_DEPENDS:STATIC=general;vtkCommonMisc;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonMisc_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for the target vtkCommonSystemPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonSystem; //Dependencies for the target vtkCommonSystemPython_LIB_DEPENDS:STATIC=general;vtkCommonSystemPythonD; //Dependencies for the target vtkCommonSystemTCL_LIB_DEPENDS:STATIC=general;vtkCommonSystem;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonSystem_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys; //Dependencies for the target vtkCommonTransformsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransforms; //Dependencies for the target vtkCommonTransformsPython_LIB_DEPENDS:STATIC=general;vtkCommonTransformsPythonD; //Dependencies for the target vtkCommonTransformsTCL_LIB_DEPENDS:STATIC=general;vtkCommonTransforms;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkCommonTransforms_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for target vtkDICOMParser_LIB_DEPENDS:STATIC= //Dependencies for the target vtkDomainsChemistryOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkDomainsChemistryPythonD;general;vtkDomainsChemistryPythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkDomainsChemistryOpenGL2; //Dependencies for the target vtkDomainsChemistryOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryOpenGL2PythonD; //Dependencies for the target vtkDomainsChemistryOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkDomainsChemistry;general;vtkDomainsChemistry;general;vtkRenderingOpenGL2;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkglew;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkDomainsChemistryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLParserPythonD;general;vtkRenderingCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkDomainsChemistry; //Dependencies for the target vtkDomainsChemistryPython_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryPythonD; //Dependencies for the target vtkDomainsChemistryTCL_LIB_DEPENDS:STATIC=general;vtkDomainsChemistry;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOLegacyTCL;general;vtkIOXMLParserTCL;general;vtkRenderingCoreTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkDomainsChemistry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXMLParser;general;vtkRenderingCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys; //Value Computed by CMake vtkExodus2_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/exodusII/vtkexodusII //Value Computed by CMake vtkExodus2_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/exodusII/vtkexodusII //Dependencies for the target vtkFiltersAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkIOXMLPythonD;general;vtkParallelCorePythonD;general;vtkFiltersAMR; //Dependencies for the target vtkFiltersAMRPython_LIB_DEPENDS:STATIC=general;vtkFiltersAMRPythonD; //Dependencies for the target vtkFiltersAMRTCL_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkIOXMLTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersAMR_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkIOXML;general;vtkParallelCore; //Dependencies for the target vtkFiltersCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCore; //Dependencies for the target vtkFiltersCorePython_LIB_DEPENDS:STATIC=general;vtkFiltersCorePythonD; //Dependencies for the target vtkFiltersCoreTCL_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersExtractionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersStatisticsPythonD;general;vtkFiltersExtraction; //Dependencies for the target vtkFiltersExtractionPython_LIB_DEPENDS:STATIC=general;vtkFiltersExtractionPythonD; //Dependencies for the target vtkFiltersExtractionTCL_LIB_DEPENDS:STATIC=general;vtkFiltersExtraction;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersGeneralTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkFiltersCoreTCL;general;vtkFiltersStatisticsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersExtraction_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersCore;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersFlowPathsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkIOCorePythonD;general;vtkFiltersFlowPaths; //Dependencies for the target vtkFiltersFlowPathsPython_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPathsPythonD; //Dependencies for the target vtkFiltersFlowPathsTCL_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPaths;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersSourcesTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersFlowPaths_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtkIOCore; //Dependencies for the target vtkFiltersGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersGeneralPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeneralPythonD; //Dependencies for the target vtkFiltersGeneralTCL_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkFiltersCoreTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersGeneral_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonComputationalGeometry;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersGenericPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersGeneric; //Dependencies for the target vtkFiltersGenericPython_LIB_DEPENDS:STATIC=general;vtkFiltersGenericPythonD; //Dependencies for the target vtkFiltersGenericTCL_LIB_DEPENDS:STATIC=general;vtkFiltersGeneric;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersGeneric_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometry; //Dependencies for the target vtkFiltersGeometryPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeometryPythonD; //Dependencies for the target vtkFiltersGeometryTCL_LIB_DEPENDS:STATIC=general;vtkFiltersGeometry;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore; //Dependencies for the target vtkFiltersHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkFiltersHybrid; //Dependencies for the target vtkFiltersHybridPython_LIB_DEPENDS:STATIC=general;vtkFiltersHybridPythonD; //Dependencies for the target vtkFiltersHybridTCL_LIB_DEPENDS:STATIC=general;vtkFiltersHybrid;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonTransformsTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkImagingCoreTCL;general;vtkImagingSourcesTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkCommonMath;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkImagingCore;general;vtkImagingSources;general;vtkRenderingCore;general;vtksys; //Dependencies for the target vtkFiltersHyperTreePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersHyperTree; //Dependencies for the target vtkFiltersHyperTreePython_LIB_DEPENDS:STATIC=general;vtkFiltersHyperTreePythonD; //Dependencies for the target vtkFiltersHyperTreeTCL_LIB_DEPENDS:STATIC=general;vtkFiltersHyperTree;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkFiltersCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonSystemTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersHyperTree_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonCore;general;vtkCommonSystem;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersStatisticsPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingGeneralPythonD;general;vtkFiltersImaging; //Dependencies for the target vtkFiltersImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersImagingPythonD; //Dependencies for the target vtkFiltersImagingTCL_LIB_DEPENDS:STATIC=general;vtkFiltersImaging;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersStatisticsTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;vtkImagingGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersImaging_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersStatistics;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkImagingGeneral; //Dependencies for the target vtkFiltersModelingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersModeling; //Dependencies for the target vtkFiltersModelingPython_LIB_DEPENDS:STATIC=general;vtkFiltersModelingPythonD; //Dependencies for the target vtkFiltersModelingTCL_LIB_DEPENDS:STATIC=general;vtkFiltersModeling;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkFiltersGeneralTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersModeling_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersParallelImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersImagingPythonD;general;vtkFiltersParallelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelImaging; //Dependencies for the target vtkFiltersParallelImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelImagingPythonD; //Dependencies for the target vtkFiltersParallelImagingTCL_LIB_DEPENDS:STATIC=general;vtkFiltersParallelImaging;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersImagingTCL;general;vtkFiltersParallelTCL;general;vtkImagingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersStatisticsTCL;general;vtkImagingGeneralTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersParallelImaging_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersImaging;general;vtkFiltersParallel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkParallelCore; //Dependencies for the target vtkFiltersParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkFiltersParallel; //Dependencies for the target vtkFiltersParallelPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelPythonD; //Dependencies for the target vtkFiltersParallelTCL_LIB_DEPENDS:STATIC=general;vtkFiltersParallel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersCoreTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersModelingTCL;general;vtkFiltersSourcesTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkIOLegacyTCL;general;vtkParallelCoreTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOLegacy;general;vtkParallelCore;general;vtkRenderingCore; //Dependencies for the target vtkFiltersPointsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersPoints; //Dependencies for the target vtkFiltersPointsPython_LIB_DEPENDS:STATIC=general;vtkFiltersPointsPythonD; //Dependencies for the target vtkFiltersPointsTCL_LIB_DEPENDS:STATIC=general;vtkFiltersPoints;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersPoints_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel; //Dependencies for the target vtkFiltersProgrammablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersProgrammable; //Dependencies for the target vtkFiltersProgrammablePython_LIB_DEPENDS:STATIC=general;vtkFiltersProgrammablePythonD; //Dependencies for the target vtkFiltersProgrammableTCL_LIB_DEPENDS:STATIC=general;vtkFiltersProgrammable;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersProgrammable_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersPythonPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkFiltersPython; //Dependencies for the target vtkFiltersPythonPython_LIB_DEPENDS:STATIC=general;vtkFiltersPythonPythonD; //Dependencies for the target vtkFiltersPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkWrappingPythonCore; //Dependencies for the target vtkFiltersSMPPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersSMP; //Dependencies for the target vtkFiltersSMPPython_LIB_DEPENDS:STATIC=general;vtkFiltersSMPPythonD; //Dependencies for the target vtkFiltersSMPTCL_LIB_DEPENDS:STATIC=general;vtkFiltersSMP;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersSMP_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkCommonMath;general;vtkCommonSystem; //Dependencies for the target vtkFiltersSelectionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersSelection; //Dependencies for the target vtkFiltersSelectionPython_LIB_DEPENDS:STATIC=general;vtkFiltersSelectionPythonD; //Dependencies for the target vtkFiltersSelectionTCL_LIB_DEPENDS:STATIC=general;vtkFiltersSelection;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersSelection_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel; //Dependencies for the target vtkFiltersSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSources; //Dependencies for the target vtkFiltersSourcesPython_LIB_DEPENDS:STATIC=general;vtkFiltersSourcesPythonD; //Dependencies for the target vtkFiltersSourcesTCL_LIB_DEPENDS:STATIC=general;vtkFiltersSources;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonCoreTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersSources_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonComputationalGeometry;general;vtkCommonCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkImagingFourierPythonD;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersStatisticsPython_LIB_DEPENDS:STATIC=general;vtkFiltersStatisticsPythonD; //Dependencies for the target vtkFiltersStatisticsTCL_LIB_DEPENDS:STATIC=general;vtkFiltersStatistics;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkImagingFourierTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersStatistics_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkalglib;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkImagingFourier; //Dependencies for the target vtkFiltersTexturePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersTexture; //Dependencies for the target vtkFiltersTexturePython_LIB_DEPENDS:STATIC=general;vtkFiltersTexturePythonD; //Dependencies for the target vtkFiltersTextureTCL_LIB_DEPENDS:STATIC=general;vtkFiltersTexture;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersTexture_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersTopologyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersTopology; //Dependencies for the target vtkFiltersTopologyPython_LIB_DEPENDS:STATIC=general;vtkFiltersTopologyPythonD; //Dependencies for the target vtkFiltersTopologyTCL_LIB_DEPENDS:STATIC=general;vtkFiltersTopology;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersTopology_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel; //Dependencies for the target vtkFiltersVerdictPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersVerdict; //Dependencies for the target vtkFiltersVerdictPython_LIB_DEPENDS:STATIC=general;vtkFiltersVerdictPythonD; //Dependencies for the target vtkFiltersVerdictTCL_LIB_DEPENDS:STATIC=general;vtkFiltersVerdict;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkFiltersVerdict_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;verdict;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkGeovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkInfovisCorePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkIOImagePythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkInfovisLayoutPythonD;general;vtkGeovisCore; //Dependencies for the target vtkGeovisCorePython_LIB_DEPENDS:STATIC=general;vtkGeovisCorePythonD; //Dependencies for the target vtkGeovisCoreTCL_LIB_DEPENDS:STATIC=general;vtkGeovisCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonTransformsTCL;general;vtkInfovisCoreTCL;general;vtkInteractionStyleTCL;general;vtkInteractionWidgetsTCL;general;vtkRenderingCoreTCL;general;vtkViewsCoreTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkIOImageTCL;general;vtkIOXMLTCL;general;vtkImagingCoreTCL;general;vtkImagingSourcesTCL;general;vtkInfovisLayoutTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkGeovisCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkInfovisCore;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkRenderingCore;general;vtkViewsCore;general;vtkproj4;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkIOImage;general;vtkIOXML;general;vtkImagingCore;general;vtkImagingSources;general;vtkInfovisLayout; //Dependencies for the target vtkIOAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersAMRPythonD;general;vtkParallelCorePythonD;general;vtkIOAMR; //Dependencies for the target vtkIOAMRPython_LIB_DEPENDS:STATIC=general;vtkIOAMRPythonD; //Dependencies for the target vtkIOAMRTCL_LIB_DEPENDS:STATIC=general;vtkIOAMR;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonSystemTCL;general;vtkFiltersAMRTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOAMR_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkFiltersAMR;general;vtkParallelCore;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys; //Dependencies for the target vtkIOCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCore; //Dependencies for the target vtkIOCorePython_LIB_DEPENDS:STATIC=general;vtkIOCorePythonD; //Dependencies for the target vtkIOCoreTCL_LIB_DEPENDS:STATIC=general;vtkIOCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtklz4;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOEnSightPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOEnSight; //Dependencies for the target vtkIOEnSightPython_LIB_DEPENDS:STATIC=general;vtkIOEnSightPythonD; //Dependencies for the target vtkIOEnSightTCL_LIB_DEPENDS:STATIC=general;vtkIOEnSight;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOEnSight_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkIOExodusPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkFiltersCorePythonD;general;vtkIOExodus; //Dependencies for the target vtkIOExodusPython_LIB_DEPENDS:STATIC=general;vtkIOExodusPythonD; //Dependencies for the target vtkIOExodusTCL_LIB_DEPENDS:STATIC=general;vtkIOExodus;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOXMLParserTCL;general;vtkFiltersCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOExodus_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOXMLParser;general;vtkexoIIc;general;vtkFiltersCore;general;vtksys; //Dependencies for the target vtkIOExportOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOExportPythonD;general;vtkIOExportPythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkIOExportOpenGL2; //Dependencies for the target vtkIOExportOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkIOExportOpenGL2PythonD; //Dependencies for the target vtkIOExportOpenGL2_LIB_DEPENDS:STATIC=general;vtkIOExport;general;vtkIOExport;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkRenderingCore;general;vtkgl2ps;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkIOExportOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkIOExportOpenGL2;general;vtkCommonCoreTCL;general;vtkIOExportTCL;general;vtkIOExportTCL;general;vtkRenderingGLtoPSOpenGLIITCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOExportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeometryPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkIOExport; //Dependencies for the target vtkIOExportPython_LIB_DEPENDS:STATIC=general;vtkIOExportPythonD; //Dependencies for the target vtkIOExportTCL_LIB_DEPENDS:STATIC=general;vtkIOExport;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkIOCoreTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingCoreTCL;general;vtkRenderingGLtoPSOpenGLIITCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeometryTCL;general;vtkIOImageTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOExport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeometry;general;vtkIOImage;general;vtkImagingCore;general;vtklibharu;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkIOGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOLegacyPythonD;general;vtkCommonCorePythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOGeometry; //Dependencies for the target vtkIOGeometryPython_LIB_DEPENDS:STATIC=general;vtkIOGeometryPythonD; //Dependencies for the target vtkIOGeometryTCL_LIB_DEPENDS:STATIC=general;vtkIOGeometry;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOLegacyTCL;general;vtkCommonCoreTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOLegacy;general;vtkCommonCore;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOImage; //Dependencies for the target vtkIOImagePython_LIB_DEPENDS:STATIC=general;vtkIOImagePythonD; //Dependencies for the target vtkIOImageTCL_LIB_DEPENDS:STATIC=general;vtkIOImage;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkDICOMParser;general;vtkmetaio;general;vtkjpeg;general;vtkpng;general;vtksys;general;vtktiff;general;vtkzlib; //Dependencies for the target vtkIOImportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkIOImagePythonD;general;vtkIOImport; //Dependencies for the target vtkIOImportPython_LIB_DEPENDS:STATIC=general;vtkIOImportPythonD; //Dependencies for the target vtkIOImportTCL_LIB_DEPENDS:STATIC=general;vtkIOImport;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersSourcesTCL;general;vtkIOImageTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOImport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkRenderingCore;general;vtksys;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources;general;vtkIOImage; //Dependencies for the target vtkIOInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkInfovisCorePythonD;general;vtkIOInfovis; //Dependencies for the target vtkIOInfovisPython_LIB_DEPENDS:STATIC=general;vtkIOInfovisPythonD; //Dependencies for the target vtkIOInfovisTCL_LIB_DEPENDS:STATIC=general;vtkIOInfovis;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOLegacyTCL;general;vtkIOXMLTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkIOCoreTCL;general;vtkIOXMLParserTCL;general;vtkInfovisCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOInfovis_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXML;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkIOCore;general;vtkIOXMLParser;general;vtkInfovisCore;general;vtklibxml2;general;vtksys; //Dependencies for the target vtkIOLSDynaPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkIOLSDyna; //Dependencies for the target vtkIOLSDynaPython_LIB_DEPENDS:STATIC=general;vtkIOLSDynaPythonD; //Dependencies for the target vtkIOLSDynaTCL_LIB_DEPENDS:STATIC=general;vtkIOLSDyna;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOXMLParserTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOLSDyna_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkIOLegacyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkCommonMiscPythonD;general;vtkIOLegacy; //Dependencies for the target vtkIOLegacyPython_LIB_DEPENDS:STATIC=general;vtkIOLegacyPythonD; //Dependencies for the target vtkIOLegacyTCL_LIB_DEPENDS:STATIC=general;vtkIOLegacy;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkCommonMiscTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOLegacy_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkCommonMisc;general;vtksys; //Dependencies for the target vtkIOMINCPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOImagePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersHybridPythonD;general;vtkRenderingCorePythonD;general;vtkIOMINC; //Dependencies for the target vtkIOMINCPython_LIB_DEPENDS:STATIC=general;vtkIOMINCPythonD; //Dependencies for the target vtkIOMINCTCL_LIB_DEPENDS:STATIC=general;vtkIOMINC;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOImageTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkCommonTransformsTCL;general;vtkFiltersHybridTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOMINC_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOImage;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkFiltersHybrid;general;vtkRenderingCore;general;vtkNetCDF;general;vtksys; //Dependencies for the target vtkIOMoviePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOMovie; //Dependencies for the target vtkIOMoviePython_LIB_DEPENDS:STATIC=general;vtkIOMoviePythonD; //Dependencies for the target vtkIOMovieTCL_LIB_DEPENDS:STATIC=general;vtkIOMovie;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOMovie_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkoggtheora;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkIONetCDFPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIONetCDF; //Dependencies for the target vtkIONetCDFPython_LIB_DEPENDS:STATIC=general;vtkIONetCDFPythonD; //Dependencies for the target vtkIONetCDFTCL_LIB_DEPENDS:STATIC=general;vtkIONetCDF;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIONetCDF_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkNetCDF;general;vtknetcdfcpp;general;vtksys; //Dependencies for the target vtkIOPLYPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOPLY; //Dependencies for the target vtkIOPLYPython_LIB_DEPENDS:STATIC=general;vtkIOPLYPythonD; //Dependencies for the target vtkIOPLYTCL_LIB_DEPENDS:STATIC=general;vtkIOPLY;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkIOCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOPLY_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkCommonDataModel;general;vtkCommonMisc; //Dependencies for the target vtkIOParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOGeometryPythonD;general;vtkIOImagePythonD;general;vtkIOLegacyPythonD;general;vtkIONetCDFPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersParallelPythonD;general;vtkParallelCorePythonD;general;vtkIOParallel; //Dependencies for the target vtkIOParallelPython_LIB_DEPENDS:STATIC=general;vtkIOParallelPythonD; //Dependencies for the target vtkIOParallelTCL_LIB_DEPENDS:STATIC=general;vtkIOParallel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;vtkIOGeometryTCL;general;vtkIOImageTCL;general;vtkIOLegacyTCL;general;vtkIONetCDFTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersParallelTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOParallelXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOXMLPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelXML; //Dependencies for the target vtkIOParallelXMLPython_LIB_DEPENDS:STATIC=general;vtkIOParallelXMLPythonD; //Dependencies for the target vtkIOParallelXMLTCL_LIB_DEPENDS:STATIC=general;vtkIOParallelXML;general;vtkCommonCoreTCL;general;vtkIOXMLTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMiscTCL;general;vtkParallelCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOParallelXML_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkParallelCore;general;vtksys; //Dependencies for the target vtkIOParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOGeometry;general;vtkIOImage;general;vtkIOLegacy;general;vtkIONetCDF;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersParallel;general;vtkParallelCore;general;vtkexoIIc;general;vtkjsoncpp;general;vtkNetCDF;general;vtksys; //Dependencies for the target vtkIOSQLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOSQL; //Dependencies for the target vtkIOSQLPython_LIB_DEPENDS:STATIC=general;vtkIOSQLPythonD; //Dependencies for the target vtkIOSQLTCL_LIB_DEPENDS:STATIC=general;vtkIOSQL;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOSQL_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtksqlite;general;vtksys; //Dependencies for the target vtkIOTecplotTablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOTecplotTable; //Dependencies for the target vtkIOTecplotTablePython_LIB_DEPENDS:STATIC=general;vtkIOTecplotTablePythonD; //Dependencies for the target vtkIOTecplotTableTCL_LIB_DEPENDS:STATIC=general;vtkIOTecplotTable;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOTecplotTable_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkIOVideoPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOVideo; //Dependencies for the target vtkIOVideoPython_LIB_DEPENDS:STATIC=general;vtkIOVideoPythonD; //Dependencies for the target vtkIOVideoTCL_LIB_DEPENDS:STATIC=general;vtkIOVideo;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOVideo_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtksys; //Dependencies for the target vtkIOXMLParserPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParser; //Dependencies for the target vtkIOXMLParserPython_LIB_DEPENDS:STATIC=general;vtkIOXMLParserPythonD; //Dependencies for the target vtkIOXMLParserTCL_LIB_DEPENDS:STATIC=general;vtkIOXMLParser;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOXMLParser_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkIOCore;general;vtkexpat;general;vtksys; //Dependencies for the target vtkIOXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOXML; //Dependencies for the target vtkIOXMLPython_LIB_DEPENDS:STATIC=general;vtkIOXMLPythonD; //Dependencies for the target vtkIOXMLTCL_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkIOXMLParserTCL;general;vtkCommonDataModelTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkIOCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkIOXML_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkImagingColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingColor; //Dependencies for the target vtkImagingColorPython_LIB_DEPENDS:STATIC=general;vtkImagingColorPythonD; //Dependencies for the target vtkImagingColorTCL_LIB_DEPENDS:STATIC=general;vtkImagingColor;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingColor_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem; //Dependencies for the target vtkImagingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCore; //Dependencies for the target vtkImagingCorePython_LIB_DEPENDS:STATIC=general;vtkImagingCorePythonD; //Dependencies for the target vtkImagingCoreTCL_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonTransforms; //Dependencies for the target vtkImagingFourierPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingFourier; //Dependencies for the target vtkImagingFourierPython_LIB_DEPENDS:STATIC=general;vtkImagingFourierPythonD; //Dependencies for the target vtkImagingFourierTCL_LIB_DEPENDS:STATIC=general;vtkImagingFourier;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingFourier_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkImagingGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingGeneral; //Dependencies for the target vtkImagingGeneralPython_LIB_DEPENDS:STATIC=general;vtkImagingGeneralPythonD; //Dependencies for the target vtkImagingGeneralTCL_LIB_DEPENDS:STATIC=general;vtkImagingGeneral;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingGeneral_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingSources; //Dependencies for the target vtkImagingHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkImagingHybrid; //Dependencies for the target vtkImagingHybridPython_LIB_DEPENDS:STATIC=general;vtkImagingHybridPythonD; //Dependencies for the target vtkImagingHybridTCL_LIB_DEPENDS:STATIC=general;vtkImagingHybrid;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonDataModelTCL;general;vtkIOImageTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOImage;general;vtkImagingCore; //Dependencies for the target vtkImagingMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingMath; //Dependencies for the target vtkImagingMathPython_LIB_DEPENDS:STATIC=general;vtkImagingMathPythonD; //Dependencies for the target vtkImagingMathTCL_LIB_DEPENDS:STATIC=general;vtkImagingMath;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingMath_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkImagingMorphologicalPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingMorphological; //Dependencies for the target vtkImagingMorphologicalPython_LIB_DEPENDS:STATIC=general;vtkImagingMorphologicalPythonD; //Dependencies for the target vtkImagingMorphologicalTCL_LIB_DEPENDS:STATIC=general;vtkImagingMorphological;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkImagingGeneralTCL;general;vtkImagingSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingMorphological_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPython_LIB_DEPENDS:STATIC=general;vtkImagingSourcesPythonD; //Dependencies for the target vtkImagingSourcesTCL_LIB_DEPENDS:STATIC=general;vtkImagingSources;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingSources_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore; //Dependencies for the target vtkImagingStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingStatistics; //Dependencies for the target vtkImagingStatisticsPython_LIB_DEPENDS:STATIC=general;vtkImagingStatisticsPythonD; //Dependencies for the target vtkImagingStatisticsTCL_LIB_DEPENDS:STATIC=general;vtkImagingStatistics;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingStatistics_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore; //Dependencies for the target vtkImagingStencilPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingStencil; //Dependencies for the target vtkImagingStencilPython_LIB_DEPENDS:STATIC=general;vtkImagingStencilPythonD; //Dependencies for the target vtkImagingStencilTCL_LIB_DEPENDS:STATIC=general;vtkImagingStencil;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingCoreTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkImagingStencil_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonComputationalGeometry;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkInfovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkInfovisCore; //Dependencies for the target vtkInfovisCorePython_LIB_DEPENDS:STATIC=general;vtkInfovisCorePythonD; //Dependencies for the target vtkInfovisCoreTCL_LIB_DEPENDS:STATIC=general;vtkInfovisCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInfovisCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersExtraction;general;vtkFiltersGeneral; //Dependencies for the target vtkInfovisLayoutPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkImagingHybridPythonD;general;vtkInfovisCorePythonD;general;vtkInfovisLayout; //Dependencies for the target vtkInfovisLayoutPython_LIB_DEPENDS:STATIC=general;vtkInfovisLayoutPythonD; //Dependencies for the target vtkInfovisLayoutTCL_LIB_DEPENDS:STATIC=general;vtkInfovisLayout;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersModelingTCL;general;vtkFiltersSourcesTCL;general;vtkImagingHybridTCL;general;vtkInfovisCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInfovisLayout_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkImagingHybrid;general;vtkInfovisCore; //Dependencies for the target vtkInteractionImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkInteractionImage; //Dependencies for the target vtkInteractionImagePython_LIB_DEPENDS:STATIC=general;vtkInteractionImagePythonD; //Dependencies for the target vtkInteractionImageTCL_LIB_DEPENDS:STATIC=general;vtkInteractionImage;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkImagingColorTCL;general;vtkImagingCoreTCL;general;vtkInteractionStyleTCL;general;vtkInteractionWidgetsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInteractionImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingColor;general;vtkImagingCore;general;vtkInteractionStyle;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionStylePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersSourcesPythonD;general;vtkInteractionStyle; //Dependencies for the target vtkInteractionStylePython_LIB_DEPENDS:STATIC=general;vtkInteractionStylePythonD; //Dependencies for the target vtkInteractionStyleTCL_LIB_DEPENDS:STATIC=general;vtkInteractionStyle;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInteractionStyle_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersExtraction;general;vtkFiltersSources; //Dependencies for the target vtkInteractionWidgetsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersHybridPythonD;general;vtkFiltersModelingPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingHybridPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingVolumePythonD;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionWidgetsPython_LIB_DEPENDS:STATIC=general;vtkInteractionWidgetsPythonD; //Dependencies for the target vtkInteractionWidgetsTCL_LIB_DEPENDS:STATIC=general;vtkInteractionWidgets;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;vtkRenderingCoreTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersHybridTCL;general;vtkFiltersModelingTCL;general;vtkImagingColorTCL;general;vtkImagingCoreTCL;general;vtkImagingGeneralTCL;general;vtkImagingHybridTCL;general;vtkInteractionStyleTCL;general;vtkRenderingAnnotationTCL;general;vtkRenderingFreeTypeTCL;general;vtkRenderingVolumeTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkInteractionWidgets_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkRenderingCore;general;vtkCommonComputationalGeometry;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersHybrid;general;vtkFiltersModeling;general;vtkImagingColor;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingHybrid;general;vtkInteractionStyle;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingVolume; //Dependencies for the target vtkNetCDF_LIB_DEPENDS:STATIC=general;vtkhdf5_hl;general;vtkhdf5;general;m; //Dependencies for the target vtkParallelCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCore; //Dependencies for the target vtkParallelCorePython_LIB_DEPENDS:STATIC=general;vtkParallelCorePythonD; //Dependencies for the target vtkParallelCoreTCL_LIB_DEPENDS:STATIC=general;vtkParallelCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonSystemTCL;general;vtkIOLegacyTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkParallelCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkIOLegacy;general;vtksys; //Dependencies for the target vtkRenderingAnnotationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkImagingColorPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingAnnotation; //Dependencies for the target vtkRenderingAnnotationPython_LIB_DEPENDS:STATIC=general;vtkRenderingAnnotationPythonD; //Dependencies for the target vtkRenderingAnnotationTCL_LIB_DEPENDS:STATIC=general;vtkRenderingAnnotation;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;vtkImagingColorTCL;general;vtkRenderingFreeTypeTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingAnnotation_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkImagingColor;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingChemistryOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkDomainsChemistryTCL;general;vtkDomainsChemistryTCL;general;vtkRenderingOpenGLIITCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingContext2D; //Dependencies for the target vtkRenderingContext2DPython_LIB_DEPENDS:STATIC=general;vtkRenderingContext2DPythonD; //Dependencies for the target vtkRenderingContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingContextIIDTCL_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;vtkRenderingFreeTypeTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingContextOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingContextOpenGL2; //Dependencies for the target vtkRenderingContextOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGL2PythonD; //Dependencies for the target vtkRenderingContextOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingContext2D;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkRenderingOpenGL2;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkImagingCore;general;vtkglew;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkRenderingContextOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingContextIIDTCL;general;vtkRenderingCoreTCL;general;vtkRenderingFreeTypeTCL;general;vtkRenderingOpenGLIITCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCore; //Dependencies for the target vtkRenderingCorePython_LIB_DEPENDS:STATIC=general;vtkRenderingCorePythonD; //Dependencies for the target vtkRenderingCoreTCL_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkFiltersCoreTCL;general;vtkCommonColorTCL;general;vtkCommonComputationalGeometryTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkCommonColor;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtksys; //Dependencies for the target vtkRenderingFreeTypePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingFreeTypePython_LIB_DEPENDS:STATIC=general;vtkRenderingFreeTypePythonD; //Dependencies for the target vtkRenderingFreeTypeTCL_LIB_DEPENDS:STATIC=general;vtkRenderingFreeType;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingFreeType_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkfreetype;general;vtkCommonDataModel;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingGL2PSOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingGL2PSOpenGL2; //Dependencies for the target vtkRenderingGL2PSOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingGL2PSOpenGL2PythonD; //Dependencies for the target vtkRenderingGL2PSOpenGL2_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2;general;vtkRenderingOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkgl2ps;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkRenderingGLtoPSOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingGL2PSOpenGL2;general;vtkCommonCoreTCL;general;vtkRenderingOpenGLIITCL;general;vtkRenderingOpenGLIITCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkRenderingCoreTCL;general;vtkRenderingOpenGLIITCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingImage; //Dependencies for the target vtkRenderingImagePython_LIB_DEPENDS:STATIC=general;vtkRenderingImagePythonD; //Dependencies for the target vtkRenderingImageTCL_LIB_DEPENDS:STATIC=general;vtkRenderingImage;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonTransformsTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingImage_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkImagingCore; //Dependencies for the target vtkRenderingLODPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersModelingPythonD;general;vtkRenderingLOD; //Dependencies for the target vtkRenderingLODPython_LIB_DEPENDS:STATIC=general;vtkRenderingLODPythonD; //Dependencies for the target vtkRenderingLODTCL_LIB_DEPENDS:STATIC=general;vtkRenderingLOD;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkFiltersCoreTCL;general;vtkFiltersModelingTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingLOD_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersModeling; //Dependencies for the target vtkRenderingLabelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingLabel; //Dependencies for the target vtkRenderingLabelPython_LIB_DEPENDS:STATIC=general;vtkRenderingLabelPythonD; //Dependencies for the target vtkRenderingLabelTCL_LIB_DEPENDS:STATIC=general;vtkRenderingLabel;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingFreeTypeTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersGeneralTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingLabel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkRenderingOpenGL2; //Dependencies for the target vtkRenderingOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2PythonD; //Dependencies for the target vtkRenderingOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkglew;general;vtksys;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework;general;-framework Cocoa; //Dependencies for the target vtkRenderingOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkRenderingCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingPythonTkWidgets_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkInteractionImage;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingTkTCL_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonCoreTCL;general;vtkInteractionImage;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingVolumeOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingVolumePythonD;general;vtkRenderingVolumePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingVolumeOpenGL2; //Dependencies for the target vtkRenderingVolumeOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeOpenGL2PythonD; //Dependencies for the target vtkRenderingVolumeOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkImagingMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkRenderingVolume;general;vtkRenderingVolume;general;vtkglew;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkRenderingVolumeOpenGLIITCL_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeOpenGL2;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkImagingCoreTCL;general;vtkImagingMathTCL;general;vtkRenderingCoreTCL;general;vtkRenderingOpenGLIITCL;general;vtkRenderingVolumeTCL;general;vtkRenderingVolumeTCL;general;vtkCommonMathTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersSourcesTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingVolumePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkRenderingVolume; //Dependencies for the target vtkRenderingVolumePython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumePythonD; //Dependencies for the target vtkRenderingVolumeTCL_LIB_DEPENDS:STATIC=general;vtkRenderingVolume;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonMathTCL;general;vtkCommonMiscTCL;general;vtkCommonSystemTCL;general;vtkCommonTransformsTCL;general;vtkIOXMLTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkRenderingVolume_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOXML;general;vtkImagingCore; //Dependencies for the target vtkTestingGenericBridge_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc; //Dependencies for the target vtkTestingIOSQL_LIB_DEPENDS:STATIC=general;vtkIOSQL; //Dependencies for the target vtkTestingRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkTestingRendering; //Dependencies for the target vtkTestingRenderingPython_LIB_DEPENDS:STATIC=general;vtkTestingRenderingPythonD; //Dependencies for the target vtkTestingRenderingTCL_LIB_DEPENDS:STATIC=general;vtkTestingRendering;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkCommonSystemTCL;general;vtkIOImageTCL;general;vtkImagingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkTestingRendering_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkIOImage;general;vtkImagingCore;general;vtksys; //Dependencies for the target vtkViewsContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkViewsCorePythonD;general;vtkRenderingContext2DPythonD;general;vtkViewsContext2D; //Dependencies for the target vtkViewsContext2DPython_LIB_DEPENDS:STATIC=general;vtkViewsContext2DPythonD; //Dependencies for the target vtkViewsContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkViewsCore;general;vtkRenderingContext2D; //Dependencies for the target vtkViewsContextIIDTCL_LIB_DEPENDS:STATIC=general;vtkViewsContext2D;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkRenderingCoreTCL;general;vtkViewsCoreTCL;general;vtkRenderingContextIIDTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkViewsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkInteractionWidgetsPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCore; //Dependencies for the target vtkViewsCorePython_LIB_DEPENDS:STATIC=general;vtkViewsCorePythonD; //Dependencies for the target vtkViewsCoreTCL_LIB_DEPENDS:STATIC=general;vtkViewsCore;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonExecutionModelTCL;general;vtkInteractionWidgetsTCL;general;vtkCommonDataModelTCL;general;vtkFiltersGeneralTCL;general;vtkRenderingCoreTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkViewsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkInteractionWidgets;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingCore; //Dependencies for the target vtkViewsInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingContext2DPythonD;general;vtkViewsCorePythonD;general;vtkChartsCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersImagingPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkInfovisCorePythonD;general;vtkInfovisLayoutPythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingLabelPythonD;general;vtkViewsInfovis; //Dependencies for the target vtkViewsInfovisPython_LIB_DEPENDS:STATIC=general;vtkViewsInfovisPythonD; //Dependencies for the target vtkViewsInfovisTCL_LIB_DEPENDS:STATIC=general;vtkViewsInfovis;general;vtkCommonCoreTCL;general;vtkCommonCoreTCL;general;vtkCommonDataModelTCL;general;vtkCommonExecutionModelTCL;general;vtkInteractionStyleTCL;general;vtkRenderingContextIIDTCL;general;vtkViewsCoreTCL;general;vtkChartsCoreTCL;general;vtkCommonColorTCL;general;vtkCommonTransformsTCL;general;vtkFiltersCoreTCL;general;vtkFiltersExtractionTCL;general;vtkFiltersGeneralTCL;general;vtkFiltersGeometryTCL;general;vtkFiltersImagingTCL;general;vtkFiltersModelingTCL;general;vtkFiltersSourcesTCL;general;vtkFiltersStatisticsTCL;general;vtkImagingGeneralTCL;general;vtkInfovisCoreTCL;general;vtkInfovisLayoutTCL;general;vtkInteractionWidgetsTCL;general;vtkRenderingAnnotationTCL;general;vtkRenderingCoreTCL;general;vtkRenderingLabelTCL;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework;general;m; //Dependencies for the target vtkViewsInfovis_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkInteractionStyle;general;vtkRenderingContext2D;general;vtkViewsCore;general;vtkChartsCore;general;vtkCommonColor;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersImaging;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkInfovisCore;general;vtkInfovisLayout;general;vtkInteractionWidgets;general;vtkRenderingAnnotation;general;vtkRenderingCore;general;vtkRenderingLabel; //Dependencies for the target vtkWrappingPythonCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys; //Dependencies for target vtkWrappingTools_LIB_DEPENDS:STATIC= //Dependencies for target vtkalglib_LIB_DEPENDS:STATIC= //Dependencies for the target vtkexoIIc_LIB_DEPENDS:STATIC=general;vtkNetCDF; //Dependencies for target vtkexpat_LIB_DEPENDS:STATIC= //Dependencies for the target vtkfreetype_LIB_DEPENDS:STATIC=general;vtkzlib;general;-framework ApplicationServices -framework CoreServices; //Dependencies for the target vtkgl2ps_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkpng;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework;general;m; //Dependencies for the target vtkglew_LIB_DEPENDS:STATIC=general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework; //Dependencies for the target vtkhdf5_LIB_DEPENDS:STATIC=general;m;general;dl;general;vtkzlib; //Dependencies for the target vtkhdf5_hl_LIB_DEPENDS:STATIC=general;vtkhdf5; //Dependencies for target vtkjpeg_LIB_DEPENDS:STATIC= //Dependencies for target vtkjsoncpp_LIB_DEPENDS:STATIC= //Value Computed by CMake vtklibharu_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/libharu/vtklibharu //Dependencies for the target vtklibharu_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkpng;general;m; //Value Computed by CMake vtklibharu_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/libharu/vtklibharu //Value Computed by CMake vtklibxml2_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/libxml2/vtklibxml2 //Dependencies for the target vtklibxml2_LIB_DEPENDS:STATIC=general;vtkzlib;general;dl;general;m; //Value Computed by CMake vtklibxml2_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/libxml2/vtklibxml2 //Dependencies for target vtklz4_LIB_DEPENDS:STATIC= //Value Computed by CMake vtkmetaio_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/Utilities/MetaIO/vtkmetaio //Dependencies for the target vtkmetaio_LIB_DEPENDS:STATIC=general;vtkzlib; //Value Computed by CMake vtkmetaio_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/Utilities/MetaIO/vtkmetaio //Value Computed by CMake vtknetcdfcpp_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/netcdfcpp/vtknetcdfcpp //Dependencies for the target vtknetcdfcpp_LIB_DEPENDS:STATIC=general;vtkNetCDF; //Value Computed by CMake vtknetcdfcpp_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/netcdfcpp/vtknetcdfcpp //Dependencies for target vtkoggtheora_LIB_DEPENDS:STATIC= //Dependencies for the target vtkpng_LIB_DEPENDS:STATIC=general;vtkzlib;general;-lm; //Dependencies for the target vtkproj4_LIB_DEPENDS:STATIC=general;-lm; //Dependencies for target vtksqlite_LIB_DEPENDS:STATIC= //Value Computed by CMake vtksys_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/Utilities/KWSys/vtksys //Dependencies for target vtksys_LIB_DEPENDS:STATIC= //Value Computed by CMake vtksys_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/Utilities/KWSys/vtksys //Dependencies for the target vtktiff_LIB_DEPENDS:STATIC=general;/usr/lib/libm.dylib;general;vtkzlib;general;vtkjpeg; //Dependencies for target vtkzlib_LIB_DEPENDS:STATIC= //Value Computed by CMake zlib_BINARY_DIR:STATIC=/Users/rhk12/code/vtk/vtkBuild/ThirdParty/zlib/vtkzlib //Value Computed by CMake zlib_SOURCE_DIR:STATIC=/Users/rhk12/code/vtk/ThirdParty/zlib/vtkzlib ######################## # INTERNAL cache entries ######################## ALGLIB_SHARED_LIB:INTERNAL=ON //CXX test BOOL_NOTDEFINED:INTERNAL= //ADVANCED property for variable: BUILD_USER_DEFINED_LIBS BUILD_USER_DEFINED_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BZRCOMMAND BZRCOMMAND-ADVANCED:INTERNAL=1 //Have function clock_gettime CLOCK_GETTIME_IN_LIBC:INTERNAL=1 //Have library posix4 CLOCK_GETTIME_IN_LIBPOSIX4:INTERNAL= //Have library rt CLOCK_GETTIME_IN_LIBRT:INTERNAL= //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //STRINGS property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Users/rhk12/code/vtk/vtkBuild //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/cpack //ADVANCED property for variable: CMAKE_CTEST_COMMAND CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.8.1/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/Users/rhk12/code/vtk //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INFODIR CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_MANDIR CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=317 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_ARCHITECTURES CMAKE_OSX_ARCHITECTURES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_DEPLOYMENT_TARGET CMAKE_OSX_DEPLOYMENT_TARGET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_SYSROOT CMAKE_OSX_SYSROOT-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Test Support for 64 bit file systems CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.8.1/share/cmake //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CMAKE_STD_NAMESPACE:INTERNAL=TRUE //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //Compiler support for a deprecated attribute COMPILER_HAS_DEPRECATED:INTERNAL=1 //Test COMPILER_HAS_DEPRECATED_ATTR COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_VISIBILITY COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1 //ADVANCED property for variable: COVERAGE_COMMAND COVERAGE_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: COVERAGE_EXTRA_FLAGS COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVSCOMMAND CVSCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVS_UPDATE_OPTIONS CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CXX_HAVE_OFFSETOF:INTERNAL=TRUE //Test C_FLAG_W C_FLAG_W:INTERNAL=1 //Test C_FLAG_Wall C_FLAG_Wall:INTERNAL=1 //Test C_FLAG_Wdeclaration_after_statement C_FLAG_Wdeclaration_after_statement:INTERNAL=1 //Test C_FLAG_Wdisabled_optimization C_FLAG_Wdisabled_optimization:INTERNAL=1 //Test C_FLAG_Wformat_security C_FLAG_Wformat_security:INTERNAL=1 //Test C_FLAG_Winline C_FLAG_Winline:INTERNAL=1 //Test C_FLAG_Wno_unknown_pragmas C_FLAG_Wno_unknown_pragmas:INTERNAL=1 //Test C_FLAG_Wpointer_arith C_FLAG_Wpointer_arith:INTERNAL=1 //Test C_FLAG_fstrict_aliasing C_FLAG_fstrict_aliasing:INTERNAL=1 //Test C_HAS_inline C_HAS_inline:INTERNAL=1 //ADVANCED property for variable: DART_TESTING_TIMEOUT DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE DEV_T_IS_SCALAR:INTERNAL=TRUE //ADVANCED property for variable: EXECINFO_LIB EXECINFO_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EXODUSII_DISABLE_COMPILER_WARNINGS EXODUSII_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Have include malloc.h EX_HAVE_MALLOC_H:INTERNAL= //ADVANCED property for variable: ExternalData_URL_TEMPLATES ExternalData_URL_TEMPLATES-ADVANCED:INTERNAL=1 //Details about finding OpenGL FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework][v()] //Details about finding PythonLibs FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/libpython2.7.dylib][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/python2.7][v()] //Details about finding TCL FIND_PACKAGE_MESSAGE_DETAILS_TCL:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tcl.framework/Headers][v()] //Details about finding TCLTK FIND_PACKAGE_MESSAGE_DETAILS_TCLTK:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tcl.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tcl.framework/Headers][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Headers][v()] //Details about finding TK FIND_PACKAGE_MESSAGE_DETAILS_TK:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/tk.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Headers][v()] //Details about finding Tclsh FIND_PACKAGE_MESSAGE_DETAILS_Tclsh:INTERNAL=[/usr/bin/tclsh][v8.5()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Result of TRY_COMPILE GETTIMEOFDAY_GIVES_TZ:INTERNAL=TRUE //ADVANCED property for variable: GITCOMMAND GITCOMMAND-ADVANCED:INTERNAL=1 //Define if your system generates wrong code for log2 routine H5_BAD_LOG2_CODE_GENERATED:INTERNAL=0 //Other test H5_CXX_HAVE_OFFSETOF:INTERNAL=1 //Other test H5_DEV_T_IS_SCALAR:INTERNAL=1 //Checking IF overflows normally converting floating-point to integer // values H5_FP_TO_INTEGER_OVERFLOW_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_INTEGER_OVERFLOW_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN:INTERNAL=0 //Checking IF accurately roundup converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_ULLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_ACCURATE_RUN:INTERNAL=0 //Checking IF right maximum converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_RIGHT_MAXIMUM:INTERNAL= //Result of TRY_COMPILE H5_FP_TO_ULLONG_RIGHT_MAXIMUM_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN:INTERNAL=1 //Other test H5_GETTIMEOFDAY_GIVES_TZ:INTERNAL=1 //Have function alarm H5_HAVE_ALARM:INTERNAL=1 //Other test H5_HAVE_ATTRIBUTE:INTERNAL=1 //Other test H5_HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=1 //Other test H5_HAVE_C99_FUNC:INTERNAL=1 //Have symbol tzname H5_HAVE_DECL_TZNAME:INTERNAL=1 //Have function difftime H5_HAVE_DIFFTIME:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h H5_HAVE_DIRENT_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h H5_HAVE_DLFCN_H:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h H5_HAVE_FEATURES_H:INTERNAL= //Have function fork H5_HAVE_FORK:INTERNAL=1 //Have function frexpf H5_HAVE_FREXPF:INTERNAL=1 //Have function frexpl H5_HAVE_FREXPL:INTERNAL=1 //Have function fseeko H5_HAVE_FSEEKO:INTERNAL=1 //Have function fstat64 H5_HAVE_FSTAT64:INTERNAL=1 //Have function ftello H5_HAVE_FTELLO:INTERNAL=1 //Other test H5_HAVE_FUNCTION:INTERNAL=1 //Have function GetConsoleScreenBufferInfo H5_HAVE_GETCONSOLESCREENBUFFERINFO:INTERNAL= //Have function gethostname H5_HAVE_GETHOSTNAME:INTERNAL=1 //Have function getpwuid H5_HAVE_GETPWUID:INTERNAL=1 //Have function getrusage H5_HAVE_GETRUSAGE:INTERNAL=1 //Have function gettextinfo H5_HAVE_GETTEXTINFO:INTERNAL= //H5_HAVE_GETTIMEOFDAY H5_HAVE_GETTIMEOFDAY:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;globus/common.h H5_HAVE_GLOBUS_COMMON_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h H5_HAVE_INTTYPES_H:INTERNAL=1 //Have function ioctl H5_HAVE_IOCTL:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;io.h H5_HAVE_IO_H:INTERNAL= //Have library dl;m H5_HAVE_LIBDL:INTERNAL=1 //Have library m; H5_HAVE_LIBM:INTERNAL=1 //Have library socket;m;dl H5_HAVE_LIBSOCKET:INTERNAL= //Have library ucb;m;dl H5_HAVE_LIBUCB:INTERNAL= //Have library ws2_32;m;dl H5_HAVE_LIBWS2_32:INTERNAL= //Have library wsock32;m;dl H5_HAVE_LIBWSOCK32:INTERNAL= //Have function longjmp H5_HAVE_LONGJMP:INTERNAL=1 //Have function lstat H5_HAVE_LSTAT:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h H5_HAVE_MACH_MACH_TIME_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h H5_HAVE_MEMORY_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h;netinet/in.h H5_HAVE_NETINET_IN_H:INTERNAL=1 //Other test H5_HAVE_OFF64_T:INTERNAL= //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pdb.h H5_HAVE_PDB_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h H5_HAVE_PTHREAD_H:INTERNAL=1 //Have function random H5_HAVE_RANDOM:INTERNAL=1 //Have function rand_r H5_HAVE_RAND_R:INTERNAL=1 //Have function setjmp H5_HAVE_SETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h H5_HAVE_SETJMP_H:INTERNAL=1 //Have function setsysinfo H5_HAVE_SETSYSINFO:INTERNAL= //Have function sigaction H5_HAVE_SIGACTION:INTERNAL=1 //Have function siglongjmp H5_HAVE_SIGLONGJMP:INTERNAL=1 //Have function signal H5_HAVE_SIGNAL:INTERNAL=1 //Have function sigprocmask H5_HAVE_SIGPROCMASK:INTERNAL=1 //Have function sigsetjmp H5_HAVE_SIGSETJMP:INTERNAL=1 //Have function snprintf H5_HAVE_SNPRINTF:INTERNAL=1 //Other test H5_HAVE_SOCKLEN_T:INTERNAL=1 //Have function srandom H5_HAVE_SRANDOM:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;srbclient.h H5_HAVE_SRBCLIENT_H:INTERNAL= //Have function stat64 H5_HAVE_STAT64:INTERNAL=1 //Other test H5_HAVE_STAT64_STRUCT:INTERNAL=1 //Other test H5_HAVE_STAT_ST_BLOCKS:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h H5_HAVE_STDDEF_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h H5_HAVE_STDINT_H:INTERNAL=1 //Have include stdint.h H5_HAVE_STDINT_H_CXX:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h H5_HAVE_STDLIB_H:INTERNAL=1 //Have function strdup H5_HAVE_STRDUP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h H5_HAVE_STRINGS_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h H5_HAVE_STRING_H:INTERNAL=1 //Other test H5_HAVE_STRUCT_TEXT_INFO:INTERNAL= //Other test H5_HAVE_STRUCT_TIMEZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_TM_TM_ZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_VIDEOCONFIG:INTERNAL= //Have function symlink H5_HAVE_SYMLINK:INTERNAL=1 //Have function system H5_HAVE_SYSTEM:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h H5_HAVE_SYS_IOCTL_H:INTERNAL=1 H5_HAVE_SYS_PROC_H:INTERNAL= //Have include ;sys/resource.h H5_HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h H5_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h H5_HAVE_SYS_STAT_H:INTERNAL=1 H5_HAVE_SYS_SYSINFO_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h H5_HAVE_SYS_TIMEB_H:INTERNAL=1 //H5_HAVE_SYS_TIME_GETTIMEOFDAY H5_HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=1 //Have include sys/resource.h;sys/time.h H5_HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h H5_HAVE_SYS_TYPES_H:INTERNAL=1 //Other test H5_HAVE_TIMEZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h H5_HAVE_TIME_H:INTERNAL=1 //Have symbol TIOCGETD H5_HAVE_TIOCGETD:INTERNAL=1 //Have symbol TIOCGWINSZ H5_HAVE_TIOCGWINSZ:INTERNAL=1 //Other test H5_HAVE_TM_GMTOFF:INTERNAL=1 //Other test H5_HAVE_TM_ZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h H5_HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf H5_HAVE_VASPRINTF:INTERNAL=1 //Have function vsnprintf H5_HAVE_VSNPRINTF:INTERNAL=1 //Have function waitpid H5_HAVE_WAITPID:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;dirent.h;stdint.h;mach/mach_time.h;winsock2.h H5_HAVE_WINSOCK2_H:INTERNAL= //Have function _getvideoconfig H5_HAVE__GETVIDEOCONFIG:INTERNAL= //Have function _scrsize H5_HAVE__SCRSIZE:INTERNAL= //Other test H5_HAVE___TM_GMTOFF:INTERNAL= //Other test H5_INLINE_TEST___inline:INTERNAL=1 //Other test H5_INLINE_TEST___inline__:INTERNAL=1 //Other test H5_INLINE_TEST_inline:INTERNAL=1 //checking IF accurately converting from integers to long double H5_INTEGER_TO_LDOUBLE_ACCURATE:INTERNAL=1 //checking IF converting from long double to integers is accurate H5_LDOUBLE_TO_INTEGER_ACCURATE:INTERNAL=1 //Checking IF converting from long double to integers works H5_LDOUBLE_TO_INTEGER_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_INTEGER_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_INTEGER_WORKS_RUN:INTERNAL=0 //Checking IF correctly converting long double to (unsigned) long // long values H5_LDOUBLE_TO_LLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_LLONG_ACCURATE_RUN:INTERNAL=0 //Define if your system converts long double to (unsigned) long // values with special algorithm H5_LDOUBLE_TO_LONG_SPECIAL:INTERNAL=0 //Checking IF correctly converting long double to unsigned int // values H5_LDOUBLE_TO_UINT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_UINT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_UINT_ACCURATE_RUN:INTERNAL=0 //Use Legacy Names for Libraries and Programs H5_LEGACY_NAMING:INTERNAL=ON //Checking IF compiling long long to floating-point typecasts work H5_LLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF correctly converting (unsigned) long long to long // double values H5_LLONG_TO_LDOUBLE_CORRECT:INTERNAL=1 //Result of TRY_COMPILE H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LLONG_TO_LDOUBLE_CORRECT_RUN:INTERNAL=0 //Other test H5_LONE_COLON:INTERNAL= //Define if your system can convert (unsigned) long to long double // values with special algorithm H5_LONG_TO_LDOUBLE_SPECIAL:INTERNAL=0 //Checking IF alignment restrictions are strictly enforced H5_NO_ALIGNMENT_RESTRICTIONS:INTERNAL=1 //Result of TRY_COMPILE H5_NO_ALIGNMENT_RESTRICTIONS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_NO_ALIGNMENT_RESTRICTIONS_RUN:INTERNAL=0 //CXX test H5_NO_NAMESPACE:INTERNAL= //CXX test H5_NO_STD:INTERNAL= //Width for printf for type `long long' or `__int64', us. `ll H5_PRINTF_LL_WIDTH:INTERNAL="l" //CHECK_TYPE_SIZE: sizeof(char) H5_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) H5_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) H5_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) H5_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) H5_SIZEOF_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) H5_SIZEOF_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) H5_SIZEOF_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int8_t) H5_SIZEOF_INT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_fast16_t) H5_SIZEOF_INT_FAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_fast32_t) H5_SIZEOF_INT_FAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_fast64_t) H5_SIZEOF_INT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast8_t) H5_SIZEOF_INT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_least16_t) H5_SIZEOF_INT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_least32_t) H5_SIZEOF_INT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_least64_t) H5_SIZEOF_INT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_least8_t) H5_SIZEOF_INT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long double) H5_SIZEOF_LONG_DOUBLE:INTERNAL=16 //CHECK_TYPE_SIZE: sizeof(long long) H5_SIZEOF_LONG_LONG:INTERNAL=8 //SizeOf for off64_t H5_SIZEOF_OFF64_T:INTERNAL=0 //CHECK_TYPE_SIZE: sizeof(off_t) H5_SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) H5_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint16_t) H5_SIZEOF_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) H5_SIZEOF_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint64_t) H5_SIZEOF_UINT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint8_t) H5_SIZEOF_UINT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_fast16_t) H5_SIZEOF_UINT_FAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_fast32_t) H5_SIZEOF_UINT_FAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_fast64_t) H5_SIZEOF_UINT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast8_t) H5_SIZEOF_UINT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_least16_t) H5_SIZEOF_UINT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_least32_t) H5_SIZEOF_UINT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_least64_t) H5_SIZEOF_UINT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_least8_t) H5_SIZEOF_UINT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned) H5_SIZEOF_UNSIGNED:INTERNAL=4 //SizeOf for __int64 H5_SIZEOF___INT64:INTERNAL=0 //Other test H5_STDC_HEADERS:INTERNAL=1 //Other test H5_SYSTEM_SCOPE_THREADS:INTERNAL=1 //Other test H5_TIME_WITH_SYS_TIME:INTERNAL=1 //Checking IF compiling unsigned long long to floating-point typecasts // work H5_ULLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF converting unsigned long long to long double with // precision H5_ULLONG_TO_LDOUBLE_PRECISION:INTERNAL=1 //Result of TRY_COMPILE H5_ULLONG_TO_LDOUBLE_PRECISION_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULLONG_TO_LDOUBLE_PRECISION_RUN:INTERNAL=0 //Checking IF accurately converting unsigned long to float values H5_ULONG_TO_FLOAT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_ULONG_TO_FLOAT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULONG_TO_FLOAT_ACCURATE_RUN:INTERNAL=0 //Other test H5_VSNPRINTF_WORKS:INTERNAL=1 //Result of TEST_BIG_ENDIAN H5_WORDS_BIGENDIAN:INTERNAL=0 //Have symbol alloca HAVE_ALLOCA:INTERNAL=1 //Have include ;alloca.h HAVE_ALLOCA_H:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h HAVE_ANSIDECL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h HAVE_ARPA_INET_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h HAVE_ARPA_NAMESER_H:INTERNAL=1 //Have include assert.h HAVE_ASSERT_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_ATTRIBUTE:INTERNAL=TRUE //Have function bcopy HAVE_BCOPY:INTERNAL=1 //Result of TRY_COMPILE HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_C99_FUNC:INTERNAL=TRUE //Have variable CLOCK_MONOTONIC HAVE_CLOCK_MONOTONIC:INTERNAL= //Result of TRY_COMPILE HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h HAVE_CTYPE_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h HAVE_DIRENT_H:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have library dl;m HAVE_DLOPEN:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;dl.h HAVE_DL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL=1 //Have symbol finite HAVE_FINITE:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h HAVE_FLOAT_H:INTERNAL=1 //Have function floor HAVE_FLOOR:INTERNAL=1 //Have symbol fpclass HAVE_FPCLASS:INTERNAL= //Have symbol fprintf HAVE_FPRINTF:INTERNAL=1 //Have symbol fp_class HAVE_FP_CLASS:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;fp_class.h HAVE_FP_CLASS_H:INTERNAL= //Have function fseeko HAVE_FSEEKO:INTERNAL=1 //Have symbol ftime HAVE_FTIME:INTERNAL=1 //NetCDF test HAVE_FTRUNCATE:INTERNAL=1 //Result of TRY_COMPILE HAVE_FUNCTION:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GETADDRINFO_COMPILED:INTERNAL=TRUE //Have function getopt HAVE_GETOPT:INTERNAL=1 //Have function getpagesize HAVE_GETPAGESIZE:INTERNAL=1 //Have symbol gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Result of TRY_COMPILE HAVE_H5_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF64_T:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UNSIGNED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF___INT64:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_H5_WORDS_BIGENDIAN:INTERNAL=TRUE //ADVANCED property for variable: HAVE_IEEEFP HAVE_IEEEFP-ADVANCED:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Have include inttypes.h HAVE_INTTYPES_H:INTERNAL=1 //Have include io.h HAVE_IO_H:INTERNAL= //Have function isascii HAVE_ISASCII:INTERNAL=1 //Have function jbg_newlen HAVE_JBG_NEWLEN:INTERNAL= //Have includes jni.h HAVE_JNI_H:INTERNAL= //Test HAVE_LD_VERSION_SCRIPT HAVE_LD_VERSION_SCRIPT:INTERNAL= //Have function lfind HAVE_LFIND:INTERNAL=1 //Have library dl; HAVE_LIBDL:INTERNAL=1 //Have library m HAVE_LIBM:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h HAVE_LIMITS_H:INTERNAL=1 //Have function localeconv HAVE_LOCALECONV:INTERNAL=1 //Have symbol localtime HAVE_LOCALTIME:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h HAVE_MALLOC_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h HAVE_MATH_H:INTERNAL=1 //Have symbol memmove HAVE_MEMMOVE:INTERNAL=1 //Have include memory.h HAVE_MEMORY_H:INTERNAL=1 //Have function memset HAVE_MEMSET:INTERNAL=1 //Have function mmap HAVE_MMAP:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;nan.h HAVE_NAN_H:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;ndir.h HAVE_NDIR_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h HAVE_NETDB_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h HAVE_NETINET_IN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_OFF64_T:INTERNAL=FALSE //Have function pow HAVE_POW:INTERNAL=1 //Have symbol printf HAVE_PRINTF:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h HAVE_PTHREAD_H:INTERNAL=1 //Have symbol PTHREAD_MUTEX_RECURSIVE HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h HAVE_RESOLV_H:INTERNAL=1 //Have include search.h HAVE_SEARCH_H:INTERNAL=1 //Have function setmode HAVE_SETMODE:INTERNAL=1 //Have library dld;dl HAVE_SHLLOAD:INTERNAL= //Have symbol signal HAVE_SIGNAL:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h HAVE_SIGNAL_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UCHAR:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_CHAR_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF__BOOL:INTERNAL=TRUE //Have symbol snprintf HAVE_SNPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_SOCKLEN_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SOCKLEN_T_COMPILED:INTERNAL=TRUE //Have symbol sprintf HAVE_SPRINTF:INTERNAL=1 //Have function sqrt HAVE_SQRT:INTERNAL=1 //Have symbol sscanf HAVE_SSCANF:INTERNAL=1 //Have symbol stat HAVE_STAT:INTERNAL=1 //Result of TRY_COMPILE HAVE_STAT64_STRUCT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STAT_ST_BLOCKS:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h HAVE_STDARG_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h;stddef.h;stdint.h;inttypes.h;stdbool.h HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include ;stdio.h HAVE_STDIO_H:INTERNAL=1 //Have include stdlib.h HAVE_STDLIB_H:INTERNAL=1 //Have function strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have function strchr HAVE_STRCHR:INTERNAL=1 //Have symbol strdup HAVE_STRDUP:INTERNAL=1 //Have symbol strerror HAVE_STRERROR:INTERNAL=1 //Have symbol strftime HAVE_STRFTIME:INTERNAL=1 //Have include strings.h HAVE_STRINGS_H:INTERNAL=1 //Have include string.h HAVE_STRING_H:INTERNAL=1 //Have symbol strndup HAVE_STRNDUP:INTERNAL=1 //Have function strrchr HAVE_STRRCHR:INTERNAL=1 //Have function strstr HAVE_STRSTR:INTERNAL=1 //Have function strtol HAVE_STRTOL:INTERNAL=1 //Have function strtol HAVE_STRTOUL:INTERNAL=1 //Have function strtoull HAVE_STRTOULL:INTERNAL=1 //Result of TRY_COMPILE HAVE_STRUCT_TEXT_INFO:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_STRUCT_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_TM_TM_ZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_VIDEOCONFIG:INTERNAL=FALSE //NetCDF test HAVE_ST_BLKSIZE:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_DIR_H_COMPILED:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_NDIR_H_COMPILED:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h HAVE_SYS_SELECT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h;sys/timeb.h HAVE_SYS_TIMEB_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TIME_GETTIMEOFDAY:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h HAVE_TIME_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TM_GMTOFF:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TM_ZONE:INTERNAL=TRUE //Have include unistd.h HAVE_UNISTD_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_VA_COPY_COMPILED:INTERNAL=TRUE //Have symbol vfprintf HAVE_VFPRINTF:INTERNAL=1 //Have symbol vsnprintf HAVE_VSNPRINTF:INTERNAL=1 //Have symbol vsprintf HAVE_VSPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have symbol _stat HAVE__STAT:INTERNAL= //Result of TRY_COMPILE HAVE___TM_GMTOFF:INTERNAL=FALSE //Result of TRY_COMPILE HAVE___VA_COPY_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_bigendian:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_int16:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int32:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int8:INTERNAL=FALSE //Allow External Library Building (NO SVN TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:INTERNAL=OFF //Build HDF5 C++ Library HDF5_BUILD_CPP_LIB:INTERNAL=OFF //Build HIGH Level HDF5 Library HDF5_BUILD_HL_LIB:INTERNAL=ON //ADVANCED property for variable: HDF5_BUILD_STATIC_EXECS HDF5_BUILD_STATIC_EXECS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_BUILD_WITH_INSTALL_NAME HDF5_BUILD_WITH_INSTALL_NAME-ADVANCED:INTERNAL=1 //Disable compiler warnings HDF5_DISABLE_COMPILER_WARNINGS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_ALL_WARNINGS HDF5_ENABLE_ALL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_CODESTACK HDF5_ENABLE_CODESTACK-ADVANCED:INTERNAL=1 //Enable the function stack tracing (for developer debugging). HDF5_ENABLE_CODESTACK:INTERNAL=OFF //Enable code coverage for Libraries and Programs HDF5_ENABLE_COVERAGE:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_DEBUG_APIS HDF5_ENABLE_DEBUG_APIS-ADVANCED:INTERNAL=1 //Enable deprecated public API symbols HDF5_ENABLE_DEPRECATED_SYMBOLS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_DIRECT_VFD HDF5_ENABLE_DIRECT_VFD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_EMBEDDED_LIBINFO HDF5_ENABLE_EMBEDDED_LIBINFO-ADVANCED:INTERNAL=1 //Enable GPFS hints for the MPI/POSIX file driver HDF5_ENABLE_GPFS:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_GROUPFIVE_WARNINGS HDF5_ENABLE_GROUPFIVE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPFOUR_WARNINGS HDF5_ENABLE_GROUPFOUR_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPONE_WARNINGS HDF5_ENABLE_GROUPONE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTHREE_WARNINGS HDF5_ENABLE_GROUPTHREE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTWO_WARNINGS HDF5_ENABLE_GROUPTWO_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPZERO_WARNINGS HDF5_ENABLE_GROUPZERO_WARNINGS-ADVANCED:INTERNAL=1 //Enable datasets larger than memory HDF5_ENABLE_HSIZET:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_INSTRUMENT HDF5_ENABLE_INSTRUMENT-ADVANCED:INTERNAL=1 //Enable support for large (64-bit) files on Linux. HDF5_ENABLE_LARGE_FILE:INTERNAL=ON //Enable parallel build (requires MPI) HDF5_ENABLE_PARALLEL:INTERNAL=OFF //Use SZip Filter HDF5_ENABLE_SZIP_SUPPORT:INTERNAL=OFF //Enable Threadsafety HDF5_ENABLE_THREADSAFE:INTERNAL=OFF //Enable API tracing capability HDF5_ENABLE_TRACE:INTERNAL=OFF //Indicate that a memory checker is used HDF5_ENABLE_USING_MEMCHECKER:INTERNAL=OFF //Enable Zlib Filters HDF5_ENABLE_Z_LIB_SUPPORT:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Clear_File_Buffers HDF5_Enable_Clear_File_Buffers-ADVANCED:INTERNAL=1 //Securely clear file buffers before writing to file HDF5_Enable_Clear_File_Buffers:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Instrument HDF5_Enable_Instrument-ADVANCED:INTERNAL=1 //Instrument The library HDF5_Enable_Instrument:INTERNAL=OFF //Used to pass variables between directories HDF5_LIBRARIES_TO_EXPORT:INTERNAL=vtkhdf5;vtkhdf5_hl //ADVANCED property for variable: HDF5_METADATA_TRACE_FILE HDF5_METADATA_TRACE_FILE-ADVANCED:INTERNAL=1 //Enable metadata trace file collection HDF5_METADATA_TRACE_FILE:INTERNAL=OFF //ADVANCED property for variable: HDF5_NO_PACKAGES HDF5_NO_PACKAGES-ADVANCED:INTERNAL=1 //CPACK - include external libraries HDF5_PACKAGE_EXTLIBS:INTERNAL=OFF //ADVANCED property for variable: HDF5_PACK_EXAMPLES HDF5_PACK_EXAMPLES-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HDF5_PRINTF_LL_TEST_COMPILE:INTERNAL=TRUE //Result of TRY_RUN HDF5_PRINTF_LL_TEST_RUN:INTERNAL=0 //ADVANCED property for variable: HDF5_STRICT_FORMAT_CHECKS HDF5_STRICT_FORMAT_CHECKS-ADVANCED:INTERNAL=1 //Whether to perform strict file format checks HDF5_STRICT_FORMAT_CHECKS:INTERNAL=OFF //ADVANCED property for variable: HDF5_TEST_VFD HDF5_TEST_VFD-ADVANCED:INTERNAL=1 //Use the HDF5 1.6.x API by default HDF5_USE_16_API_DEFAULT:INTERNAL=OFF //Use the FLETCHER32 Filter HDF5_USE_FILTER_FLETCHER32:INTERNAL=ON //Use the NBIT Filter HDF5_USE_FILTER_NBIT:INTERNAL=ON //Use the SCALEOFFSET Filter HDF5_USE_FILTER_SCALEOFFSET:INTERNAL=ON //Use the SHUFFLE Filter HDF5_USE_FILTER_SHUFFLE:INTERNAL=ON //ADVANCED property for variable: HDF5_USE_FOLDERS HDF5_USE_FOLDERS-ADVANCED:INTERNAL=1 //Use the PACKED BITS feature in h5dump HDF5_USE_H5DUMP_PACKED_BITS:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DATA_ACCURACY HDF5_WANT_DATA_ACCURACY-ADVANCED:INTERNAL=1 //IF data accuracy is guaranteed during data conversions HDF5_WANT_DATA_ACCURACY:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DCONV_EXCEPTION HDF5_WANT_DCONV_EXCEPTION-ADVANCED:INTERNAL=1 //exception handling functions is checked during data conversions HDF5_WANT_DCONV_EXCEPTION:INTERNAL=ON //ADVANCED property for variable: HGCOMMAND HGCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HOST_BIG_ENDIAN HOST_BIG_ENDIAN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HOST_FILLORDER HOST_FILLORDER-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE INLINE_TEST___inline:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST___inline__:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST_inline:INTERNAL=TRUE //ADVANCED property for variable: INSTALL_BIN_DIR INSTALL_BIN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_INC_DIR INSTALL_INC_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_LIB_DIR INSTALL_LIB_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MAN_DIR INSTALL_MAN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_PKGCONFIG_DIR INSTALL_PKGCONFIG_DIR-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOLL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_BACKTRACE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_CSTDIO_COMPILED:INTERNAL=TRUE //Have include cxxabi.h KWSYS_CXX_HAS_CXXABIH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_CXXABI_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_DLADDR_COMPILED:INTERNAL=TRUE //Have include dlfcn.h KWSYS_CXX_HAS_DLFCNH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H_COMPILED:INTERNAL=FALSE //Have include execinfo.h KWSYS_CXX_HAS_EXECINFOH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS_GETLOADAVG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_LONG_LONG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_RLIMIT64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS_SETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UNSETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMENSAT_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMES_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS__ATOI64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS___INT64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIMESPEC_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE //Result of TRY_RUN KWSYS_LFS_WORKS:INTERNAL=0 //Result of TRY_COMPILE KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_STL_HAS_WSTRING_COMPILED:INTERNAL=TRUE //Have include sys/types.h;ifaddrs.h KWSYS_SYS_HAS_IFADDRS_H:INTERNAL=1 //Have include dlfcn.h LIBHPDF_HAVE_DLFCN_H:INTERNAL=1 //Have include inttypes.h LIBHPDF_HAVE_INTTYPES_H:INTERNAL=1 //Have include memory.h LIBHPDF_HAVE_MEMORY_H:INTERNAL=1 //Have include stdint.h LIBHPDF_HAVE_STDINT_H:INTERNAL=1 //Have include stdlib.h LIBHPDF_HAVE_STDLIB_H:INTERNAL=1 //Have include strings.h LIBHPDF_HAVE_STRINGS_H:INTERNAL=1 //Have include string.h LIBHPDF_HAVE_STRING_H:INTERNAL=1 //Have include sys/stat.h LIBHPDF_HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/types.h LIBHPDF_HAVE_SYS_TYPES_H:INTERNAL=1 //Have include unistd.h LIBHPDF_HAVE_UNISTD_H:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_BINDIR LIBPROJ_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_DATADIR LIBPROJ_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_DOCDIR LIBPROJ_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_INCLUDEDIR LIBPROJ_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_LIBDIR LIBPROJ_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_M_LIB LIBPROJ_M_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_USE_THREAD LIBPROJ_USE_THREAD-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE LONE_COLON:INTERNAL=FALSE //ADVANCED property for variable: MAKECOMMAND MAKECOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_COMMAND MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: M_LIBRARY M_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_AutobahnPython Module_AutobahnPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_PoissonReconstruction Module_PoissonReconstruction-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SignedTensor Module_SignedTensor-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SixPython Module_SixPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SplineDrivenImageSlicer Module_SplineDrivenImageSlicer-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_Twisted Module_Twisted-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_WikiExamples Module_WikiExamples-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_ZopeInterface Module_ZopeInterface-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_constantly Module_constantly-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_incremental Module_incremental-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAddon Module_vtkAddon-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkChartsCore Module_vtkChartsCore-ADVANCED:INTERNAL=1 //Request building vtkChartsCore Module_vtkChartsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonColor Module_vtkCommonColor-ADVANCED:INTERNAL=1 //Request building vtkCommonColor Module_vtkCommonColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry-ADVANCED:INTERNAL=1 //Request building vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonCore Module_vtkCommonCore-ADVANCED:INTERNAL=1 //Request building vtkCommonCore Module_vtkCommonCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonDataModel Module_vtkCommonDataModel-ADVANCED:INTERNAL=1 //Request building vtkCommonDataModel Module_vtkCommonDataModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonExecutionModel Module_vtkCommonExecutionModel-ADVANCED:INTERNAL=1 //Request building vtkCommonExecutionModel Module_vtkCommonExecutionModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMath Module_vtkCommonMath-ADVANCED:INTERNAL=1 //Request building vtkCommonMath Module_vtkCommonMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMisc Module_vtkCommonMisc-ADVANCED:INTERNAL=1 //Request building vtkCommonMisc Module_vtkCommonMisc:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonSystem Module_vtkCommonSystem-ADVANCED:INTERNAL=1 //Request building vtkCommonSystem Module_vtkCommonSystem:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonTransforms Module_vtkCommonTransforms-ADVANCED:INTERNAL=1 //Request building vtkCommonTransforms Module_vtkCommonTransforms:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDICOM Module_vtkDICOM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkDICOMParser Module_vtkDICOMParser-ADVANCED:INTERNAL=1 //Request building vtkDICOMParser Module_vtkDICOMParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistry Module_vtkDomainsChemistry-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistry Module_vtkDomainsChemistry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsMicroscopy Module_vtkDomainsMicroscopy-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersAMR Module_vtkFiltersAMR-ADVANCED:INTERNAL=1 //Request building vtkFiltersAMR Module_vtkFiltersAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersCore Module_vtkFiltersCore-ADVANCED:INTERNAL=1 //Request building vtkFiltersCore Module_vtkFiltersCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersExtraction Module_vtkFiltersExtraction-ADVANCED:INTERNAL=1 //Request building vtkFiltersExtraction Module_vtkFiltersExtraction:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersFlowPaths Module_vtkFiltersFlowPaths-ADVANCED:INTERNAL=1 //Request building vtkFiltersFlowPaths Module_vtkFiltersFlowPaths:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneral Module_vtkFiltersGeneral-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneral Module_vtkFiltersGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneric Module_vtkFiltersGeneric-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneric Module_vtkFiltersGeneric:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeometry Module_vtkFiltersGeometry-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeometry Module_vtkFiltersGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHybrid Module_vtkFiltersHybrid-ADVANCED:INTERNAL=1 //Request building vtkFiltersHybrid Module_vtkFiltersHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHyperTree Module_vtkFiltersHyperTree-ADVANCED:INTERNAL=1 //Request building vtkFiltersHyperTree Module_vtkFiltersHyperTree:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersImaging Module_vtkFiltersImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersImaging Module_vtkFiltersImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersMatlab Module_vtkFiltersMatlab-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersModeling Module_vtkFiltersModeling-ADVANCED:INTERNAL=1 //Request building vtkFiltersModeling Module_vtkFiltersModeling:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallel Module_vtkFiltersParallel-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallel Module_vtkFiltersParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelImaging Module_vtkFiltersParallelImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelImaging Module_vtkFiltersParallelImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelMPI Module_vtkFiltersParallelMPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersPoints Module_vtkFiltersPoints-ADVANCED:INTERNAL=1 //Request building vtkFiltersPoints Module_vtkFiltersPoints:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersProgrammable Module_vtkFiltersProgrammable-ADVANCED:INTERNAL=1 //Request building vtkFiltersProgrammable Module_vtkFiltersProgrammable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersPython Module_vtkFiltersPython-ADVANCED:INTERNAL=1 //Request building vtkFiltersPython Module_vtkFiltersPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersReebGraph Module_vtkFiltersReebGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSMP Module_vtkFiltersSMP-ADVANCED:INTERNAL=1 //Request building vtkFiltersSMP Module_vtkFiltersSMP:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersSelection Module_vtkFiltersSelection-ADVANCED:INTERNAL=1 //Request building vtkFiltersSelection Module_vtkFiltersSelection:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersSources Module_vtkFiltersSources-ADVANCED:INTERNAL=1 //Request building vtkFiltersSources Module_vtkFiltersSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatistics Module_vtkFiltersStatistics-ADVANCED:INTERNAL=1 //Request building vtkFiltersStatistics Module_vtkFiltersStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersTexture Module_vtkFiltersTexture-ADVANCED:INTERNAL=1 //Request building vtkFiltersTexture Module_vtkFiltersTexture:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersTopology Module_vtkFiltersTopology-ADVANCED:INTERNAL=1 //Request building vtkFiltersTopology Module_vtkFiltersTopology:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersVerdict Module_vtkFiltersVerdict-ADVANCED:INTERNAL=1 //Request building vtkFiltersVerdict Module_vtkFiltersVerdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkGUISupportQt Module_vtkGUISupportQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtSQL Module_vtkGUISupportQtSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGeovisCore Module_vtkGeovisCore-ADVANCED:INTERNAL=1 //Request building vtkGeovisCore Module_vtkGeovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOADIOS Module_vtkIOADIOS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOAMR Module_vtkIOAMR-ADVANCED:INTERNAL=1 //Request building vtkIOAMR Module_vtkIOAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOCore Module_vtkIOCore-ADVANCED:INTERNAL=1 //Request building vtkIOCore Module_vtkIOCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOEnSight Module_vtkIOEnSight-ADVANCED:INTERNAL=1 //Request building vtkIOEnSight Module_vtkIOEnSight:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExodus Module_vtkIOExodus-ADVANCED:INTERNAL=1 //Request building vtkIOExodus Module_vtkIOExodus:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExport Module_vtkIOExport-ADVANCED:INTERNAL=1 //Request building vtkIOExport Module_vtkIOExport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL Module_vtkIOExportOpenGL-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL Module_vtkIOExportOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOFFMPEG Module_vtkIOFFMPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGDAL Module_vtkIOGDAL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeoJSON Module_vtkIOGeoJSON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeometry Module_vtkIOGeometry-ADVANCED:INTERNAL=1 //Request building vtkIOGeometry Module_vtkIOGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImage Module_vtkIOImage-ADVANCED:INTERNAL=1 //Request building vtkIOImage Module_vtkIOImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImport Module_vtkIOImport-ADVANCED:INTERNAL=1 //Request building vtkIOImport Module_vtkIOImport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOInfovis Module_vtkIOInfovis-ADVANCED:INTERNAL=1 //Request building vtkIOInfovis Module_vtkIOInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLSDyna Module_vtkIOLSDyna-ADVANCED:INTERNAL=1 //Request building vtkIOLSDyna Module_vtkIOLSDyna:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLegacy Module_vtkIOLegacy-ADVANCED:INTERNAL=1 //Request building vtkIOLegacy Module_vtkIOLegacy:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMINC Module_vtkIOMINC-ADVANCED:INTERNAL=1 //Request building vtkIOMINC Module_vtkIOMINC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMPIImage Module_vtkIOMPIImage-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMPIParallel Module_vtkIOMPIParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMovie Module_vtkIOMovie-ADVANCED:INTERNAL=1 //Request building vtkIOMovie Module_vtkIOMovie:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMySQL Module_vtkIOMySQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIONetCDF Module_vtkIONetCDF-ADVANCED:INTERNAL=1 //Request building vtkIONetCDF Module_vtkIONetCDF:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOODBC Module_vtkIOODBC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOPLY Module_vtkIOPLY-ADVANCED:INTERNAL=1 //Request building vtkIOPLY Module_vtkIOPLY:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallel Module_vtkIOParallel-ADVANCED:INTERNAL=1 //Request building vtkIOParallel Module_vtkIOParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelExodus Module_vtkIOParallelExodus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelLSDyna Module_vtkIOParallelLSDyna-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelNetCDF Module_vtkIOParallelNetCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelXML Module_vtkIOParallelXML-ADVANCED:INTERNAL=1 //Request building vtkIOParallelXML Module_vtkIOParallelXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOPostgreSQL Module_vtkIOPostgreSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOSQL Module_vtkIOSQL-ADVANCED:INTERNAL=1 //Request building vtkIOSQL Module_vtkIOSQL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOTRUCHAS Module_vtkIOTRUCHAS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOTecplotTable Module_vtkIOTecplotTable-ADVANCED:INTERNAL=1 //Request building vtkIOTecplotTable Module_vtkIOTecplotTable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOVPIC Module_vtkIOVPIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOVideo Module_vtkIOVideo-ADVANCED:INTERNAL=1 //Request building vtkIOVideo Module_vtkIOVideo:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXML Module_vtkIOXML-ADVANCED:INTERNAL=1 //Request building vtkIOXML Module_vtkIOXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXMLParser Module_vtkIOXMLParser-ADVANCED:INTERNAL=1 //Request building vtkIOXMLParser Module_vtkIOXMLParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXdmf2 Module_vtkIOXdmf2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOXdmf3 Module_vtkIOXdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingColor Module_vtkImagingColor-ADVANCED:INTERNAL=1 //Request building vtkImagingColor Module_vtkImagingColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingCore Module_vtkImagingCore-ADVANCED:INTERNAL=1 //Request building vtkImagingCore Module_vtkImagingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingFourier Module_vtkImagingFourier-ADVANCED:INTERNAL=1 //Request building vtkImagingFourier Module_vtkImagingFourier:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingGeneral Module_vtkImagingGeneral-ADVANCED:INTERNAL=1 //Request building vtkImagingGeneral Module_vtkImagingGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingHybrid Module_vtkImagingHybrid-ADVANCED:INTERNAL=1 //Request building vtkImagingHybrid Module_vtkImagingHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMath Module_vtkImagingMath-ADVANCED:INTERNAL=1 //Request building vtkImagingMath Module_vtkImagingMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMorphological Module_vtkImagingMorphological-ADVANCED:INTERNAL=1 //Request building vtkImagingMorphological Module_vtkImagingMorphological:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingOpenGL2 Module_vtkImagingOpenGL2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingSources Module_vtkImagingSources-ADVANCED:INTERNAL=1 //Request building vtkImagingSources Module_vtkImagingSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStatistics Module_vtkImagingStatistics-ADVANCED:INTERNAL=1 //Request building vtkImagingStatistics Module_vtkImagingStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStencil Module_vtkImagingStencil-ADVANCED:INTERNAL=1 //Request building vtkImagingStencil Module_vtkImagingStencil:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisBoost Module_vtkInfovisBoost-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisCore Module_vtkInfovisCore-ADVANCED:INTERNAL=1 //Request building vtkInfovisCore Module_vtkInfovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisLayout Module_vtkInfovisLayout-ADVANCED:INTERNAL=1 //Request building vtkInfovisLayout Module_vtkInfovisLayout:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisParallel Module_vtkInfovisParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInteractionImage Module_vtkInteractionImage-ADVANCED:INTERNAL=1 //Request building vtkInteractionImage Module_vtkInteractionImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionStyle Module_vtkInteractionStyle-ADVANCED:INTERNAL=1 //Request building vtkInteractionStyle Module_vtkInteractionStyle:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionWidgets Module_vtkInteractionWidgets-ADVANCED:INTERNAL=1 //Request building vtkInteractionWidgets Module_vtkInteractionWidgets:INTERNAL=OFF //ADVANCED property for variable: Module_vtkMetaIO Module_vtkMetaIO-ADVANCED:INTERNAL=1 //Request building vtkMetaIO Module_vtkMetaIO:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelCore Module_vtkParallelCore-ADVANCED:INTERNAL=1 //Request building vtkParallelCore Module_vtkParallelCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelMPI Module_vtkParallelMPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkParallelMPI4Py Module_vtkParallelMPI4Py-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkParseOGLExt Module_vtkParseOGLExt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPython Module_vtkPython-ADVANCED:INTERNAL=1 //Request building vtkPython Module_vtkPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPythonInterpreter Module_vtkPythonInterpreter-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingAnnotation Module_vtkRenderingAnnotation-ADVANCED:INTERNAL=1 //Request building vtkRenderingAnnotation Module_vtkRenderingAnnotation:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContext2D Module_vtkRenderingContext2D-ADVANCED:INTERNAL=1 //Request building vtkRenderingContext2D Module_vtkRenderingContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingCore Module_vtkRenderingCore-ADVANCED:INTERNAL=1 //Request building vtkRenderingCore Module_vtkRenderingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingExternal Module_vtkRenderingExternal-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingFreeType Module_vtkRenderingFreeType-ADVANCED:INTERNAL=1 //Request building vtkRenderingFreeType Module_vtkRenderingFreeType:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingGL2PS Module_vtkRenderingGL2PS-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PS Module_vtkRenderingGL2PS:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingImage Module_vtkRenderingImage-ADVANCED:INTERNAL=1 //Request building vtkRenderingImage Module_vtkRenderingImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLIC Module_vtkRenderingLIC-ADVANCED:INTERNAL=1 //Request building vtkRenderingLIC Module_vtkRenderingLIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingLOD Module_vtkRenderingLOD-ADVANCED:INTERNAL=1 //Request building vtkRenderingLOD Module_vtkRenderingLOD:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLabel Module_vtkRenderingLabel-ADVANCED:INTERNAL=1 //Request building vtkRenderingLabel Module_vtkRenderingLabel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingMatplotlib Module_vtkRenderingMatplotlib-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOSPRay Module_vtkRenderingOSPRay-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOculus Module_vtkRenderingOculus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOpenGL Module_vtkRenderingOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL Module_vtkRenderingOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenVR Module_vtkRenderingOpenVR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingParallel Module_vtkRenderingParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingParallelLIC Module_vtkRenderingParallelLIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingQt Module_vtkRenderingQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingSceneGraph Module_vtkRenderingSceneGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingTk Module_vtkRenderingTk-ADVANCED:INTERNAL=1 //Request building vtkRenderingTk Module_vtkRenderingTk:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolume Module_vtkRenderingVolume-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolume Module_vtkRenderingVolume:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTclTk Module_vtkTclTk-ADVANCED:INTERNAL=1 //Request building vtkTclTk Module_vtkTclTk:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingCore Module_vtkTestingCore-ADVANCED:INTERNAL=1 //Request building vtkTestingCore Module_vtkTestingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingGenericBridge Module_vtkTestingGenericBridge-ADVANCED:INTERNAL=1 //Request building vtkTestingGenericBridge Module_vtkTestingGenericBridge:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingIOSQL Module_vtkTestingIOSQL-ADVANCED:INTERNAL=1 //Request building vtkTestingIOSQL Module_vtkTestingIOSQL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingRendering Module_vtkTestingRendering-ADVANCED:INTERNAL=1 //Request building vtkTestingRendering Module_vtkTestingRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesHashSource Module_vtkUtilitiesHashSource-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesHashSource Module_vtkUtilitiesHashSource:INTERNAL=OFF //ADVANCED property for variable: Module_vtkVPIC Module_vtkVPIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsContext2D Module_vtkViewsContext2D-ADVANCED:INTERNAL=1 //Request building vtkViewsContext2D Module_vtkViewsContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsCore Module_vtkViewsCore-ADVANCED:INTERNAL=1 //Request building vtkViewsCore Module_vtkViewsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsGeovis Module_vtkViewsGeovis-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsInfovis Module_vtkViewsInfovis-ADVANCED:INTERNAL=1 //Request building vtkViewsInfovis Module_vtkViewsInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsQt Module_vtkViewsQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebCore Module_vtkWebCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebGLExporter Module_vtkWebGLExporter-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebPython Module_vtkWebPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingJava Module_vtkWrappingJava-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingPythonCore Module_vtkWrappingPythonCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTcl Module_vtkWrappingTcl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTools Module_vtkWrappingTools-ADVANCED:INTERNAL=1 //Request building vtkWrappingTools Module_vtkWrappingTools:INTERNAL=OFF //ADVANCED property for variable: Module_vtkalglib Module_vtkalglib-ADVANCED:INTERNAL=1 //Request building vtkalglib Module_vtkalglib:INTERNAL=OFF //ADVANCED property for variable: Module_vtkdiy2 Module_vtkdiy2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkexodusII Module_vtkexodusII-ADVANCED:INTERNAL=1 //Request building vtkexodusII Module_vtkexodusII:INTERNAL=OFF //ADVANCED property for variable: Module_vtkexpat Module_vtkexpat-ADVANCED:INTERNAL=1 //Request building vtkexpat Module_vtkexpat:INTERNAL=OFF //ADVANCED property for variable: Module_vtkfreetype Module_vtkfreetype-ADVANCED:INTERNAL=1 //Request building vtkfreetype Module_vtkfreetype:INTERNAL=OFF //ADVANCED property for variable: Module_vtkgl2ps Module_vtkgl2ps-ADVANCED:INTERNAL=1 //Request building vtkgl2ps Module_vtkgl2ps:INTERNAL=OFF //ADVANCED property for variable: Module_vtkglew Module_vtkglew-ADVANCED:INTERNAL=1 //Request building vtkglew Module_vtkglew:INTERNAL=OFF //ADVANCED property for variable: Module_vtkhdf5 Module_vtkhdf5-ADVANCED:INTERNAL=1 //Request building vtkhdf5 Module_vtkhdf5:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjpeg Module_vtkjpeg-ADVANCED:INTERNAL=1 //Request building vtkjpeg Module_vtkjpeg:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjsoncpp Module_vtkjsoncpp-ADVANCED:INTERNAL=1 //Request building vtkjsoncpp Module_vtkjsoncpp:INTERNAL=OFF //ADVANCED property for variable: Module_vtkkwiml Module_vtkkwiml-ADVANCED:INTERNAL=1 //Request building vtkkwiml Module_vtkkwiml:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibharu Module_vtklibharu-ADVANCED:INTERNAL=1 //Request building vtklibharu Module_vtklibharu:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibproj4 Module_vtklibproj4-ADVANCED:INTERNAL=1 //Request building vtklibproj4 Module_vtklibproj4:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibxml2 Module_vtklibxml2-ADVANCED:INTERNAL=1 //Request building vtklibxml2 Module_vtklibxml2:INTERNAL=OFF //ADVANCED property for variable: Module_vtklz4 Module_vtklz4-ADVANCED:INTERNAL=1 //Request building vtklz4 Module_vtklz4:INTERNAL=OFF //ADVANCED property for variable: Module_vtkmpi4py Module_vtkmpi4py-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtknetcdf Module_vtknetcdf-ADVANCED:INTERNAL=1 //Request building vtknetcdf Module_vtknetcdf:INTERNAL=OFF //ADVANCED property for variable: Module_vtknetcdfcpp Module_vtknetcdfcpp-ADVANCED:INTERNAL=1 //Request building vtknetcdfcpp Module_vtknetcdfcpp:INTERNAL=OFF //ADVANCED property for variable: Module_vtkoggtheora Module_vtkoggtheora-ADVANCED:INTERNAL=1 //Request building vtkoggtheora Module_vtkoggtheora:INTERNAL=OFF //ADVANCED property for variable: Module_vtkpng Module_vtkpng-ADVANCED:INTERNAL=1 //Request building vtkpng Module_vtkpng:INTERNAL=OFF //ADVANCED property for variable: Module_vtksqlite Module_vtksqlite-ADVANCED:INTERNAL=1 //Request building vtksqlite Module_vtksqlite:INTERNAL=OFF //ADVANCED property for variable: Module_vtksys Module_vtksys-ADVANCED:INTERNAL=1 //Request building vtksys Module_vtksys:INTERNAL=OFF //ADVANCED property for variable: Module_vtktiff Module_vtktiff-ADVANCED:INTERNAL=1 //Request building vtktiff Module_vtktiff:INTERNAL=OFF //ADVANCED property for variable: Module_vtkverdict Module_vtkverdict-ADVANCED:INTERNAL=1 //Request building vtkverdict Module_vtkverdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkxdmf2 Module_vtkxdmf2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkxdmf3 Module_vtkxdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzfp Module_vtkzfp-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzlib Module_vtkzlib-ADVANCED:INTERNAL=1 //Request building vtkzlib Module_vtkzlib:INTERNAL=OFF //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_NELEMS NETCDF4_CHUNK_CACHE_NELEMS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_PREEMPTION NETCDF4_CHUNK_CACHE_PREEMPTION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_SIZE NETCDF4_CHUNK_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNKS_IN_CACHE NETCDF4_DEFAULT_CHUNKS_IN_CACHE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNK_SIZE NETCDF4_DEFAULT_CHUNK_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_MAX_DEFAULT_CACHE_SIZE NETCDF4_MAX_DEFAULT_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_DISABLE_COMPILER_WARNINGS NETCDF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Have library c NOT_NEED_LIBNSL:INTERNAL=1 //CXX test NO_STATIC_CAST:INTERNAL= //CHECK_TYPE_SIZE: off64_t unknown OFF64_T:INTERNAL= //Have symbol off_t OFF_T:INTERNAL= //CXX test OLD_HEADER_FILENAME:INTERNAL= //ADVANCED property for variable: OPENGL_INCLUDE_DIR OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_gl_LIBRARY OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_glu_LIBRARY OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: P4COMMAND P4COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_BIN_SUBDIR PROJ_BIN_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_DATA_SUBDIR PROJ_DATA_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_DOC_SUBDIR PROJ_DOC_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_INCLUDE_SUBDIR PROJ_INCLUDE_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_LIB_SUBDIR PROJ_LIB_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXTRA_LIBS PYTHON_EXTRA_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_INCLUDE_DIR PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY PYTHON_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_UTIL_LIBRARY PYTHON_UTIL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: RMANTREE RMANTREE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SCPCOMMAND SCPCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SITE SITE-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(signed int) SIZEOF_SIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(signed long) SIZEOF_SIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed long long) SIZEOF_SIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed short) SIZEOF_SIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: uchar unknown SIZEOF_UCHAR:INTERNAL= //CHECK_TYPE_SIZE: sizeof(unsigned char *) SIZEOF_UNSIGNED_CHAR_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned int) SIZEOF_UNSIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(unsigned long) SIZEOF_UNSIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned long long) SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned short) SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void *) SIZEOF_VOID_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(_Bool) SIZEOF__BOOL:INTERNAL=1 //Have symbol size_t SIZE_T:INTERNAL= //ADVANCED property for variable: SLURM_SBATCH_COMMAND SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SLURM_SRUN_COMMAND SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE STDC_HEADERS:INTERNAL=TRUE //Result of TRY_COMPILE SUPPORT_IP6_COMPILED:INTERNAL=TRUE //ADVANCED property for variable: SVNCOMMAND SVNCOMMAND-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE SYSTEM_SCOPE_THREADS:INTERNAL=TRUE //ADVANCED property for variable: TCL_INCLUDE_PATH TCL_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TCL_LIBRARY TCL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TCL_TCLSH TCL_TCLSH-ADVANCED:INTERNAL=1 //Performing TEST_DIRECT_VFD_WORKS TEST_DIRECT_VFD_WORKS:INTERNAL= //Result of TRY_COMPILE TEST_DIRECT_VFD_WORKS_COMPILE:INTERNAL=FALSE //Performing TEST_LFS_WORKS TEST_LFS_WORKS:INTERNAL=1 //Result of TRY_COMPILE TEST_LFS_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_LFS_WORKS_RUN:INTERNAL=0 //Result of TRY_COMPILE TIME_WITH_SYS_TIME:INTERNAL=TRUE //ADVANCED property for variable: TK_INCLUDE_PATH TK_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TK_INTERNAL_PATH TK_INTERNAL_PATH-ADVANCED:INTERNAL=1 //MODIFIED property for variable: TK_INTERNAL_PATH TK_INTERNAL_PATH-MODIFIED:INTERNAL=ON //ADVANCED property for variable: TK_LIBRARY TK_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TK_WISH TK_WISH-ADVANCED:INTERNAL=1 //This value is not used by VTK. TK_WISH:INTERNAL=/usr/bin/wish //Test TM_IN_SYS_TIME TM_IN_SYS_TIME:INTERNAL=1 //ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VERDICT_BUILD_DOC VERDICT_BUILD_DOC-ADVANCED:INTERNAL=1 //Build the 2007 Verdict User Manual VERDICT_BUILD_DOC:INTERNAL=OFF //ADVANCED property for variable: VERDICT_ENABLE_TESTING VERDICT_ENABLE_TESTING-ADVANCED:INTERNAL=1 //Should tests of the VERDICT library be built? VERDICT_ENABLE_TESTING:INTERNAL=OFF //ADVANCED property for variable: VERDICT_MANGLE VERDICT_MANGLE-ADVANCED:INTERNAL=1 //Mangle verdict names for inclusion in a larger library? VERDICT_MANGLE:INTERNAL=OFF //A string to prepend to all verdict function names and classes. VERDICT_MANGLE_PREFIX:INTERNAL= //Result of TRY_COMPILE VSNPRINTF_WORKS:INTERNAL=TRUE VTKFTGL_BINARY_DIR:INTERNAL=/Users/rhk12/code/vtk/vtkBuild/Utilities/ftgl VTKFTGL_SOURCE_DIR:INTERNAL=/Users/rhk12/code/vtk/Utilities/ftgl //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_ASM VTKOGGTHEORA_DISABLE_ASM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_FLOAT VTKOGGTHEORA_DISABLE_FLOAT-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int) VTKOGGTHEORA_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) VTKOGGTHEORA_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) VTKOGGTHEORA_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) VTKOGGTHEORA_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long) VTKOGGTHEORA_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) VTKOGGTHEORA_LONG_LONG:INTERNAL=8 //ADVANCED property for variable: VTKOGGTHEORA_SHARED_LINKER_FLAGS VTKOGGTHEORA_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(short) VTKOGGTHEORA_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint16_t) VTKOGGTHEORA_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) VTKOGGTHEORA_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(u_int16_t) VTKOGGTHEORA_U_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(u_int32_t) VTKOGGTHEORA_U_INT32_T:INTERNAL=4 //ADVANCED property for variable: VTK_ALL_NEW_OBJECT_FACTORY VTK_ALL_NEW_OBJECT_FACTORY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES VTK_BUILD_ALL_MODULES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES_FOR_TESTS VTK_BUILD_ALL_MODULES_FOR_TESTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_BODR_DATA_GENERATOR VTK_BUILD_BODR_DATA_GENERATOR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_PYTHON_MODULE_DIR VTK_BUILD_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1 //Test VTK_CONST_REVERSE_ITERATOR_COMPARISON VTK_CONST_REVERSE_ITERATOR_COMPARISON:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_EXCLUDE_FROM_ALL VTK_DATA_EXCLUDE_FROM_ALL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_STORE VTK_DATA_STORE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DEBUG_LEAKS VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_AOS_ARRAYS VTK_DISPATCH_AOS_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_SOA_ARRAYS VTK_DISPATCH_SOA_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_TYPED_ARRAYS VTK_DISPATCH_TYPED_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EGL_DEVICE_INDEX VTK_EGL_DEVICE_INDEX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_KITS VTK_ENABLE_KITS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_VTKPYTHON VTK_ENABLE_VTKPYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EXTERNAL_LIBHARU_IS_SHARED VTK_EXTERNAL_LIBHARU_IS_SHARED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_FORBID_DOWNLOADS VTK_FORBID_DOWNLOADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_GHOSTSCRIPT_EXECUTABLE VTK_GHOSTSCRIPT_EXECUTABLE-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_Group_Tk VTK_Group_Tk-MODIFIED:INTERNAL=ON //Have symbol feenableexcept VTK_HAS_FEENABLEEXCEPT:INTERNAL= //Have symbol finite VTK_HAS_FINITE:INTERNAL=1 //Have symbol isfinite VTK_HAS_ISFINITE:INTERNAL=1 //Have symbol isinf VTK_HAS_ISINF:INTERNAL=1 //Have symbol isnan VTK_HAS_ISNAN:INTERNAL=1 //Test VTK_HAS_STD_ISFINITE VTK_HAS_STD_ISFINITE:INTERNAL=1 //Test VTK_HAS_STD_ISINF VTK_HAS_STD_ISINF:INTERNAL=1 //Test VTK_HAS_STD_ISNAN VTK_HAS_STD_ISNAN:INTERNAL=1 //Support for getsockname with socklen_t VTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1 //Have library socket VTK_HAVE_LIBSOCKET:INTERNAL= //Have symbol SO_REUSEADDR VTK_HAVE_SO_REUSEADDR:INTERNAL=1 //For __sync atomic builtins. VTK_HAVE_SYNC_BUILTINS:INTERNAL=1 //ADVANCED property for variable: VTK_INSTALL_PYTHON_MODULE_DIR VTK_INSTALL_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_REMOVE VTK_LEGACY_REMOVE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_SILENT VTK_LEGACY_SILENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAKE_INSTANTIATORS VTK_MAKE_INSTANTIATORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAX_THREADS VTK_MAX_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_OPENGL_HAS_OSMESA VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_RENDERING_BACKEND VTK_RENDERING_BACKEND-STRINGS:INTERNAL=OpenGL2;OpenGL;None //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS VTK_REPORT_OPENGL_ERRORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_REQUIRED_OBJCXX_FLAGS VTK_REQUIRED_OBJCXX_FLAGS-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_SMP_IMPLEMENTATION_TYPE VTK_SMP_IMPLEMENTATION_TYPE-STRINGS:INTERNAL=Sequential;OpenMP;TBB //Very few users should worry about this option. If VTK is built // against a static Tcl/Tk lib (see VTK_TCL_TK_STATIC) or a shared // Tcl/Tk bundled inside a project with no library support files // (ex: ParaViewComplete), this variable should be set to ON and // both VTK_TCL_SUPPORT_LIBRARY_PATH and VTK_TK_SUPPORT_LIBRARY_PATH // should point to the directories that hold those files (typically, // lib/tcl8.4 and lib/tk8.4 for a typical Tcl/Tk installation, // or tcl8.4.5/library and tk8.4.5/library for a Tcl/Tk source // repository). Once this variable is set to ON, support files // will automatically be copied to the build directory and the // executables will try to use that location to initialize Tcl/Tk. VTK_TCL_TK_COPY_SUPPORT_LIBRARY:INTERNAL=ON //ADVANCED property for variable: VTK_TCL_TK_STATIC VTK_TCL_TK_STATIC-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_TCL_TK_STATIC VTK_TCL_TK_STATIC-MODIFIED:INTERNAL=ON //Result of TRY_COMPILE VTK_TEST_SYNC_BUILTINS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE VTK_UNDEFINED_SYMBOLS_ALLOWED:INTERNAL=FALSE //hashed try_compile flags VTK_UNDEFINED_SYMBOLS_ALLOWED_hash:INTERNAL=7215ee9c7d9dc229d2921a40e899ec5f //ADVANCED property for variable: VTK_USE_64BIT_IDS VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_COCOA VTK_USE_COCOA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN VTK_USE_OFFSCREEN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN_EGL VTK_USE_OFFSCREEN_EGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_EXPAT VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_FREETYPE VTK_USE_SYSTEM_FREETYPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GL2PS VTK_USE_SYSTEM_GL2PS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GLEW VTK_USE_SYSTEM_GLEW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_HDF5 VTK_USE_SYSTEM_HDF5-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JPEG VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JSONCPP VTK_USE_SYSTEM_JSONCPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBHARU VTK_USE_SYSTEM_LIBHARU-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBPROJ4 VTK_USE_SYSTEM_LIBPROJ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBRARIES VTK_USE_SYSTEM_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBXML2 VTK_USE_SYSTEM_LIBXML2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LZ4 VTK_USE_SYSTEM_LZ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_NETCDF VTK_USE_SYSTEM_NETCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_NETCDFCPP VTK_USE_SYSTEM_NETCDFCPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_TIFF VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ZLIB VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_USE_TK VTK_USE_TK-MODIFIED:INTERNAL=ON //ADVANCED property for variable: VTK_USE_X VTK_USE_X-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WARN_ON_DISPATCH_FAILURE VTK_WARN_ON_DISPATCH_FAILURE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WRAP_HINTS VTK_WRAP_HINTS-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_WRAP_PYTHON VTK_WRAP_PYTHON-MODIFIED:INTERNAL=ON //MODIFIED property for variable: VTK_WRAP_TCL VTK_WRAP_TCL-MODIFIED:INTERNAL=ON //Result of TEST_BIG_ENDIAN WORDS_BIGENDIAN:INTERNAL=0 //Have include unistd.h Z_HAVE_UNISTD_H:INTERNAL=1 //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local //Result of TEST_BIG_ENDIAN bigendian:INTERNAL=0 //CHECK_TYPE_SIZE: INT16 unknown int16:INTERNAL= //CHECK_TYPE_SIZE: INT32 unknown int32:INTERNAL= //CHECK_TYPE_SIZE: INT8 unknown int8:INTERNAL=