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

Set focal point for camera in active frame relative to default.

Set view angle for camera in active frame.

Definition at line 108 of file vtkfigFrame.cxx.

109  {
110  parameter.camera_focal_point[0]=x+this->default_camera_focal_point[0];
111  parameter.camera_focal_point[1]=y+this->default_camera_focal_point[1];
112  parameter.camera_focal_point[2]=z+this->default_camera_focal_point[2];
114  }
const double default_camera_focal_point[3]
Default camera data.
Definition: vtkfigFrame.h:371
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: