[Paraview] textures and volume rendering

2010-02-27 Thread David Fuentes
Hello, I can get TextureMaptoPlane/Sphere/Cylinder to display textures on surfaces. Is there an analogous method to display similar textures for volume rendering? thanks, David ___ Powered by www.kitware.com Visit other Kitware open-source project

[Paraview] volview paraview

2010-02-23 Thread David Fuentes
Hello, Are the visualization techniques seen in the volview Gallery http://www.kitware.com/products/vvimagegallery.php available in paraview ? thanks, David ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.k

Re: [Paraview] Append DataSet Filter and Exodus Files

2009-05-07 Thread David Fuentes
>   vtkInformation *inInfo = inputVector[0]->GetInformationObject(idx); >   vtkDataSet *ds > vtkDataSet::SafeDownCast(inInfo->Get(vtkDataObject::DATA_OBJECT())); > >

[Paraview] Append DataSet Filter and Exodus Files

2009-05-06 Thread David Fuentes
? vtkInformation *inInfo = inputVector[0]->GetInformationObject(idx); vtkDataSet *ds vtkDataSet::SafeDownCast(inInfo->Get(vtkDataObject::DATA_OBJECT())); thank you, David Fuentes ___ Powered by www.kitware.com Visit other Kitware open-

Re: [Paraview] Filter Plugin w/ multiple connections

2009-05-06 Thread David Fuentes
of both multiple ports and ports that support multiple connections. -Ken On 5/5/09 5:08 PM, "David Fuentes" wrote: Hello, What is the proper way to write a filter plugin for paraview w/ multiple connections and access the data from each connection? I have been trying

[Paraview] Filter Plugin w/ multiple connections

2009-05-05 Thread David Fuentes
Hello, What is the proper way to write a filter plugin for paraview w/ multiple connections and access the data from each connection? I have been trying to use the vtkProgrammableFilter, vtkPythonProgrammableFilter, vtkMultiBlockDataGroupFilter, and vtkTemporalStaticsFilter as examples. int

[Paraview] Calculator and Time history

2009-03-17 Thread David Fuentes
Is there a way to use the "Temporal Cache", "Temporal Shift Scale", or a similar filter to provide the calculator access to a variable at a previous time instance? Thank you, David Fuentes ___ Powered by www.kitware.com Visit othe

[Paraview] image statistics

2009-02-24 Thread David Fuentes
Hello, Is there a spatial equivalent of the "temporal statistics filter" in paraview? I have an image for which I want to compute the mean and standard deviation of all pixel values at a single time instance? thank you, David Fuentes _

[Paraview] AnatomicaOrientation and TransformMatrix

2009-02-19 Thread David Fuentes
The TransformMatrix and AnatomicalOrientation seem to have no effect on the positioning of the data in an MHA file within paraview TransformMatrix = 1 0 0 0 1 0 0 0 1 AnatomicalOrientation = RAI shouldn't TransformMatrix = 1 0 0 0 0 1 0 1 0 produce a 90 deg rotation about the x-axis o

[Paraview] Volume Rendering Vector Valued MHA format

2009-01-25 Thread David Fuentes
for volume rendering? thank you, David Fuentes ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] time dependent mha

2009-01-25 Thread David Fuentes
e was an easier way? thank you, David Fuentes On Wed, 14 Jan 2009, David Fuentes wrote: Hey berk, yes, the data is the same dimension at each time instance. df On Wed, 14 Jan 2009, Berk Geveci wrote: I don't think mha support time natively. I am cc'ing the vtk users li

Re: [Paraview] time dependent mha

2009-01-14 Thread David Fuentes
f the same dimensions, should be fairly easy. Would that do the trick? -berk On Tue, Jan 13, 2009 at 8:07 PM, David Fuentes wrote: Is there a time dependent format for mha files ? ___ ParaView mailing list ParaView@paraview.org http://www.paraview.o

Re: [Paraview] "plot over line" with time dependent data

2009-01-14 Thread David Fuentes
; Layout, then select Specify the Axis Range and set the Axis Range to what you want it fixed to. -Ken On 1/13/09 6:13 PM, "David Fuentes" wrote: For "plot over line" w/ time dependent data, Is there a way to hold the upper and lower bounds fixed for the y ax

[Paraview] "plot over line" with time dependent data

2009-01-13 Thread David Fuentes
For "plot over line" w/ time dependent data, Is there a way to hold the upper and lower bounds fixed for the y axis on the associated xy plot? ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

[Paraview] time dependent mha

2009-01-13 Thread David Fuentes
Is there a time dependent format for mha files ? ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

[Paraview] Update Slice Filter / Python Equivalent of "Apply"

2008-10-27 Thread David Fuentes
What is the python script equivalent of the "Apply" button for the "slice" filter? I have an image file .mha to which I applied the slice filter. I can change the normal direction of the slice from a python script. pm= servermanager.ProxyManager() mha_slice = pm.GetProxy("sources","mh

Re: [Paraview] Problem loading CSV data files

2008-10-23 Thread David Fuentes
I'm getting the same problem. Did you ever find a fix for this? Thank you, David Fuentes From lester at arctica1.wanadoo.co.uk Thu Dec 20 09:40:39 2007 From: lester at arctica1.wanadoo.co.uk (lester anderson) Date: Thu Dec 20 09:40:43 2007 Subject: [Paraview] Problem loading CSV

Re: [Paraview] python to change reader filename and animate AVS files

2008-10-22 Thread David Fuentes
d to interrupt the script execution? thanks, df On Fri, 17 Oct 2008, Berk Geveci wrote: I am afraid you cannot. I think it is a good idea though. You may want to consider filing a feature request here: http://paraview.org/Bug On Fri, Oct 17, 2008 at 4:03 PM, David Fuentes <[EMAIL PROTECT

Re: [Paraview] python to change reader filename and animate AVS files

2008-10-17 Thread David Fuentes
bjects for you. If you want to learn more, I suggest searching for "demand driven pipeline". The VTK book is a good source of information. -berk On Fri, Oct 17, 2008 at 12:50 PM, David Fuentes <[EMAIL PROTECTED]> wrote: Not sure if the AVS file reader is "time aware" bu

Re: [Paraview] python to change reader filename and animate AVS files

2008-10-17 Thread David Fuentes
driven pipeline". The VTK book is a good source of information. -berk On Fri, Oct 17, 2008 at 12:50 PM, David Fuentes <[EMAIL PROTECTED]> wrote: Not sure if the AVS file reader is "time aware" but, using the python interface it seems possible to write a script to animate a

[Paraview] python to change reader filename and animate AVS files

2008-10-17 Thread David Fuentes
Not sure if the AVS file reader is "time aware" but, using the python interface it seems possible to write a script to animate a time series of AVS files. Changing the reader filename via the python interface seems to work: pm=servermanager.ProxyManager() femdata = pm.GetProxy("sources

[Paraview] hidden python methods??

2008-10-17 Thread David Fuentes
working through one of the examples on the wiki http://paraview.org/Wiki/ParaView/Python_Scripting#Animating reader = sources.ExodusIIReader(“.../can.ex2”) . . . reader.UpdatePipelineInformation() However dir(reader) does Not return a method by the name of "UpdatePipelineI

[Paraview] python and ctags/etags

2008-10-16 Thread David Fuentes
ented that indicate whether a function being called in python is a C++ function -OR- another python function? thank you, David Fuentes ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] python

2008-10-16 Thread David Fuentes
On Thu, 16 Oct 2008, Berk Geveci wrote: You can't connect to the paraview gui. You can only connect to instances of pvserver. Currently, those accept one connection only. We will be working on collaboration support that will enable both of the above. Berk, Can the above information be add

Re: [Paraview] python

2008-10-15 Thread David Fuentes
listserve archive? I can't seem to find a link for this. thank you, David Fuentes ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview