[vtk-developers] Crossing library boundaries
    David Doria 
    daviddoria+vtk at gmail.com
       
    Wed Sep 15 13:28:34 EDT 2010
    
    
  
I added a functionality to vtkArrowSource (in Graphics) that lets the user
specify the end points of the arrow. It does this by aligning the default
pair of points ( (0,0,0) and (1,0,0) ) with the user specified points
(Point1 and Point2 (like in vtkLineSource) ) using a vtkLandmarkTransform
(in Hybrid). I get linker errors when compiling - "undefined reference to
'vtkLandmarkTransform::XYZ". Is something that can/should be fixed in the
CMakeLists.txt in /Graphics ? How are these situations typically handled?
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100915/7b2b9cf5/attachment.html>
    
    
More information about the vtk-developers
mailing list