Re: [Paraview] vtkDataSet algorithm that takes composite data set as input

2012-01-25 Thread Sohail Shafii
] vtkDataSet algorithm that takes composite data set as input Try something like this. In this case the mapper takes in either type, which you may or may not want. // int vtkCompositePolyDataMapper2

Re: [Paraview] vtkDataSet algorithm that takes composite data set as input

2012-01-23 Thread David E DeMarle
is reached... Sohail -- *From:* David E DeMarle dave.dema...@kitware.com *To:* Sohail Shafii sohailsha...@yahoo.com *Cc:* paraview@paraview.org paraview@paraview.org *Sent:* Friday, January 20, 2012 11:42 AM *Subject:* Re: [Paraview] vtkDataSet algorithm that takes

[Paraview] vtkDataSet algorithm that takes composite data set as input

2012-01-20 Thread Sohail Shafii
Hi, I am developing an algorithm that requires a composite data set as input while creating a vtkDataSet as output -- basically it inherit from vtkDataSetAlgorithm. I know that one must provide a new definition to the FillInputPortInformation(int port, vtkInformation *info) function, but I'm

Re: [Paraview] vtkDataSet algorithm that takes composite data set as input

2012-01-20 Thread David E DeMarle
Try something like this. In this case the mapper takes in either type, which you may or may not want. // int vtkCompositePolyDataMapper2::FillInputPortInformation( int vtkNotUsed(port), vtkInformation* info) {

Re: [Paraview] vtkDataSet algorithm that takes composite data set as input

2012-01-20 Thread Sohail Shafii
To: Sohail Shafii sohailsha...@yahoo.com Cc: paraview@paraview.org paraview@paraview.org Sent: Friday, January 20, 2012 11:42 AM Subject: Re: [Paraview] vtkDataSet algorithm that takes composite data set as input Try something like this. In this case the mapper takes in either type, which you may