Ivf wrapper for an SoWinExaminerViewer. More...
#include <Ivf/Viewers/IvfExaminerViewer.h>
Public Member Functions | |
CIvfExaminerViewer () | |
virtual void | IvfCreateComponent (CWnd *pWnd, void *pCreateArgs) |
virtual void | IvfDestroyComponent () |
Protected Member Functions | |
virtual | ~CIvfExaminerViewer () |
Ivf wrapper for an SoWinExaminerViewer.
The Examiner viewer component allows you to rotate the view around a point of interest using a virtual trackball. The viewer uses the camera focalDistance field to figure out the point of rotation, which is usually set to be at the center of the scene. In addition to allowing you to rotate the camera around the point of interest, this viewer also allows you to translate the camera in the viewer plane, as well as dolly (move forward and backward) to get closer to or further away from the point of interest. The viewer also supports seek to quickly move the camera to a desired object or point.
See the SoWinExaminerViewer description for additional information.
Note: Although the class name is CIvfExaminerViewer, the header file name is IvfExaminerViewer.h.
CIvfExaminerViewer::CIvfExaminerViewer | ( | ) |
virtual CIvfExaminerViewer::~CIvfExaminerViewer | ( | ) | [protected, virtual] |
Destructor.
virtual void CIvfExaminerViewer::IvfCreateComponent | ( | CWnd * | pWnd, | |
void * | pCreateArgs | |||
) | [virtual] |
Overload component Creation.
Implements CIvfComponent.
virtual void CIvfExaminerViewer::IvfDestroyComponent | ( | ) | [virtual] |
This method destroys the component.
Implements CIvfComponent.