#include <pitchmark_parser.h>
Public Member Functions | |
| PitchmarkParser (std::string fileName) | |
| PitchmarkParser constructor. | |
| ~PitchmarkParser () | |
| PitchmarkParser destructor. | |
| double * | getData () |
| Casts the data to array of double and returns the result. | |
| int | getLength () |
| Returns the number of pitchmarks read. | |
| void | print () |
| Prints pitchmarks that have been read already. | |
Protected Attributes | |
| int | size |
| double * | points |
|
|
PitchmarkParser constructor.
|
|
|
PitchmarkParser destructor.
|
|
|
Casts the data to array of double and returns the result.
|
|
|
Returns the number of pitchmarks read.
|
|
|
Prints pitchmarks that have been read already.
|
|
|
|
|
|
|
1.3.6