[vtk-developers] Crossing library boundaries

David Gobbi david.gobbi at gmail.com
Wed Sep 15 13:46:58 EDT 2010


The vtkLandmarkTransform should be moved to Filtering or Common.  It
is a math utility class that doesn't depend on anything outside of
Common.  It only went into Hybrid because Hybrid used to be the
"Contrib" directory.

   David


On Wed, Sep 15, 2010 at 11:39 AM, David Doria <daviddoria+vtk at gmail.com> wrote:
> On Wed, Sep 15, 2010 at 1:32 PM, David Cole <david.cole at kitware.com> wrote:
>>
>> Graphics cannot use stuff from Hybrid.
>> Put a class in Hybrid that depends on both.
>
> It's only a few lines - not worth a new class. But they're tricky lines,
> this why I don't want the user to have to know how to do this. It seems
> reasonable that a user should be able to specify the end points of an arrow
> (vtkArrowSource) (as well as vtkCylinderSource for that matter), so I think
> this should be added directly to the vtkArrowSource class. See what I mean?
> David



More information about the vtk-developers mailing list