#include "vtkOrientedPolygonalHandleRepresentation3D.h" #include #include #include "WidgetTestingMacros.h" #include "vtkProperty2D.h" int vtkOrientedPolygonalHandleRepresentation3DTest1(int, char*[]) { vtkSmartPointer node1 = vtkSmartPointer::New(); EXERCISE_BASIC_ABSTRACT_POLYGONAL_HANDLE_REPRESENTATION3D_METHODS( vtkOrientedPolygonalHandleRepresentation3D, node1); return EXIT_SUCCESS; }