Skip to content
Snippets Groups Projects
Commit c446f2bc authored by Nicolas Vuaille's avatar Nicolas Vuaille
Browse files

Create vtkBoundedWidgetRepresentation to handle Widget Outline cropping

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)
parent 9a607cd5
No related branches found
No related tags found
No related merge requests found
Showing
with 690 additions and 1244 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment