[Paraview] About ParaView 4.0

2012-11-04 Thread
Dear all,

Is there any plan for ParaView 4.0? When will it be available?

Regards,
David
___
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] How to load multi-step Tecplot Binary File with ParaView

2012-10-03 Thread
Hi,

We are trying to load multi-step Tecplot Binary File with ParaView, but
ParaView could not work like loading Plot3D data files.

How to load multi-step Tecplot Binary File with ParaView?

Thank you for any advice.

Regards
Enya
___
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] Can we enable stereo viewing in ParaView in Client/Server mode?

2012-02-15 Thread
Hi All,

Can we enable stereo viewing in ParaView in Client/Server mode?

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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

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


[Paraview] Fail to get the mapper of a volume actor!

2011-10-01 Thread
Hi All,

I used the codes following to get the mapper of a volume actor, but I get
NULL while *volume *is not NULL.

*  vtkAbstractMapper3D *mapper = NULL;
  if ( (volume = vtkVolume::SafeDownCast(propCandidate)) != NULL )
mapper = volume-GetMapper();
*
Why? Thanks for any advice!

Best wishes!
___
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] Fail to get the mapper of a volume actor

2011-09-30 Thread
Hi All,

I used the codes following to get the mapper of a volume actor, but I get
NULL while *volume *is not NULL.

*  vtkAbstractMapper3D *mapper = NULL;
  if ( (volume = vtkVolume::SafeDownCast(propCandidate)) != NULL )
mapper = volume-GetMapper();
*
Why? Thanks for any advice!

Best wishes!
___
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] Fail to add mapper to paraview3.10

2011-09-28 Thread
Hi All,

I tried to add Representation in Example\Plugins to ParaView 3.10, but
failed.

But it works in ParaView 3.8.

I found that there is no PolyDataMapper in the
Servers\ServerManager\Resources\views_and_representations.xml or
rendering.xml in ParaView 3.10, that is different with ParaView 3.8.

Is there any new introduction for how to add representation to ParaView
3.10?

How to add?

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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

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


Re: [Paraview] Fail to get the input of a mapper

2011-09-07 Thread
I am trying to get the values of variables at the position of mouse in real
time.
That is to say, when moving the mouse, we get the values in real time.
And I need to get there values automatically, not by using probe filters
manually.

I try to auto probe the data from a source or filter. As a result, I think
it is needed
to get the input of the vtkrenderer which is set as the input of one probe
filter. Here
I failed to get the whole input of the vtkrenderer.

Is there any other way to solve this problem?

Thanks for any advice!


2011/9/7 Utkarsh Ayachit utkarsh.ayac...@kitware.com

 Please keep the discussion to the mailing list so others can
 benefit-from/contribute-to the conversion.

 There isn't any easy way, that I can think of, of getting the whole
 data in an interactor style. If you can elaborate what you're trying
 to do, maybe there's another way that using an interactor style of
 doing what you're trying to do.

 Utkarsh



 On Tue, Sep 6, 2011 at 12:04 PM, 沈恩亚 enya.shen2...@gmail.com wrote:
  I added this code in an interactor style class (such as
  vtkInteractorStyleUser).
  I try to get the whole data of the renderer by its actors.
  Is this possible? or any other way to get the whole data?
 
  Thank You!
 
  Best wishes!
 

___
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] Tecplot 10 ASCII reading

2011-09-07 Thread
Hi,

I am using ParaView to read Tecplot data too. And I found that the
VisIt reader cannot read there binary data fully. Such as it cannot read
poly data.

For Tecplot ASCII data, ParaView has its own reader to read. But it also has
some problems. Maybe you can get into the codes to find which part of your
data is not identified correctly.

Good Luck!

2011/9/7 Ingvar Tunell yingfa...@gmail.com

 Hello everyone.

 There have been some discussions in various threads about both ASCII
 and binary reading of Tecplot files.

 There are several ways that paraview tries to read them depending on
 the chosen extension.
 For example .tec asks for Visit's reader, or only Tecplot reader and
 when .dat is chosen it tries to use the Paradis reader

 I'm not familiar with those readers, however from the discussion it
 seems that the Visit reader is most up to date.

 Unfortunately I never succeed in reading the ASCII files in Tecplot 10
 format (the only tecplot version I have) with the Visit reader
 (nor any other). I get the vtkVisItTecplotReader ... Unable to find
 any meshes etc.

 I've tried reading the new dataformat file for the 360-version that
 supposedly work with paraview, however I can't see any noticable
 differences between the Tecplot 10 and 360 versions.
 In short what is the status of the Visit reader and how, if possible,
 can I read Tecplot 10 ASCII data into ParaView (3.10.1 linux).
 Binary is not an option I'm afraid (although that doesn't work
 neither), as I also want to use other software that only writes
 Tecplot 10 ASCII.


 Cheers,
 Ingvar
 ___
 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] Fail to get the input of a mapper

2011-09-03 Thread
Dear all,

I am trying to get the input of a mapper briefly as follows:

*vtkMapper* mapper = actor-GetMapper();
vtkDataSet* input = mapper-GetInput();
int numPoints = input-GetNumberOfPoints();*

but faild.

I found that the numPoints is A (such as 400) when the representation of a
data is *Outline*, and B (such as 5500) when the representation of the same
data is *Surface*.

It seems that I only got part(s) of the whole data. What is wrong and how to
get the whole data?

Any advice would be appreciated!

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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

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


[Paraview] Fail to get the input of a mapper

2011-09-02 Thread
Dear all,

I am trying to get the input of a mapper briefly as follows:

*vtkMapper* mapper = actor-GetMapper();
vtkDataSet* input = mapper-GetInput();
int numPoints = input-GetNumberOfPoints();*

but faild.

I found that the numPoints is A (such as 400) when the representation of a
data is *Outline*, and B (such as 5500) when the representation of the same
data is *Surface*.

It seems that I only got part(s) of the whole data.

Anyone would tell me what is wrong and how to get the whole data?

Any advice would be appreciated!

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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

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


[Paraview] Fwd: Customizing ParaView

2010-05-06 Thread
 Hello,
 I tried to translate ParaView into Chinese. When dealing with xml in
paraview, I found it is so hard to translate some parts, like property in
 Object Inspector in ParaView, into Chinese. I have tried to change the
 encoding xml has used, like replace Utf-8 with Unicode,but the result is a
error. How can I translate paraview into chinese completely? Would you give
me some advice, please?
   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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

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