[Insight-users] Using vtkImagePlyWriter and vtkImagePlyReader

Luis Ibanez luis.ibanez at kitware.com
Tue Apr 18 10:55:26 EDT 2006


Hi Diego,

Please post your questions related to the Visualization Toolkit
to the VTK users list.

You can suscribe to the VTK list at the following link:

    http://public.kitware.com/mailman/listinfo/vtkusers



BTW: Notice that VTK doesn't have any classes named


        vtkImagePlyReader  or   vtkImagePlyWriter




   Regards,


      Luis


==============================
Diego Parada wrote:
> Hi,
> 
> I sends a cmake file list:
> ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
> PROJECT(test)
> FIND_PACKAGE ( ITK)
> IF ( ITK_FOUND)
> INCLUDE( ${USE_ITK_FILE} )
> ENDIF( ITK_FOUND)
> FIND_PACKAGE ( VTK)
> IF ( VTK_FOUND)
> INCLUDE( ${USE_VTK_FILE} )
> ENDIF( VTK_FOUND)
> 
> 
> INCLUDE_DIRECTORIES(
> {test}
> )
> 
> ADD_EXECUTABLE(test test.cpp )
> 
> TARGET_LINK_LIBRARIES ( test
> itkCommon
> ITKBasicFilters
> ITKIO
> ITKAlgorithms
> vtkRendering
> vtkGraphics
> vtkHybrid
> vtkImaging
> vtkIO
> vtkFiltering
> vtkCommon
> vtkVolumeRendering
> vtkWidgets
> )
> 
> ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
> 
> 2006/4/17, Gonzalo Carmona Martinez <maidenero at hotmail.com 
> <mailto:maidenero at hotmail.com>>:
> 
>     Hello.
> 
>     I´d like to use the VTK classes vtkImagePlyWriter and
>     vtkImagePlyReader, but
>     the compiler doesn´t know the .h files vtkImagePlyWriter.h and
>     vtkImagePlyReader.h
> 
>     I don´t know if I have to set any option in the CMakeLists.txt file.
> 
>     Thanks for your help!
> 
> 
>     _______________________________________________
>     Insight-users mailing list
>     Insight-users at itk.org <mailto:Insight-users at itk.org>
>     http://www.itk.org/mailman/listinfo/insight-users
> 
> 
> 
> 
> -- 
> Diego Armando Parada Cuervo
> Estudiante de Ingeniería de Sistemas y Computación
> Universidad Pedagógica y Tecnológica de Colombia
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list