PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Classes | Enumerations
vtkPlusTimestampedCircularBuffer.h File Reference
#include "PlusConfigure.h"
#include "PlusStreamBufferItem.h"
#include "vtkObject.h"
#include <deque>
#include "vnl/vnl_matrix.h"
#include "vnl/vnl_vector.h"
#include <float.h>
Include dependency graph for vtkPlusTimestampedCircularBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkPlusTimestampedCircularBuffer
 This class stores an fixed number of timestamped items. It provides element retrieval based on timestamp, temporal filtering and interpolation, etc. More...
 

Enumerations

enum  ItemStatus { ITEM_OK, ITEM_NOT_AVAILABLE_YET, ITEM_NOT_AVAILABLE_ANYMORE, ITEM_UNKNOWN_ERROR }
 

Enumeration Type Documentation

◆ ItemStatus

enum ItemStatus

Constant value used for indicating that a timestamp has an unknown value. It can be used to indicate that the timestamp has to be generated from the current time.

Enumerator
ITEM_OK 
ITEM_NOT_AVAILABLE_YET 
ITEM_NOT_AVAILABLE_ANYMORE 
ITEM_UNKNOWN_ERROR 

Definition at line 28 of file vtkPlusTimestampedCircularBuffer.h.