NDEVR
API Documentation
GraphicsSession::GeometryUpdateObject

Tracks a geometry and its last modification time for incremental updates. More...

Collaboration diagram for GraphicsSession::GeometryUpdateObject:
[legend]

Public Member Functions

 GeometryUpdateObject (const Geometry &geo)
 Constructs the update object.

Public Attributes

Geometry geo
 The tracked geometry.
Time last_modified_time
 Last time this geometry was modified.

Detailed Description

Tracks a geometry and its last modification time for incremental updates.

Definition at line 32 of file GraphicsSession.h.

Constructor & Destructor Documentation

◆ GeometryUpdateObject()

GraphicsSession::GeometryUpdateObject::GeometryUpdateObject ( const Geometry & geo)
inline

Constructs the update object.

Parameters
[in]geoThe geometry to track.

Definition at line 36 of file GraphicsSession.h.

References geo, and last_modified_time.


The documentation for this struct was generated from the following file: