[vtk-developers] vtkKdTree in VTK/Graphics
    Mathieu Malaterre 
    mathieu.malaterre at kitware.com
       
    Mon Apr 25 09:40:28 EDT 2005
    
    
  
Ok I solved my mystery. The compilation works since camera only uses 
code from the header file:
GetDirectionOfProjection()
which comes from a vtkGetMacro defined in the header file, and luckily 
the code is being inlined.
Anyway this is still dangerous,
Mathieu
Mathieu Malaterre wrote:
> Lee Ann,
> 
>     Some time ago you move the vtkKdTree and related classes from 
> Parallel to Graphics. Was there any reason behind ?
> 
>     My concern is that I cannot build VTK with USE_RENDERING OFF any 
> more. The fact is that vtkKdTree (in Graphics) uses vtkCamera (in 
> Rendering), I still am not clear on why VTK manages to be built on 
> Win32. Anyway could you propose a solution for this issue ? Thanks.
> 
> Mathieu
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at vtk.org
> http://www.vtk.org/mailman/listinfo/vtk-developers
> 
    
    
More information about the vtk-developers
mailing list