Skip to content
  • Thomas Otahal's avatar
    ENH: Added circle packing layout classes to VTK. · f4c61c39
    Thomas Otahal authored
    The vtkCirclePackLayout filter is similar to the area layout
    filter in Infovis and produces a triple for each vertex in
    an input vtkTree.  The triple represents the (X, Y, Radius)
    of the circle for that vertex.  There is a concrete implementation
    of the vtkCirclePackLayoutStrategy class for a "front chain"
    based circle packing layout.  There is also a regression test
    for the layout classes and a poly data mapper class for the
    packed circle layout.
    f4c61c39