[vtk-developers] vtkCellCenterDepthSort / vtkVisibilitySort

Mathieu Malaterre mathieu.malaterre at kitware.com
Thu Oct 13 14:45:00 EDT 2005


Ken,


I cannot build VTK with RENDERING OFF:

/home/mathieu/Dashboards/MyTests/VTK/Graphics/vtkCellCenterDepthSort.cxx:29:23: 
vtkCamera.h: No such file or directory
/home/mathieu/Dashboards/MyTests/VTK/Graphics/vtkCellCenterDepthSort.cxx: 
In member function `virtual float* 
vtkCellCenterDepthSort::ComputeProjectionVector()':
/home/mathieu/Dashboards/MyTests/VTK/Graphics/vtkCellCenterDepthSort.cxx:102: 
error: invalid use of undefined type `struct vtkCamera'
/home/mathieu/Dashboards/MyTests/VTK/Graphics/vtkVisibilitySort.h:51: 
error: forward declaration of `struct vtkCamera'
/home/mathieu/Dashboards/MyTests/VTK/Graphics/vtkCellCenterDepthSort.cxx:103: 
error: invalid use of undefined type `struct vtkCamera'
/home/mathieu/Dashboards/MyTests/VTK/Graphics/vtkVisibilitySort.h:51: 
error: forward declaration of `struct vtkCamera'
make[2]: *** 
[Graphics/CMakeFiles/vtkGraphics.dir/vtkCellCenterDepthSort.o] Error 1
make[2]: Leaving directory `/home/mathieu/Dashboards/MyTests/VTK-gcc'


Classes in Graphics cannot uses classes from Rendering.

Thanks,
Mathieu



More information about the vtk-developers mailing list