10 #include <vtkContourRepresentation.h>
11 #include <vtkContourWidget.h>
12 #include <vtkPolyData.h>
22 unsigned long eventId,
27 vtkContourWidget* widget =
reinterpret_cast<vtkContourWidget*
>(caller);
29 vtkContourRepresentation* rep = vtkContourRepresentation::SafeDownCast(
30 widget->GetRepresentation());
31 vtkPolyData* pd = rep->GetContourRepresentationAsPolyData();