[Paraview] hdf5 version in binaries paraview-3.8.1

2010-12-08 Thread Didier Roissé
Hello,
The binaries of Paraview-3.8.1 located on
http://paraview.org/paraview/resources/software.html are built with the
version hdf5 1.8.5 , or hdf5 1.6.x ?

Best regards,
Didier
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] hdf5 version in binaries paraview-3.8.1

2010-12-08 Thread Didier Roissé
I made a reader plugin for AmeletHDF format. I used hdf5 1.8.5 and
ParaView-Development-3.8.1-Linux-x86_64 binaries  to build my plugin  .
Then I launch Paraview 3.8.1 downloaded from paraview.org (binaries). I load
my plugin successfully.
But when I want to open a hdf file, I have this error :
./paraview
Warning! The HDF5 header files included by this application do not match the
version used by the HDF5 library to which this application is linked. Data
corruption or segmentation faults may occur if the application is
allowed to continue.  You can, at your own risk, disable this check by
setting
the environment variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 will suppress the warning totally.
Headers are 1.8.4, library is 1.6.8
Bye...
Abandon

I think that binaries of Paraview-3.8.1 present on the website are build
with hdf5 1.6.8. Is it true ?

Best regards,
Didier

2010/12/8 Dave Partyka dave.part...@kitware.com

 ParaView 3.8.1 uses hdf5 1.8.5.

 On Wed, Dec 8, 2010 at 9:43 AM, Didier Roissé didier.roi...@gmail.comwrote:

 Hello,
 The binaries of Paraview-3.8.1 located on
 http://paraview.org/paraview/resources/software.html are built with the
 version hdf5 1.8.5 , or hdf5 1.6.x ?

 Best regards,
 Didier



 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] custom reader and extra libs (blas) link problem

2010-11-04 Thread Didier Roissé
Hello,
to add an extra library you have to add this kind of lines in the CMAKE file
:
in order to find the library :
FIND_LIBRARY(MY_LIBRARY mylib.so
  /usr/local/lib
  /usr/lib
)

in order to link with the librarie
TARGET_LINK_LIBRARIES(myReader
  ${MY_LIBRARY}
  )

Best regards,
Didier

2010/11/4 Felipe Bordeu felipe.bor...@ec-nantes.fr

 Hello,

 I have a custom reader, and I have to do a lot of computations to generate
 the data.
 I want to use blas to speed up the computations.

 How can I link my plugging to the blas library???
 the cmake macro  ADD_PARAVIEW_PLUGIN(..   does not have any option for
 extra libraries.
 and when I try  to use it I get :
 /.../bin/paraview: symbol lookup error: /../libPGDReader.so: undefined
 symbol: cblas_saxpy

 If I use the pluging in a vtk project I explicitly link the library and
 everything work fine.


 I have another question:
 Can my reader know if it used in paraview or in a c++ project (only vtk)??
 (I want to automatised some things if is used in paraview)?

 thanks

 --

 Felipe Bordeu Weldt
 Ingénieur de Recherche
 -
 Tél. : 33 (0)2 40 37 16 57
 Fax. : 33 (0)2 40 74 74 06
 felipe.bor...@ec-nantes.fr
 Intitut GeM - UMR CNRS 6183
 École Centrale de Nantes
 1 Rue de La Noë, 44321 Nantes, 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 ParaView Wiki at:
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Load plugin when paraview built in static

2010-07-28 Thread Didier Roissé
Hello,
I build paraview with my plugin in static mode (on windows). Is this plugin
automatically loaded in paraview ?
Or I need to build paraview with shared libraries  to load my plugin ?

Best regards,
Didier Roissé
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] build pb on windows with mingw

2010-07-28 Thread Didier Roissé
Hello
I try to build paraview 3.8.0 in shared mode with MinGW (gcc 4.4) on windows
XP 32 bits. The build failed and the error message is :

Linking CXX shared library ../../bin/libvtkPVServerManager.dll
cd /C/Projets/paraview/ParaView-3.8.0/paraview-bld/Servers/ServerManager 
/C/tools/pythonxy/mingw/bin/g++.exe-shared -o
../../bin/libvtkPVServerManager.dll
-Wl,--out-implib,../../bin/libvtkPVServerManager.dll.a
-Wl,--major-image-version,0,--minor-image-version,0
-Wl,@CMakeFiles/vtkPVServerManager.dir/objects1.rsp
../../bin/libvtkPVFiltersCS.dll.a ../../bin/libvtkClientServer.dll.a
../../bin/libKWCommon.dll.a ../../bin/libvtkXdmfCS.dll.a
../../bin/libvtkXdmf.dll.a ../../bin/libvtkCharts.dll.a
../../bin/libvtkQtChart.dll.a ../../bin/libQVTK.dll.a
../../bin/libvtkPVFilters.dll.a ../../bin/libvtkXdmfCS.dll.a
../../bin/libvtkXdmf.dll.a ../../bin/libXdmf.dll.a
../../bin/libvtkPVServerCommonCS.dll.a ../../bin/libvtkPVServerCommon.dll.a
../../bin/libKWCommon.dll.a ../../bin/libvtkInfovisCS.dll.a
../../bin/libvtkPVCommandOptions.dll.a -lmpr -luuid -lole32 -lopengl32
/C/Projets/paraview/local/lib/libhdf5.a
../../bin/libvtkVolumeRenderingCS.dll.a
../../bin/libvtkVolumeRendering.dll.a ../../bin/libvtkWidgetsCS.dll.a
../../bin/libvtkHybridCS.dll.a ../../bin/libvtkParallelCS.dll.a
../../bin/libvtkRenderingCS.dll.a ../../bin/libvtkGenericFilteringCS.dll.a
../../bin/libvtkGenericFiltering.dll.a ../../bin/libvtkGraphicsCS.dll.a
../../bin/libvtkImagingCS.dll.a ../../bin/libvtkIOCS.dll.a
../../bin/libvtkFilteringCS.dll.a ../../bin/libvtkCommonCS.dll.a
../../bin/libvtkClientServer.dll.a ../../bin/libvtkQtChart.dll.a
../../bin/libvtkViews.dll.a ../../bin/libvtkInfovis.dll.a
../../bin/libvtkWidgets.dll.a ../../bin/libvtkHybrid.dll.a
../../bin/libvtkParallel.dll.a ../../bin/libvtkRendering.dll.a
../../bin/libvtkIO.dll.a ../../bin/libvtklibxml2.dll.a
../../bin/libvtkzlib.dll.a /C/tools/Qt/2010.04/qt/lib/libQtWebKit4.a
/C/tools/Qt/2010.04/qt/lib/libQtGui4.a
/C/tools/Qt/2010.04/qt/lib/libQtSql4.a
/C/tools/Qt/2010.04/qt/lib/libQtXmlPatterns4.a
/C/tools/Qt/2010.04/qt/lib/libQtNetwork4.a
/C/tools/Qt/2010.04/qt/lib/libQtCore4.a ../../bin/libvtkGraphics.dll.a
../../bin/libvtkImaging.dll.a ../../bin/libvtkFiltering.dll.a
../../bin/libvtkCommon.dll.a ../../bin/libvtksys.dll.a -lgdi32 -lws2_32
-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid
-lcomdlg32 -ladvapi32
collect2: CreateProcess: No such file or directory
mingw32-make[2]: *** [bin/libvtkPVServerManager.dll] Error 1
mingw32-make[2]: Leaving directory
`c:/Projets/paraview/ParaView-3.8.0/paraview-bld'
mingw32-make[1]: ***
[Servers/ServerManager/CMakeFiles/vtkPVServerManager.dir/all] Error 2
mingw32-make[1]: Leaving directory
`c:/Projets/paraview/ParaView-3.8.0/paraview-bld'
mingw32-make: *** [all] Error 2


I use Cmake 2.8.2, gcc 4.4.0 and Qt 4.6.3

Do you an idea of what's happening ?

I try on an other PC with gcc 4.5 and I have the same error.

Best Regards,
Didier
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] adding a custom view

2010-07-01 Thread Didier Roissé
Hello,
I try to follow the wiki adding a custom view (
http://paraview.org/Wiki/Plugin_HowTo#Adding_a_custom_view), but when I
built , I have this following error :
MyView.h:1:33: error: pqGenericViewModule.h: No such file or directory
I use the version 3.8.0 of Paraview.
Do you have an idea of what happens ?

Best Regards,
Didier Roissé
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] VTK version

2010-06-30 Thread Didier Roissé
Hello,
Which VTK's version is used in Paraview 3.8.0 ? Version 5.6.0 ?

Best regards,
Didier Roissé
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] ParaView in multicore machine

2010-03-22 Thread Didier Roissé
Hello,
you have to rebuild your python with the -fPIC option.
Before making ./configure you have to set CPPFLAGS to -fPIC.
For example,
export CPPFLAGS=-fPIC
./configure ...
make
make install

Regards,
Didier

2010/3/22 Hom Nath Gharti hng.em...@gmail.com

 Dear all,

 I have 8-core machine with CentOS 5. I am trying to install CVS
 version fo ParaView with following cmake variables

 BUILD_SHARED_LIBS ON
 PARAVIEW_USE_MPI  ON
 PARAVIEW_ENABLE_PYTHONON

 During make I get the following error:

 /usr/bin/ld: /usr/local/lib/libpython2.6.a(abstract.o): relocation
 R_X86_64_32 against `a local symbol' can not be used when making a
 shared object; recompile with -fPIC
 /usr/local/lib/libpython2.6.a: could not read symbols: Bad value


 I have python-2.6.4 ad qt-4.6.2.

 Any help/suggestions would greatly be appreciated.

 Thanks,
 Hom Nath
 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] pb with function save screenshot

2010-02-08 Thread Didier Roissé
Hello,
I use paraview version 3.7. I built Paraview on a Red Hat 4.5 system, and I
use this  binaries on another system which is identical (with the same OS
and same hardware).

If I work on the second system, I have problem with the function seve
screenshot :
I save a screen of a 3D vue in png format. When I displayed the png
file, colour
are dark, the color legend numbers are written backwards, and the displayed
result has been symmetry along the xy plane.
But I don't have any problem if  I work on the system where I built
paraview.

Do you have an idea of what happens?

regards,
Didier
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] time series

2009-12-24 Thread Didier Roissé
Thanks to all.
I solved my problem.
I will send you soon my pluginreader which is based on hdf5 file.
But what is the procedure for sending a plugin ?

Merry christmas,
Didier

2009/12/16 Biddiscombe, John A. biddi...@cscs.ch

 Didier,

 The find_if thing is really becuase in older paraview versions when the
 UPDATE_TIME_STEP was sent, it was sometimes rounded to float/double and
 slightly different from the declared value of time that the reader (for
 example) had really generated. All it does is find the closest time value to
 the ones you should have (actually, not closest, but one equal to or larger)
 - you don't rellay need it - at some point I'll update the tutorial. Leaving
 it in won't hurt and will at least ensure you get something meaningful.

 JB


 
 From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] On
 Behalf Of Didier Roissé [didier.roi...@gmail.com]
 Sent: 16 December 2009 17:31
 To: Moreland, Kenneth
 Cc: paraview@paraview.org
 Subject: Re: [Paraview] time series

 Thanks, I forgot the include.


 2009/12/16 Moreland, Kenneth kmo...@sandia.govmailto:kmo...@sandia.gov
 This problem sounds totally unrelated to the first problem you reported.

 Do you have #include vtkstd/algorithm at the top of your reader?  find_if
 is declared in this header.

 -Ken



 On 12/16/09 9:02 AM, Didier Roissé didier.roi...@gmail.com
 http://didier.roi...@gmail.com wrote:

 Thanks John.

 I try , but I have problem with this:

 this-ActualTimeStep = vtkstd::find_if(
this-TimeStepValues.begin(), this-TimeStepValues.end(),
vtkstd::bind2nd( WithinTolerance( ), requestedTimeValue ))
- this-TimeStepValues.begin();


 I have always this following build error :
 error : 'find_if' is not a member of std.

 I don't understand what I'm doing wrong.



 2009/12/16 Biddiscombe, John A. biddi...@cscs.chhttp://biddi...@cscs.ch
 
 Have a look at the time presentation on the paraview wiki under IEEE 2008
 tutorial. you need XML + RequestInformation and then it should work

 JB


 From: paraview-boun...@paraview.orghttp://paraview-boun...@paraview.org
 [mailto:paraview-boun...@paraview.org] On Behalf Of Didier Roissé
 Sent: 16 December 2009 13:04
 To: paraview@paraview.orghttp://paraview@paraview.org
 Subject: [Paraview] time series


 Hello,
 I write a plugin reader. And this reader reads data which is time
 dependent.
 So in RequestInformation I set the different values for steps and the min
 and max value of time like this :

 for(int i=0;inbtimesteps;i++)

 outInfo-Append(vtkStreamingDemandDrivenPipeline::TIME_STEPS(),timeStep[i]);

 timeRange[0]=time_min;
 timeRange[1]=time_max;
 outInfo-Set(vtkStreamingDemandDrivenPipeline::TIME_RANGE(), timeRange, 2);

 nbtimsteps is the number of steps.
 and timeSteps[i] is the value of the time at the step i.



 In RequestData I write the following line to see the value of
 UPDATE_TIME_STEPS.
 if(outInfo-Has(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS()))
  {
  double step =
 outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0];
  int nSteps =

  outInfo-Length(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
  double* steps =

  outInfo-Get(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
  std::cout  Step : stependl;
  for(int i=0;inSteps;i++)
  {
std::cout  steps : steps[i]endl;
  }
  }

  when I display
 outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0] for
 the first time value,
 I expected to have my first value of my timeStep, but I have 0.
 And if I click on the next frame button in paraview, the next value is
 0.111.

 I don't understand what I am doing wrong.

 Thanks,
 Didier

 PS : I use paraview 3.7





     Kenneth Moreland
***  Sandia National Laboratories
 ***
 *** *** ***  email: kmo...@sandia.govhttp://kmo...@sandia.gov
 **  ***  **  phone: (505) 844-8919
***  web:   
 http://www.cs.unm.edu/~kmorelhttp://www.cs.unm.edu/%7Ekmorel
 http://www.cs.unm.edu/%7Ekmorel



___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] time series

2009-12-16 Thread Didier Roissé
Hello,
I write a plugin reader. And this reader reads data which is time dependent.
So in RequestInformation I set the different values for steps and the min
and max value of time like this :

for(int i=0;inbtimesteps;i++)

outInfo-Append(vtkStreamingDemandDrivenPipeline::TIME_STEPS(),timeStep[i]);

timeRange[0]=time_min;
timeRange[1]=time_max;
outInfo-Set(vtkStreamingDemandDrivenPipeline::TIME_RANGE(), timeRange, 2);

nbtimsteps is the number of steps.
and timeSteps[i] is the value of the time at the step i.



In RequestData I write the following line to see the value of
UPDATE_TIME_STEPS.
if(outInfo-Has(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS()))
  {
  double step =
outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0];
  int nSteps =

outInfo-Length(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
  double* steps =

outInfo-Get(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
  std::cout  Step : stependl;
  for(int i=0;inSteps;i++)
  {
std::cout  steps : steps[i]endl;
  }
  }

 when I display
outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0] for
the first time value,
I expected to have my first value of my timeStep, but I have 0.
And if I click on the next frame button in paraview, the next value is
0.111.

I don't understand what I am doing wrong.

Thanks,
Didier

PS : I use paraview 3.7
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] time series

2009-12-16 Thread Didier Roissé
Thanks John.

I try , but I have problem with this:

this-ActualTimeStep = vtkstd::find_if(
this-TimeStepValues.begin(), this-TimeStepValues.end(),
vtkstd::bind2nd( WithinTolerance( ), requestedTimeValue ))
- this-TimeStepValues.begin();


I have always this following build error :
error : 'find_if' is not a member of std.

I don't understand what I'm doing wrong.



2009/12/16 Biddiscombe, John A. biddi...@cscs.ch

  Have a look at the time presentation on the paraview wiki under IEEE 2008
 tutorial. you need XML + RequestInformation and then it should work



 JB



 *From:* paraview-boun...@paraview.org [mailto:
 paraview-boun...@paraview.org] *On Behalf Of *Didier Roissé
 *Sent:* 16 December 2009 13:04
 *To:* paraview@paraview.org
 *Subject:* [Paraview] time series



 Hello,
 I write a plugin reader. And this reader reads data which is time
 dependent.
 So in RequestInformation I set the different values for steps and the min
 and max value of time like this :

 for(int i=0;inbtimesteps;i++)

 outInfo-Append(vtkStreamingDemandDrivenPipeline::TIME_STEPS(),timeStep[i]);

 timeRange[0]=time_min;
 timeRange[1]=time_max;
 outInfo-Set(vtkStreamingDemandDrivenPipeline::TIME_RANGE(), timeRange, 2);

 nbtimsteps is the number of steps.
 and timeSteps[i] is the value of the time at the step i.



 In RequestData I write the following line to see the value of
 UPDATE_TIME_STEPS.
 if(outInfo-Has(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS()))
   {
   double step =
 outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0];
   int nSteps =

 outInfo-Length(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
   double* steps =

 outInfo-Get(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
   std::cout  Step : stependl;
   for(int i=0;inSteps;i++)
   {
 std::cout  steps : steps[i]endl;
   }
   }

  when I display
 outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0] for
 the first time value,
 I expected to have my first value of my timeStep, but I have 0.
 And if I click on the next frame button in paraview, the next value is
 0.111.

 I don't understand what I am doing wrong.

 Thanks,
 Didier

 PS : I use paraview 3.7


___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] time series

2009-12-16 Thread Didier Roissé
Thanks, I forgot the include.


2009/12/16 Moreland, Kenneth kmo...@sandia.gov

  This problem sounds totally unrelated to the first problem you reported.

 Do you have #include vtkstd/algorithm at the top of your reader?
  find_if is declared in this header.

 -Ken



 On 12/16/09 9:02 AM, Didier Roissé didier.roi...@gmail.com wrote:

 Thanks John.

 I try , but I have problem with this:

 this-ActualTimeStep = vtkstd::find_if(
 this-TimeStepValues.begin(), this-TimeStepValues.end(),
 vtkstd::bind2nd( WithinTolerance( ), requestedTimeValue ))
 - this-TimeStepValues.begin();


 I have always this following build error :
 error : 'find_if' is not a member of std.

 I don't understand what I'm doing wrong.



 2009/12/16 Biddiscombe, John A. biddi...@cscs.ch

 Have a look at the time presentation on the paraview wiki under IEEE 2008
 tutorial. you need XML + RequestInformation and then it should work

 JB


 *From:* paraview-boun...@paraview.org [
 mailto:paraview-boun...@paraview.org paraview-boun...@paraview.org] *On
 Behalf Of *Didier Roissé
 *Sent:* 16 December 2009 13:04
 *To:* paraview@paraview.org
 *Subject:* [Paraview] time series


 Hello,
 I write a plugin reader. And this reader reads data which is time
 dependent.
 So in RequestInformation I set the different values for steps and the min
 and max value of time like this :

 for(int i=0;inbtimesteps;i++)

 outInfo-Append(vtkStreamingDemandDrivenPipeline::TIME_STEPS(),timeStep[i]);

 timeRange[0]=time_min;
 timeRange[1]=time_max;
 outInfo-Set(vtkStreamingDemandDrivenPipeline::TIME_RANGE(), timeRange, 2);

 nbtimsteps is the number of steps.
 and timeSteps[i] is the value of the time at the step i.



 In RequestData I write the following line to see the value of
 UPDATE_TIME_STEPS.
 if(outInfo-Has(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS()))
   {
   double step =
 outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0];
   int nSteps =

 outInfo-Length(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
   double* steps =

 outInfo-Get(vtkStreamingDemandDrivenPipeline::TIME_STEPS());
   std::cout  Step : stependl;
   for(int i=0;inSteps;i++)
   {
 std::cout  steps : steps[i]endl;
   }
   }

  when I display
 outInfo-Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS())[0] for
 the first time value,
 I expected to have my first value of my timeStep, but I have 0.
 And if I click on the next frame button in paraview, the next value is
 0.111.

 I don't understand what I am doing wrong.

 Thanks,
 Didier

 PS : I use paraview 3.7





  Kenneth Moreland
 ***  Sandia National Laboratories
 ***
 *** *** ***  email: kmo...@sandia.gov
 **  ***  **  phone: (505) 844-8919
 ***  web:   
 http://www.cs.unm.edu/~kmorelhttp://www.cs.unm.edu/%7Ekmorel


___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Cube axes Title and labels modifications

2009-10-28 Thread Didier Roissé
Hello,
I have a 3D view and I want to display the cube axes.  The title and labels
of the color legend can be modify with the color scale Editor.
Is it possible to do the same with the title and labels of the cube axes ?

regards,
Didier Roissé
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] remove libvtkhdf5.so for compilation

2009-10-12 Thread Didier Roissé
Hello,
I am developing a Paraview reader plugin for a hdf file format. I want to
use the hdf5 1.8 c library. I configure my CMakeList.txt to build the plugin
in static for hdf.
But when I build Paraview, my plugin is linked with libvtkhdf5.so. And this
lib is developed on hdf5 1.6
So, when I execute Paraview I have this warning message :

 Warning! The HDF5 header files included by this application do not match
the
version used by the HDF5 library to which this application is linked. Data
corruption or segmentation faults may occur if the application is
allowed to continue.  You can, at your own risk, disable this check by
setting
the environment variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 will suppress the warning totally.
Headers are 1.8.3, library is 1.6.5 

What should I do in my CMakeList.txt to remove the link to libvtkhdf5.so
when compiling my plugin ?

Thanks,

Didier
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] remove libvtkhdf5.so for compilation

2009-10-12 Thread Didier Roissé
Thanks Berk
I have tried with the version 3.6.1 of paraview. And I have a compilation
problem for Xdmf.
So I try with the cvs source as you propose. I'll tell you the result

Didier

2009/10/12 Berk Geveci berk.gev...@kitware.com

 * Grab cvs ParaView
 * Set PARAVIEW_USE_SYSTEM_HDF5 to ON
 * Set the HDF5 library and include path so that they point to your build of
 hdf5

 Good luck,
 -berk

 On Mon, Oct 12, 2009 at 12:39 PM, Didier Roissé didier.roi...@gmail.com
 wrote:
  Hello,
  I am developing a Paraview reader plugin for a hdf file format. I want to
  use the hdf5 1.8 c library. I configure my CMakeList.txt to build the
 plugin
  in static for hdf.
  But when I build Paraview, my plugin is linked with libvtkhdf5.so. And
 this
  lib is developed on hdf5 1.6
  So, when I execute Paraview I have this warning message :
 
   Warning! The HDF5 header files included by this application do not
 match
  the
  version used by the HDF5 library to which this application is linked.
 Data
  corruption or segmentation faults may occur if the application is
  allowed to continue.  You can, at your own risk, disable this check by
  setting
  the environment variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
  Setting it to 2 will suppress the warning totally.
  Headers are 1.8.3, library is 1.6.5 
 
  What should I do in my CMakeList.txt to remove the link to libvtkhdf5.so
  when compiling my plugin ?
 
  Thanks,
 
  Didier
 
  ___
  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
 
  Follow this link to subscribe/unsubscribe:
  http://www.paraview.org/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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Paraview 3.6 compilation with animation in avi format

2009-06-04 Thread Didier Roissé
Hi,
I succeeded to compile the version 3.6 of Paraview on Red Hat 4.5 AS with
Dual Core AMD Opteron.
But when I want to save an animation, I don't have the possibiliy to save an
animation in avi format (only jpg, tiff or png format).
I think i forgot something in cmake option. Can someone tell me which option
I have to put in ccmake to have the possibility to save animation in avi
format ?

Thanks,
Didier
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Release date of Paraview 3.6 ?

2009-05-29 Thread Didier Roissé
Hi,
I have just a little question. When will Paraview 3.6 be available for
download ?

regards,
Didier
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Open multiple files at the start of Paraview

2009-04-09 Thread Didier Roissé
Hello,
I am a new Paraview user. I saw that it can be possible to open a file at
the start of Paraview with the option --data=my_file.
So my quesion is :
 - Is it possible to open multiple files with this option, knowing than this
files are not files serie like my0.vtk, my1.vtk ...  ?

Didier
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview