#include "vtkImplicitPlaneRepresentation.h" #include "vtkImplicitPlaneWidget2.h" #include #include #include "WidgetTestingMacros.h" int vtkImplicitPlaneWidget2Test1(int, char*[]) { vtkSmartPointer node1 = vtkSmartPointer::New(); EXERCISE_BASIC_ABSTRACT_METHODS(node1); vtkSmartPointer rep1 = vtkSmartPointer::New(); node1->SetRepresentation(rep1); return EXIT_SUCCESS; }