VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::Figure::RTProcessArrowKey ( const std::string  key,
bool &  edit 
)
protected

Process keyboard events for quiver arrow editing etc.

Definition at line 364 of file vtkfigFigure.cxx.

365  {
366  if (!edit && key=="a")
367  {
368  edit=true;
370  return 1;
371  }
372 
373  if (edit&& key=="Escape")
374  {
375  edit=false;
376  return 1;
377  }
378 
379  return 0;
380  }
struct vtkfig::Figure::@1 edit
edit state
void RTShowArrowScale()
Show arrow scale informtion.

+ Here is the call graph for this function: