Ivf wrapper for an SoWinPlaneViewer. More...
#include <Ivf/Viewers/IvfPlaneViewer.h>
 
  
 | Public Member Functions | |
| CIvfPlaneViewer () | |
| virtual void | IvfCreateComponent (CWnd *pWnd, void *pCreateArgs) | 
| virtual void | IvfDestroyComponent () | 
| Protected Member Functions | |
| virtual | ~CIvfPlaneViewer () | 
Ivf wrapper for an SoWinPlaneViewer.
The Plane viewer component allows the user to translate the camera in the viewing plane, as well as dolly (move foward/backward) and zoom in and out. The viewer also allows the user to roll the camera (rotate around the forward direction) and seek to objects which will specify a new viewing plane. This viewer could be used for modeling, in drafting, and architectural work. The camera can be aligned to the X, Y or Z axes.
See the SoWinPlaneViewer description for additional information.
Note: Although the class name is CIvfPlaneViewer, the header file name is IvfPlaneViewer.h.
| CIvfPlaneViewer::CIvfPlaneViewer | ( | ) | 
| virtual CIvfPlaneViewer::~CIvfPlaneViewer | ( | ) |  [protected, virtual] | 
Destructor.
| virtual void CIvfPlaneViewer::IvfCreateComponent | ( | CWnd * | pWnd, | |
| void * | pCreateArgs | |||
| ) |  [virtual] | 
Overload component Creation.
Implements CIvfComponent.
| virtual void CIvfPlaneViewer::IvfDestroyComponent | ( | ) |  [virtual] | 
This method destroys the component.
Implements CIvfComponent.