Re: [Paraview] Question on Information Objects

2012-04-09 Thread Joshua Murphy
2012 12:01:29 -0600 To: burlen burlen.lor...@gmail.commailto:burlen.lor...@gmail.com Cc: paraview@paraview.orgmailto:paraview@paraview.org paraview@paraview.orgmailto:paraview@paraview.org Subject: Re: [Paraview] Question on Information Objects Hello, So I am trying to figure out how to add

Re: [Paraview] Question on Information Objects

2012-04-09 Thread Burlen Loring
Cc: paraview@paraview.org mailto:paraview@paraview.org paraview@paraview.org mailto:paraview@paraview.org Subject: Re: [Paraview] Question on Information Objects hi, information keys are more for passing info between filters through the pipeline. if all you want is to display a string, you

Re: [Paraview] Question on Information Objects

2012-04-09 Thread Joshua Murphy
...@gmail.commailto:burlen.lor...@gmail.com, paraview@paraview.orgmailto:paraview@paraview.org paraview@paraview.orgmailto:paraview@paraview.org Subject: Re: [Paraview] Question on Information Objects Hi Joshua, In your constructor you'd need to call this-SetNumberOfInputPorts(2); You'd need

Re: [Paraview] Question on Information Objects

2012-04-09 Thread Joshua Murphy
@paraview.org Subject: Re: [Paraview] Question on Information Objects hi, information keys are more for passing info between filters through the pipeline. if all you want is to display a string, you could make a second output port to your reader that produces a vtkTable and populate

Re: [Paraview] Question on Information Objects

2012-04-09 Thread Burlen Loring
mailto:joshua.mur...@lasp.colorado.edu Cc: burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com, paraview@paraview.org mailto:paraview@paraview.org paraview@paraview.org mailto:paraview@paraview.org Subject: Re: [Paraview] Question on Information Objects Hi Joshua, In your constructor

Re: [Paraview] Question on Information Objects

2012-04-09 Thread Joshua Murphy
burlen.lor...@gmail.commailto:burlen.lor...@gmail.com, paraview@paraview.orgmailto:paraview@paraview.org paraview@paraview.orgmailto:paraview@paraview.org Subject: Re: [Paraview] Question on Information Objects Joshua, There was mistake in my previous post, you should override

[Paraview] Question on Information Objects

2012-03-22 Thread Joshua Murphy
Hello, I am trying to get meta-data information from a file into ParaView. I have successfully built the information key-value pairs in the information object in my reader, but I am uncertain how to get the data out on the ParaView side of things. Example: I want to get the Calendar date

Re: [Paraview] Question on Information Objects

2012-03-22 Thread Joshua Murphy
: paraview@paraview.orgmailto:paraview@paraview.org paraview@paraview.orgmailto:paraview@paraview.org Subject: Re: [Paraview] Question on Information Objects hi, information keys are more for passing info between filters through the pipeline. if all you want is to display a string, you could make