PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Classes | Typedefs
vtkPlusChannel.h File Reference
#include "PlusConfigure.h"
#include "vtkPlusDataCollectionExport.h"
#include "PlusStreamBufferItem.h"
#include "vtkDataObject.h"
#include "vtkPlusRfProcessor.h"
Include dependency graph for vtkPlusChannel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkPlusChannel
 Contains an optional timestamped circular buffer containing the video images and a number of timestamped circular buffer of StreamBufferItems for the transforms. StreamBufferItems are essentially a class that contains both a single video frame and/or a 4x4 matrix. More...
 

Typedefs

typedef std::map< std::string, vtkPlusDataSource * > DataSourceContainer
 
typedef DataSourceContainer::const_iterator DataSourceContainerConstIterator
 
typedef DataSourceContainer::iterator DataSourceContainerIterator
 

Typedef Documentation

◆ DataSourceContainer

typedef std::map<std::string, vtkPlusDataSource*> DataSourceContainer

Definition at line 20 of file vtkPlusChannel.h.

◆ DataSourceContainerConstIterator

typedef DataSourceContainer::const_iterator DataSourceContainerConstIterator

Definition at line 25 of file vtkPlusChannel.h.

◆ DataSourceContainerIterator

typedef DataSourceContainer::iterator DataSourceContainerIterator

Definition at line 24 of file vtkPlusChannel.h.