VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::GridView::RTProcessMove ( int  dx,
int  dy 
)
finaloverridevirtual

Reimplemented from vtkfig::Figure.

Definition at line 69 of file vtkfigGridView.cxx.

70  {
71  if (RTProcessPlaneMove("x",0,dx,dy,edit.x_plane, planeX)) return;
72  if (RTProcessPlaneMove("y",1,dx,dy,edit.y_plane, planeY)) return;
73  if (RTProcessPlaneMove("z",2,dx,dy,edit.z_plane, planeZ)) return;
74  }
struct vtkfig::Figure::@1 edit
edit state
vtkSmartPointer< vtkPlane > planeY
Definition: vtkfigFigure.h:209
int RTProcessPlaneMove(const std::string plane, int idim, int dx, int dy, bool &edit, vtkSmartPointer< vtkPlane > planeXYZ)
vtkSmartPointer< vtkPlane > planeX
Plane equations for plane sections.
Definition: vtkfigFigure.h:208
vtkSmartPointer< vtkPlane > planeZ
Definition: vtkfigFigure.h:210

+ Here is the call graph for this function: