Plaquette
 
Loading...
Searching...
No Matches
pq::TimeWindowable Class Reference

Abstract class for time-based objects. More...

#include <TimeWindowable.h>

Inheritance diagram for pq::TimeWindowable:

Public Member Functions

virtual void infiniteTimeWindow ()
 Sets time window to infinite.
 
virtual void noTimeWindow ()
 Sets time window to no time window.
 
virtual void timeWindow (float seconds)
 Changes the time window (expressed in seconds).
 
virtual float timeWindow () const
 Returns the time window (expressed in seconds).
 
virtual bool timeWindowIsInfinite () const
 Returns true if time window is infinite.
 
virtual void cutoff (float hz)
 Changes the time window cutoff frequency (expressed in Hz).
 
virtual float cutoff () const
 Returns the time window cutoff frequency (expressed in Hz).
 

Protected Member Functions

 TimeWindowable (float timeWindow)
 

Protected Attributes

float _timeWindow
 

Detailed Description

Abstract class for time-based objects.


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