Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
annotation.h
Go to the documentation of this file.
1#pragma once
3#include <cstddef>
4
5#include "./core.h"
6
8public:
10 explicit Annotation(std::size_t onset, size_t duration);
13
14 std::size_t GetAnnotationPosition();
15 std::size_t GetAnnotationDuration();
16private:
17 std::size_t position;
18 std::size_t duration;
19};
Annotation(std::size_t onset, size_t duration)
Constructor.
std::size_t GetAnnotationDuration()
~Annotation()
Destructor.
std::size_t GetAnnotationPosition()
Lightweight core definitions shared by libstfio model classes.
#define StfioDll
Defines dll export or import functions for Windows.
Definition core.h:49