Public Types | Public Member Functions | Protected Attributes | List of all members
alvar::CapturePlugin Class Referenceabstract

CapturePlugin interface that plugins must implement. More...

#include <CapturePlugin.h>

Inheritance diagram for alvar::CapturePlugin:
Inheritance graph
[legend]

Public Types

typedef std::vector< CaptureDeviceCaptureDeviceVector
 Vector of CaptureDevices. More...
 

Public Member Functions

 CapturePlugin (const std::string &captureType)
 Constructor. More...
 
virtual CapturecreateCapture (const CaptureDevice captureDevice)=0
 Create Capture class. Transfers onwership to the caller. More...
 
virtual CaptureDeviceVector enumerateDevices ()=0
 Enumerate capture devices currently available. More...
 
virtual ~CapturePlugin ()
 Destructor. More...
 

Protected Attributes

std::string mCaptureType
 

Detailed Description

CapturePlugin interface that plugins must implement.

All plugins must implement the CapturePlugin interface. When the plugin is loaded, the CapturePlugin implementation will register itself with the CaptureFactory.

Definition at line 44 of file CapturePlugin.h.

Member Typedef Documentation

Vector of CaptureDevices.

Definition at line 60 of file CapturePlugin.h.

Constructor & Destructor Documentation

alvar::CapturePlugin::CapturePlugin ( const std::string &  captureType)
inline

Constructor.

Parameters
captureTypeA unique identifier for the capture plugin.

Definition at line 52 of file CapturePlugin.h.

virtual alvar::CapturePlugin::~CapturePlugin ( )
inlinevirtual

Destructor.

Definition at line 60 of file CapturePlugin.h.

Member Function Documentation

virtual Capture* alvar::CapturePlugin::createCapture ( const CaptureDevice  captureDevice)
pure virtual

Create Capture class. Transfers onwership to the caller.

Parameters
captureDeviceInformation of which camera to create.
Returns
A new Capture class for which the caller takes ownership.

Implemented in alvar::plugins::CapturePluginDSCapture, alvar::plugins::CapturePluginPtgrey, alvar::plugins::CapturePluginHighgui, alvar::plugins::CapturePluginCmu, and alvar::plugins::CapturePluginFile.

virtual CaptureDeviceVector alvar::CapturePlugin::enumerateDevices ( )
pure virtual

Enumerate capture devices currently available.

Returns
A vector of CaptureDevice objects that are currently available.

Implemented in alvar::plugins::CapturePluginDSCapture, alvar::plugins::CapturePluginPtgrey, alvar::plugins::CapturePluginHighgui, alvar::plugins::CapturePluginCmu, and alvar::plugins::CapturePluginFile.

Member Data Documentation

std::string alvar::CapturePlugin::mCaptureType
protected

Definition at line 83 of file CapturePlugin.h.


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


ar_track_alvar
Author(s): Scott Niekum
autogenerated on Thu Jun 6 2019 19:27:24