Add temporary function of getBufferSize which will be removed later

release/4.3a0
Sungtae An 2014-12-01 05:02:23 -05:00
parent 332b3f9da9
commit e467f56b74
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ public:
double* getBuffer() {
return buffer_;
}
size_t getBufferSize() {
return bufferSize_;
}
protected:
void clean() ;