VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::SetPosition ( int  x,
int  y 
)

Set frame position on screen.

Parameters
xx origin in pixels
yy origin in pixels

Definition at line 165 of file vtkfigFrame.cxx.

166  {
167  parameter.winposition_x=x;
168  parameter.winposition_y=y;
170  }
struct vtkfig::Frame::@2 parameter
Parameters to be passed between threads.
void SendCommand(std::string source, internals::Communicator::Command cmd)
Blocking send of commands to main thread.

+ Here is the call graph for this function: