Skip to content
  • Nicolas Vuaille's avatar
    c446f2bc
    Create vtkBoundedWidgetRepresentation to handle Widget Outline cropping · c446f2bc
    Nicolas Vuaille authored
    Different implicit representations implement a "crop at outline" feature,
    where the drawn widget is clipped by a bounding box composed
    of the input data bounding box extended to contain widget Origin.
    
    This factorizes this feature.
    We use inheritance and intermediate class (vtkBoundedWidgetRepresentation),
    to limit API evolution of concrete vtkImplicitXXXRepresentation.
    
    Ported classes: vtkImplicitConeRepresentation,
    vtkImplicitCylinderRepresentation, vtkImplicitAnnulusRepresentation
    vtkImplicitPlaneRepresentation
    
    Newly supported class: vtkImplicitFrustumRepresentation
    (it was using a fixed size, instead of dynamic one)
    c446f2bc
    Create vtkBoundedWidgetRepresentation to handle Widget Outline cropping
    Nicolas Vuaille authored
    Different implicit representations implement a "crop at outline" feature,
    where the drawn widget is clipped by a bounding box composed
    of the input data bounding box extended to contain widget Origin.
    
    This factorizes this feature.
    We use inheritance and intermediate class (vtkBoundedWidgetRepresentation),
    to limit API evolution of concrete vtkImplicitXXXRepresentation.
    
    Ported classes: vtkImplicitConeRepresentation,
    vtkImplicitCylinderRepresentation, vtkImplicitAnnulusRepresentation
    vtkImplicitPlaneRepresentation
    
    Newly supported class: vtkImplicitFrustumRepresentation
    (it was using a fixed size, instead of dynamic one)
Loading