Tide 0.1.0
Public Types | Public Member Functions

tide::TrackOperationBase Class Reference

Abstract base class for individual track operations. More...

#include <tide/track_operation.h>

Inheritance diagram for tide::TrackOperationBase:
Inheritance graph
[legend]
Collaboration diagram for tide::TrackOperationBase:
Collaboration graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< TrackOperationBase
Ptr
 Base type of a track operation pointer.

Public Member Functions

 TrackOperationBase (ids::ID id)
 Constructor - this must be called to set the Class ID.
virtual ~TrackOperationBase ()
 Desctructor.
virtual std::string type () const =0
 Get the type of operation to be performed.

Detailed Description

Abstract base class for individual track operations.

All track operations must inherit from this base class.

Definition at line 48 of file track_operation.h.


Member Typedef Documentation

Base type of a track operation pointer.

Definition at line 66 of file track_operation.h.


Constructor & Destructor Documentation

tide::TrackOperationBase::TrackOperationBase ( ids::ID  id) [inline]

Constructor - this must be called to set the Class ID.

Definition at line 52 of file track_operation.h.

virtual tide::TrackOperationBase::~TrackOperationBase ( ) [inline, virtual]

Desctructor.

Definition at line 57 of file track_operation.h.


Member Function Documentation

virtual std::string tide::TrackOperationBase::type ( ) const [pure virtual]

Get the type of operation to be performed.

Returns:
A string describing the operation.

Implemented in tide::TrackJoinBlocks.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines