ViSP  2.9.0
vpViewer Class Reference

#include <vpViewer.h>

+ Inheritance diagram for vpViewer:

Public Types

enum  vpViewerType { internalView, externalView }
 

Public Member Functions

 vpViewer (HWND parent, vpSimulator *simu, vpViewerType viewerType)
 
virtual ~vpViewer ()
 
void resize (int x, int y, bool fixed=false)
 
virtual void actualRedraw (void)
 

Friends

class vpSimulator
 

Detailed Description

Viewer used by the simulator.

Under Windows, the viewer is based either on SoWin or SoQt. Under Unix, the viewer is based on SoQt or SoXt.

Warning
This class is only available if Coin3D and one of the GUI (SoWin, SoXT, SoQt) are installed.

Definition at line 120 of file vpViewer.h.

Member Enumeration Documentation

Enumerator
internalView 
externalView 

Definition at line 131 of file vpViewer.h.

Constructor & Destructor Documentation

vpViewer::vpViewer ( HWND  parent,
vpSimulator simu,
vpViewerType  viewerType 
)

Definition at line 59 of file vpViewer.cpp.

vpViewer::~vpViewer ( )
virtual

Definition at line 79 of file vpViewer.cpp.

Member Function Documentation

void vpViewer::resize ( int  x,
int  y,
bool  fixed = false 
)
Parameters
x: width
y: height
fixed: set as true to disable mouse window resizing

Definition at line 148 of file vpViewer.cpp.

Referenced by vpSimulator::initExternalViewer(), and vpSimulator::initInternalViewer().

Friends And Related Function Documentation

friend class vpSimulator
friend

Definition at line 128 of file vpViewer.h.