VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Figure::RTShowArrowScale ( )
protected

Show arrow scale informtion.

Definition at line 264 of file vtkfigFigure.cxx.

265  {
266  // if (this->SubClassName()!="VectorView") return;
267 
268  RTMessage("arrow_scale="+std::to_string(state.quiver_arrowscale_user));
269  }
void RTMessage(std::string msg)
Show string in message field.
struct vtkfig::Figure::@0 state
figure state

+ Here is the call graph for this function: