MeVisLab Toolbox Reference
|
The Inventor module class SoCameraViewAll derived from SoNode. More...
#include <SoCameraViewAll.h>
Public Member Functions | |
SoCameraViewAll () | |
Constructor. | |
Static Public Member Functions | |
static void | initClass () |
Initializes this class (called on dll initialization). | |
Public Attributes | |
SoSFNode | inCamera |
! Fields | |
SoSFNode | inScene |
SoSFInt32 | viewportWidth |
SoSFInt32 | viewportHeight |
SoSFTrigger | viewAll |
Protected Member Functions | |
~SoCameraViewAll () override | |
Protected destructor. | |
void | viewAllChanged (SoField *field) |
Called when field viewAll changed. | |
The Inventor module class SoCameraViewAll derived from SoNode.
allows to trigger the view all action of a camera, independent of a viewer
Definition at line 31 of file SoCameraViewAll.h.
SoCameraViewAll::SoCameraViewAll | ( | ) |
Constructor.
|
overrideprotected |
Protected destructor.
Initializes this class (called on dll initialization).
Called when field viewAll
changed.
SoSFNode SoCameraViewAll::inCamera |
! Fields
Definition at line 45 of file SoCameraViewAll.h.
SoSFNode SoCameraViewAll::inScene |
Definition at line 47 of file SoCameraViewAll.h.
SoSFTrigger SoCameraViewAll::viewAll |
Definition at line 53 of file SoCameraViewAll.h.
SoSFInt32 SoCameraViewAll::viewportHeight |
Definition at line 51 of file SoCameraViewAll.h.
SoSFInt32 SoCameraViewAll::viewportWidth |
Definition at line 49 of file SoCameraViewAll.h.