Ivf wrapper for standard viewers (Examiner, Fly, Plane, and Walk). More...
#include <Ivf/Viewers/IvfStdViewer.h>
Public Member Functions | |
CIvfStdViewer () | |
IVF_COMPONENT_BASE () | |
Protected Member Functions | |
virtual | ~CIvfStdViewer () |
Protected Attributes | |
SoWinFullViewer * | m_pViewer |
Ivf wrapper for standard viewers (Examiner, Fly, Plane, and Walk).
Intermediate class to collect functionality for standard viewers: Examiner, Walk, Plane, and Fly. This should never be instantiated without one of these.
CIvfStdViewer::CIvfStdViewer | ( | ) |
virtual CIvfStdViewer::~CIvfStdViewer | ( | ) | [protected, virtual] |
Destrcutor.
CIvfStdViewer::IVF_COMPONENT_BASE | ( | ) |
This macro declares the minimum number of methods necessary to create a class derived from CIvfComponent.
SoWinFullViewer* CIvfStdViewer::m_pViewer [protected] |
Pointer to the viewer we create.