#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 |
| SoSFNode | inScene |
| SoSFInt32 | viewportWidth |
| SoSFInt32 | viewportHeight |
| SoSFTrigger | viewAll |
Protected Member Functions | |
| virtual | ~SoCameraViewAll () |
| Protected destructor. | |
| void | viewAllChanged (SoFieldSensor *sensor) |
Called when field viewAll changed. | |
Static Protected Member Functions | |
| static void | viewAllChangedCB (void *data, SoSensor *sens) |
forward CB when field viewAll changed | |
Definition at line 35 of file SoCameraViewAll.h.
| SoCameraViewAll::SoCameraViewAll | ( | ) |
Constructor.
| virtual SoCameraViewAll::~SoCameraViewAll | ( | ) | [protected, virtual] |
Protected destructor.
| static void SoCameraViewAll::initClass | ( | ) | [static] |
Initializes this class (called on dll initialization).
| void SoCameraViewAll::viewAllChanged | ( | SoFieldSensor * | sensor | ) | [protected] |
Called when field viewAll changed.
| static void SoCameraViewAll::viewAllChangedCB | ( | void * | data, | |
| SoSensor * | sens | |||
| ) | [static, protected] |
forward CB when field viewAll changed
| SoSFNode SoCameraViewAll::inCamera |
Definition at line 49 of file SoCameraViewAll.h.
| SoSFNode SoCameraViewAll::inScene |
Definition at line 51 of file SoCameraViewAll.h.
| SoSFTrigger SoCameraViewAll::viewAll |
Definition at line 57 of file SoCameraViewAll.h.
| SoSFInt32 SoCameraViewAll::viewportHeight |
Definition at line 55 of file SoCameraViewAll.h.
| SoSFInt32 SoCameraViewAll::viewportWidth |
Definition at line 53 of file SoCameraViewAll.h.
1.5.8