[vtkusers] Problem getting correct results with vtkProjectedTerrainPath
Elvis Dowson
elvis.dowson at mac.com
Mon Nov 10 02:05:18 EST 2008
Hi,
How can I convert vtkPointSet to vtkImageData? The ouput of
vtkWrapScalar is vtkPointSetAlgorighm, and
vtkPointSetAlgorithm::GetOuput returns a vtkPointSet*.
What I need as input to vtkProjectedTerrainPath, to get the scaled DEM
data in, is to convert the vtkPointSet* to a vtkImageData*.
How can I achieve this? I have reproduced the vtkDataSet class diagram
below.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkDataSet Class Diagram.jpg
Type: image/jpeg
Size: 21563 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20081110/aa39f922/attachment.jpg>
-------------- next part --------------
Best regards,
Elvis Dowson
On Nov 10, 2008, at 10:15 AM, Elvis Dowson wrote:
> Hi,
> Is there any way I can converted the output of vtkWrapScalar
> to a vtkImageData object?
>
> This way I can directly take the output of the scaled DEM data and
> pass it as input to
> vtkProjectedTerrainPath::SetSource(vtkImageData* )
>
> Best regards,
>
> Elvis Dowson
More information about the vtkusers
mailing list