[vtkusers] How to import NASA SRTM DEM data into VTK
Michael Jackson
mike.jackson at bluequartz.net
Mon Oct 13 09:07:15 EDT 2008
Actually you will want to over ride RequestInformation and
RequestData() methods. The other 2 methods I think were for the older
4.x pipeline and are there for historic reasons... I think.
RequestInformation and RequestData are the correct methods to over ride.
Take a look at:
http://www.bluequartz.net/viewvc/CTMD/PVPhaseField/src/Readers/
vtkH5PhaseFieldReader for an example reader.
_________________________________________________________
Mike Jackson mike.jackson at bluequartz.net
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Oct 13, 2008, at 6:51 AM, Elvis Dowson wrote:
> Hi,
> Could someone please give me some pointers on how to
> implement the following methods? The documentation doesn't contain
> any useful information on what it's supposed to do:
>
> vtkImageReader2::ExecuteInformation()
>
> vtkImageReader2::ExecuteData()
>
> Best regards,
>
> Elvis Dowson
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list