reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofBaseUpdates Class Referenceabstract

An abstract class representing an object that can be updated. More...

#include <ofGraphicsBaseTypes.h>

Inheritance diagram for ofBaseUpdates:
ofBaseVideo ofBaseVideoDraws ofBaseVideoGrabber ofBaseVideoPlayer ofGstVideoUtils ofVideoGrabber ofVideoPlayer ofDirectShowGrabber ofGstVideoGrabber ofVideoGrabber ofAVFoundationPlayer ofDirectShowPlayer ofGstVideoPlayer ofMediaFoundationPlayer

Public Member Functions

virtual ~ofBaseUpdates ()
 Destroy the ofBaseUpdates.
 
virtual void update ()=0
 Update the object's state.
 

Detailed Description

An abstract class representing an object that can be updated.

Constructor & Destructor Documentation

◆ ~ofBaseUpdates()

virtual ofBaseUpdates::~ofBaseUpdates ( )
inlinevirtual

Destroy the ofBaseUpdates.

Member Function Documentation

◆ update()

virtual void ofBaseUpdates::update ( )
pure virtual

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