[Paraview] Information Panel Question

Berk Geveci berk.geveci at kitware.com
Tue Jun 10 16:04:35 EDT 2008


It is implemented exactly as Ken described and does what you need. For
an example, look at vtkEnSightReader.cxx and search for NAME().

-berk

On Tue, Jun 10, 2008 at 3:59 PM, Moreland, Kenneth <kmorel at sandia.gov> wrote:
> I don't know of any "built-in" way to add a name to blocks in composite data
> sets, but if I were to implement it, I would put the name in the
> vtkInformation object that is contained in each node in the composite data
> set and all of the data set leaves.
>
> Berk, do you want to add anything to that.  You have been thinking more
> about what "metadata" should be stored and where to store it.
>
> -Ken
>
>
> On 6/10/08 9:17 AM, "Robert Maynard" <robertjmaynard at gmail.com> wrote:
>
>> I am currently working with multiblock datasets, and was wondering if
>> there was a way to give each block of the dataset a name and use that
>> for display purposes in pqProxyInformationWidget. The only way it seems
>> I can do this is to make a fake field entry and use its name. Does
>> anybody know of a better way?
>> _______________________________________________
>> ParaView mailing list
>> ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list