|
HDK
|
#include <GUI_ViewParameter.h>
Public Member Functions | |
| GUI_ViewFlag () | |
| void | save (std::ostream &os) const |
| bool | load (UT_IStream &is) |
Public Attributes | |
| unsigned | ortho:1 |
| unsigned | applyAspect:1 |
| unsigned | matrixDirty:1 |
| unsigned | iMatrixDirty:1 |
| unsigned | boxZoom:1 |
| unsigned | viewportDirty:1 |
| unsigned | rotoTrackWindow:1 |
| unsigned | initXform:1 |
| unsigned | rxyzDirty:1 |
Definition at line 33 of file GUI_ViewParameter.h.
|
inline |
Definition at line 36 of file GUI_ViewParameter.h.
| bool GUI_ViewFlag::load | ( | UT_IStream & | is | ) |
| void GUI_ViewFlag::save | ( | std::ostream & | os | ) | const |
| unsigned GUI_ViewFlag::applyAspect |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::boxZoom |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::iMatrixDirty |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::initXform |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::matrixDirty |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::ortho |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::rotoTrackWindow |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::rxyzDirty |
Definition at line 53 of file GUI_ViewParameter.h.
| unsigned GUI_ViewFlag::viewportDirty |
Definition at line 53 of file GUI_ViewParameter.h.