Talk:Main Page

From KitwarePublic
Jump to navigationJump to search
i dont understand your question entirely. but if you want to view the dataset in a wireframe mode, just press 'w' in the visualisation window

volume average with paraview

hello everybody

I'd like to konw if it's possible to calculate a volume average in paraview. I had all the data point value defined in the volume.

thanks

QVTK cmakelist

I tried to use the QVTK package given with vtk 5.0 but i seem to be lost. i m asking for help. when i cmake the package it gives me an error on the cmakelist.txt. could somebody be nice enough to post a cmakelists that actually works.

NETCDF?

Hi I am looking around for open source parallel vis programs for unstructured grid 3d+time data. I need to make sections and volume renders from model output. FVCOM is a finite volume coastal ocean model.

The output is NETCDF, I saw this file type mentioned briefly under HDF4, but it does not seem to be one of the major input files supported by paraview? can I make it work? How hard would it be?

What kind of unstructured grid data is allowed in paraview? Ocean models are hell because velocity is at cell centers, tracers are at nodes and cell edges, infact I think we have data at five different locations specified by the nodes and conectivity. Can paraview handle this?

thoughts and suggestions?

D

Question of Bulid VTK.

I use Visual C++ 6.0 to open VTK, and I already trans the VTK to VC project with CMake,But when I Bulid the project , the lib file bulid ok, But when bulid the project CommonCxxTests it have an link error. It says can not found debug.obj, The Error Code is :


Configuration: CommonCxxTests - Win32 Debug--------------------

Linking... LINK : fatal error LNK1104: cannot open file "vtk-5.0.1\bin\.\Debug.obj" Error executing link.exe.

ALL_BUILD - 1 error(s), 0 warning(s)


I go to vtk-5.0.1\bin\.\ , there's no file called debug.obj , But I can not found the setting of this file in link option.

Can anyone help me . Thanks very much!

compiling metaArrow.cxx

Dear all,

I already compiled ITK a few weeks ago on debian etch with a 2.6.16 kernel.

But after a system update today, I got the following problem which seems to be compiler independent (I get the same results for g++-4.12, g++-3.4, g++-3.3, and g++-2.95):

[ 5%] Built target itkopenjpeg [ 5%] Building CXX object Utilities/MetaIO/CMakeFiles/ITKMetaIO.dir/metaArrow.oIn file included from /usr/include/c++/3.4/bits/stl_algobase.h:67,

                from /usr/include/c++/3.4/bits/char_traits.h:46,
                from /usr/include/c++/3.4/ios:46,
                from /usr/include/c++/3.4/ostream:45,
                from /usr/include/c++/3.4/iostream:45,
                from /home/krebs/opt/itk/InsightToolkit-2.8.1/Utilities/MetaIO/metaArrow.cxx:3:

/usr/include/c++/3.4/cstdlib:116: error: `::system' has not been declared make[2]: *** [Utilities/MetaIO/CMakeFiles/ITKMetaIO.dir/metaArrow.o] Error 1 make[1]: *** [Utilities/MetaIO/CMakeFiles/ITKMetaIO.dir/all] Error 2 make: *** [all] Error 2


It seems that something goes wrong in cstdlib.

If I am wrong with this beginner's problem here, please recommend me an appropriate group.

Bests Andreas

=====================

All in all, it seems that this is a problem due to debian pthreads:

Installing kaffe-pthreads package and removing libpthread-dev package

allows to compile the result of ccmake. I do not understand why, but it works now. A.