[Insight-users] Using vtkImagePlyWriter and vtkImagePlyReader

Diego Parada icebishop at gmail.com
Mon Apr 17 17:51:44 EDT 2006


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>:
>
> 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
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20060417/c3a89a45/attachment.html


More information about the Insight-users mailing list