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?<div>
<br>David<br>
</div>