VTKFIG
0.20.20181114
Easy VTK based in situ visualization
Main Page
Related Pages
Namespaces
Classes
Files
Examples
vtkfig
internals
MyInteractorStyle
edit_mode
edited_figures
frame
lastx
lasty
left_button_down
MyInteractorStyle
MyInteractorStyle
New
New
OnChar
OnChar
OnConfigure
OnConfigure
OnLeftButtonDown
OnLeftButtonDown
OnLeftButtonUp
OnLeftButtonUp
OnMouseMove
OnMouseMove
SetFrame
SetFrame
virtual void vtkfig::internals::MyInteractorStyle::OnConfigure
(
)
inline
virtual
Definition at line
289
of file
vtkfigMainThread.cxx
.
290
{
291
for
(
auto
& figure:
frame
->
figures
)
292
{
293
for
(
auto
& actor: figure->ctxactors)
294
actor->GetScene()->SetDirty(
true
);
295
}
296
vtkInteractorStyleTrackballCamera::OnConfigure();
297
}
vtkfig::internals::MyInteractorStyle::frame
Frame * frame
Current frame.
Definition:
vtkfigMainThread-2018-01-26-2205.cxx:270
vtkfig::Frame::figures
std::set< Figure * > figures
List of all figures in frame.
Definition:
vtkfigFrame.h:310
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11