BTK
0.3dev.0
Open-source library to visualize/process biomechanical data
|
Abstract class used to store a pointer to the method New() of a class inheriting from btk::AcquisitionFileIO. More...
#include <btkAcquisitionFileIOHandle.h>
Public Types | |
typedef btkSharedPtr < AcquisitionFileIOHandle::Functor > | Pointer |
Public Member Functions | |
virtual AcquisitionFileIO::Pointer | GetFileIO () const =0 |
virtual | ~Functor () |
Abstract class used to store a pointer to the method New() of a class inheriting from btk::AcquisitionFileIO.
This class would not be used directly by a developer. If a developer want to add a file format dynamically to the factory, it cas use the method btk::btkAcquisitionFileIOFactory::AddFileIO().
Smart pointer associated with an AcquisitionFileIOHandle::Functor object.
|
inlinevirtual |
Destructor. Do nothing.
|
pure virtual |
Create an acquisition File IO based on the given pointer to the New() method.