BTK
0.3dev.0
Open-source library to visualize/process biomechanical data
|
Native extension used with an acquisition file IO. More...
Public Member Functions | |
Extension (const std::string &n) | |
Extension (const std::string &n, const std::string &d) | |
Public Attributes | |
std::string | desc |
std::string | name |
Native extension used with an acquisition file IO.
You can also add a description to the file format. This description could be used to set the name of the company to distinguish two classes which use the same extension. For example,
|
inline |
Constructor.
|
inline |
Constructor where the name and the description can be set.
btk::AcquisitionFileIO::Extension::desc |
Description associated with the file format. This could be used to set the name of the company to distinguish two classes which use the same extension.
btk::AcquisitionFileIO::Extension::name |
Name of the supported file format.