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

Set frame size in pixels.

Parameters
xPixels in x direction
yPixels in y direction

Definition at line 157 of file vtkfigFrame.cxx.

158  {
159  parameter.winsize_x=x;
160  parameter.winsize_y=y;
162  }
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: