VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::LinkCamera ( int  ivp,
Frame frame,
int  livp 
)

Link camera to other camera.

Parameters
ivpnumber of viewport
frameother frame to be linked with
livpnumber of link viewport

Definition at line 129 of file vtkfigFrame.cxx.

130  {
131  parameter.camlinkthisframepos=ivp;
132  parameter.camlinkframepos=livp;
133  parameter.camlinkframenum=frame.number_in_frame_list;
135  }
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: