Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
V3d_TypeOfUpdate.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  V3d_TypeOfUpdate { V3d_ASAP, V3d_WAIT }
 Determines the type of update of the view
More...

Enumeration Type Documentation

  • V3d_ASAP: as soon as possible. The view is updated immediately after a modification.
  • V3d_WAIT: deferred. The view is updated when the Update function is called.
Enumerator:
V3d_ASAP 
V3d_WAIT