search for: vtk

Displaying 20 results from an estimated 32 matches for "vtk".

Did you mean: vt
2010 Jul 05
1
export VTK from R : impossible to write data as float
Hello, I've written a short code (below) to write 3D unstructured grid to binary VTK files from R. Problem : I can only write integers with the command : data<-as.numeric(c(3.3)) storage.mode(data)<-'integer' writeBin(data,bfile_celldata,endian="swap") the function storage.mode(data)<-'long' looks fine, but the VTK file is not readable. thanks...
2013 Mar 10
1
misc3d Contour export to vtk
So I wanted to export a contour3d object into VTK and it worked well enough, except the top of the ball (the contour) was missing. Example below, or gist here: https://gist.github.com/muschellij2/5126544 rm(list=ls()) require(misc3d) f <- function(x, y, z) x^2+y^2+z^2 x <- seq(-2,2,len=20) ball <- contour3d(f,4,x,x,x, draw=FALSE) d...
2002 Mar 27
2
3D visualization using vtk library
has there been any attempt to improve the 3D visualization (interactive) features in R, using the vtk library? It seems fairly straight forward. maybe even trivial for somebody who has experience with vtk library. let me know if there are any obvious reasons i may have overlooked thanks, in advance for any feedback -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2007 Oct 23
1
GLX and Xen
Hello, I know this is maybe not the right mailinglist but hopefully anyone can help me anyway. I need OpenGL for VTK. The problem is, that I am not able to install the NVIDIA driver for the xen kernel. Is there any other possibility to get OpenGL or does anyone know how to get VTK running on a xen kenerl machine? Maybe there is a patch for the driver I did not find yet? Regards, Markus -- Dipl.-Inform. Med....
2008 Nov 12
2
3D trajectory plot?
Hello, I'm attempting to create a smooth, 3D plot of a trajectory (rather than the cloud or wireframe functions). I would rather the individual data points not be visible. I've had no luck finding this on the graphics or help pages. Thank you in advance. Chris Some example data, just in case: 25 32 40 12 25 32 2 12 25 2 2 12 20 2 2 1 20 2 6 1 20 5 6 1 5 5 6
2011 Dec 30
3
[LLVMdev] Why is CLANG++ so freaking slow -- with example.
...0+2io 0pf+0w CLang version: clang version 3.1 (trunk 146659) Target: x86_64-apple-darwin10.8.0 Thread model: posix I built this CLang myself from the svn source a few weeks back -- I compiled it with gcc, and then re-compiled it with itself. This is just one example. GCC compiles all of ITK and VTK in around an hour. CLang++ takes 4 or 5 hours. Does LLVM's speed advantage go away when it has to deal with heavily templated C++ code?
2011 Dec 30
0
[LLVMdev] Why is CLANG++ so freaking slow -- with example.
...version 3.1 (trunk 146659) > Target: x86_64-apple-darwin10.8.0 > Thread model: posix > > I built this CLang myself from the svn source a few weeks back -- I > compiled it with gcc, and then re-compiled it with itself. > > This is just one example. GCC compiles all of ITK and VTK in around an > hour. CLang++ takes 4 or 5 hours. > > Does LLVM's speed advantage go away when it has to deal with heavily > templated C++ code? Hi Kent, are you using a Debug or Release build of clang? Debug builds are MUCH slower. Your file takes less than a minute on my mac boo...
2013 Jan 13
0
Upgrading Python with NumPy, SciPy and Mayavi on a CentOs 6.2 (Rocks 6.0) cluster
...talled with Rocks 6.0, is running CentOs 6.2, and has python-2.6.6, gcc-4.4.6. We would like to install an upgraded version of Python along with the following modules NumPy Scipy (which will require a compatible version of the Atlas libraries) Mayavi (which will require a compatible version of vtk) We were wondering if anyone has experience in installing these packages, what are the best combinations of compatible versions, what other upgrades will be needed (e.g. will we need to upgrade the gnu compilers to install the latest versions) and where these should be installed (local disks, /sha...
2011 Dec 30
1
[LLVMdev] Why is CLANG++ so freaking slow -- with example.
...) >> Target: x86_64-apple-darwin10.8.0 >> Thread model: posix >> >> I built this CLang myself from the svn source a few weeks back -- I >> compiled it with gcc, and then re-compiled it with itself. >> >> This is just one example. GCC compiles all of ITK and VTK in around an >> hour. CLang++ takes 4 or 5 hours. >> >> Does LLVM's speed advantage go away when it has to deal with heavily >> templated C++ code? > > Hi Kent, > > are you using a Debug or Release build of clang? Debug builds are MUCH slower. > Your file...
2001 Jan 06
4
3D package in R
Hi all, I am considering writing a 3D visualisation package for R. Purposes: - Visualise 3 dimension data - Manipulate the data or series or any other object with the mouse as in any 3D software (3D Studio Max, Lightwave...) - Eventually display more than just 3D objects. Justification: - It's always interesting to plot data before performing any analysis - Manipulating (rotating,
2010 Jan 13
3
Looking for developers trying to build Windows apps on Wine
So far, Firefox (with msvc 2005) and a couple other apps (one using open watcom) build properly on wine. I'm pecking away at the problems that get in the way (particularly cmd bugs at the moment). If you're trying to build a Windows app on Wine by running your normal Windows build procedure (as opposed to using winegcc), I'd like to hear from you, especially if a bug in cmd or some
2012 May 13
1
Problem compiling package LogicReg - make Error 255
...temRoot%\system32; %SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\MATLAB\R2011a\runtime\win64;C:\Program Files\MATLAB\R2011a\bin;C:\Python27;C:\Python27\DLLs;C:\Python27\Scripts;C:\Python27\Lib\site-packages\PyQt4;C:\Python27\Lib\site-packages\vtk;C:\Python27\gnuplot\binary;C:\Program Files (x86)\pythonxy\SciTE-3.0.3.2;C:\Program Files (x86)\pythonxy\console;C:\MinGW32-xy;C:\MinGW32-xy\bin; C:\F\G77\bin; -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Please let me know if you have any insights! Thanks in...
2013 Jul 16
3
[LLVMdev] eclipse and gdb
...Eclipse I’ve been using the Viable plugin for that and for Xcode there is Xvim. > > Hope this helps :) > > Regards, > > Tilmann > The source browsing is way better this way. This following pointer may be useful to others to complete the importing of the project. http://www.vtk.org/Wiki/Eclipse_CDT4_Generator How are you setting up the debugger? For example, if you want to run from clang but debug the back end code generation ? Which process launcher? Protocol == mi? BTW: do you do builds inside of eclipse. Seems to be kind of slow. Tia. Reed > On Jul 16, 2013...
2008 May 18
0
[LLVMdev] VS build is broken again
Chris Lattner <sabre at nondot.org> writes: [snip] > Others have suggested alternative build systems before like cmake. > Apparently cmake can autogenerate VC++ and Xcode project files from > the same thing that it builds from on unix systems. cmake creating VC++ project files does not appeal much to me. First, project files are not mandatory for using MS compiler. Second,
2017 Apr 28
3
Powercom BNT-2000AP(USB)
Hello all! Some days ago we received new UPS?Powercom BNT-2000AP with USB interface to replace an old staff and I've spent four last days trying to connect it with NUT. I have a FreeBSD 8.4 box with NUT 2.7.2. # dmesg|grep -i powercom ugen0.3: <POWERCOM Co.,LTD> at usbus0 uhid0: <POWERCOM Co.,LTD HID UPS Battery, class 0/0, rev 1.10/0.01, addr 3> on usbus0 uhid0: <POWERCOM
2016 Sep 01
2
[Bug 97568] New: read pixels of MSAAx8 surface stretched horizontally/vertically
...OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: timothy.o.rowley at intel.com QA Contact: nouveau at lists.freedesktop.org vtk ctest has many failures which appear to be caused by its selection of a MSAA visual and a missing resolve on the read pixels - the image it gets is stretched 4x horizontally and 2x vertically. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4530390 Tested with ubuntu-16.04 nouveau driv...
2017 Apr 30
0
Powercom BNT-2000AP(USB)
On April 28, 2017 9:11:59 AM GMT+03:00, "????????? ?????????" <vtk-alexb at mail.ru> wrote: >Hello all! > >Some days ago we received new UPS?Powercom BNT-2000AP with USB >interface to replace an old staff and I've spent four last days trying >to connect it with NUT. I have a FreeBSD 8.4 box with NUT 2.7.2. > ># dmesg|grep -i powercom &g...
2008 May 19
2
[LLVMdev] VS build is broken again
...ngs like intermediate script invocations may be > translated incorrectly to VC++ projects. Calling external program works correctly, I am not sure why it woud be different for script invocations. > > Has anyone used cmake in a real system before? Kitware (the creators of cmake) products (VTK and ITK), KDE, scribus, inkscape for the biggest project I know which use cmake. All of them use it for building on windows, mac os x and unixes. But, at least, for KDE, I am not sure if for mac os x, anyone has try to use it with Xcode. Personnally, I use cmake for building a project (OpenGTL)...
2013 Jul 16
0
[LLVMdev] eclipse and gdb
Hi Reed, I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years). Xcode works fine as well, I started to use Xcode exclusively when I switched to OS X. The key to make this work is to
2013 Jul 16
3
[LLVMdev] eclipse and gdb
Is anyone using Eclipse and gdb to debug llvm/clang? If so, which version of Eclipse, gdb and linux flavor. I just use gdb currently. I'm going to try using my mac also. Is anyone using xcode/lldb to debug llvm/clang? Tia. Reed