#include "vtkPolygonalHandleRepresentation3D.h" #include #include #include "WidgetTestingMacros.h" int vtkPolygonalHandleRepresentation3DTest1(int, char*[]) { vtkSmartPointer node1 = vtkSmartPointer::New(); EXERCISE_BASIC_ABSTRACT_POLYGONAL_HANDLE_REPRESENTATION3D_METHODS( vtkPolygonalHandleRepresentation3D, node1); TEST_SET_GET_VECTOR3_DOUBLE_RANGE(node1, Offset, -10.0, 10.0); return EXIT_SUCCESS; }