Sen API
Sen Libraries
Loading...
Searching...
No Matches
sen::db::Keyframe Class Reference

Represents the state of the system at a given time. The state of the system is made of the snapshots of all the objects present at the time of the snapshot. More...

#include <keyframe.h>

Public Member Functions

 ~Keyframe ()=default
Span< const SnapshotgetSnapshots () const noexcept
 The set of snapshots for all the objects present at the time.

Friends

class Input

Detailed Description

Represents the state of the system at a given time. The state of the system is made of the snapshots of all the objects present at the time of the snapshot.

Constructor & Destructor Documentation

◆ ~Keyframe()

sen::db::Keyframe::~Keyframe ( )
default

Member Function Documentation

◆ getSnapshots()

Span< const Snapshot > sen::db::Keyframe::getSnapshots ( ) const
nodiscardnoexcept

The set of snapshots for all the objects present at the time.

◆ Input

friend class Input
friend

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