VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::SetActiveSubFrameCameraPosition ( double  x,
double  y,
double  z 
)

Set view position for camera in active frame relative to default.

Set view angle for camera in active frame.

Definition at line 119 of file vtkfigFrame.cxx.

120  {
121  parameter.camera_position[0]=x+this->default_camera_position[0];
122  parameter.camera_position[1]=y+this->default_camera_position[1];
123  parameter.camera_position[2]=z+this->default_camera_position[2];
125  }
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.
const double default_camera_position[3]
Definition: vtkfigFrame.h:372

+ Here is the call graph for this function: