// int RequestCursorShape(vtkInteractorObserver * ARG_0, int cursorShape) // "int RequestCursorShape(vtkInteractorObserver*, int cursorShape)" public int RequestCursorShape(vtkInteractorObserver /*(vtkInteractorObserver*)*/ ARG_0, int /*(int)*/ cursorShape) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkObserverMediator.RequestCursorShape_0(returnPointer.GetPtr(), this, ARG_0, cursorShape); return((int)returnPointer); }
// void RemoveAllCursorShapeRequests(vtkInteractorObserver * ARG_0) // "void RemoveAllCursorShapeRequests(vtkInteractorObserver*)" public void RemoveAllCursorShapeRequests(vtkInteractorObserver /*(vtkInteractorObserver*)*/ ARG_0) { VTK_API.API_vtkObserverMediator.RemoveAllCursorShapeRequests_0(this, ARG_0); }