Mercurial > hg > svcore
comparison data/model/EditableDenseThreeDimensionalModel.h @ 1429:48e9f538e6e9
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 2ff5e411151d |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1428:87ae75da6527 | 1429:48e9f538e6e9 |
---|---|
41 NoCompression, | 41 NoCompression, |
42 BasicMultirateCompression | 42 BasicMultirateCompression |
43 }; | 43 }; |
44 | 44 |
45 EditableDenseThreeDimensionalModel(sv_samplerate_t sampleRate, | 45 EditableDenseThreeDimensionalModel(sv_samplerate_t sampleRate, |
46 int resolution, | 46 int resolution, |
47 int height, | 47 int height, |
48 CompressionType compression, | 48 CompressionType compression, |
49 bool notifyOnAdd = true); | 49 bool notifyOnAdd = true); |
50 | 50 |
51 virtual bool isOK() const; | 51 virtual bool isOK() const; |
52 | 52 |
53 virtual sv_samplerate_t getSampleRate() const; | 53 virtual sv_samplerate_t getSampleRate() const; |
54 virtual sv_frame_t getStartFrame() const; | 54 virtual sv_frame_t getStartFrame() const; |