[vtkusers] [Fwd: Re: Problem getting correct results with vtkProjectedTerrainPath]
Amy Squillacote
ahs at cfdrc.com
Tue Nov 11 11:51:38 EST 2008
The new VTK pipeline is discussed in the VTK Users Guide (updated for
VTK 5) in chapter 11. You can also look in the VTK/Utilities/Upgrading
directory. See TheNewVTKPipeline.pdf.
- Amy
Elvis Dowson wrote:
> Hi Amy,
> Here is a screenshot, you can see the projected path
> is below the surface (faint red line), and is a straight line. If I
> don't run it through the probe filter, the no of cells are 57. When I
> run it through the probe filter, the number of cell is 1.
>
> I even tried changing the way I am setting up the connection to the
> new way that you suggested
>
> vtkProbeFilter probe
> probe SetInputConnection 0 [elevationData GetProducerPort]
> probe SetInputConnection 1 [surface GetOutputPort]
>
> vtkProjectedTerrainPath projectedPaths
> projectedPaths SetInputConnection 0 [terrainPaths GetProducerPort]
> projectedPaths SetInputConnection 1 [probe GetOutputPort]
>
>
> Where can I read about this new way to setup connections? Is it
> mentioned in the VTK books?
>
> Best regards,
>
> Elvis
>
--
Amy Squillacote Phone: (256) 726-4839
Computer Scientist Fax: (256) 726-4806
CFD Research Corporation Web: http://www.cfdrc.com
215 Wynn Drive, Suite 501
Huntsville, AL 35805
More information about the vtkusers
mailing list