Added verbode debugging option to dataoutputstream and datainputstream to
help invstigation into crash under OSX when reading .ive files.
This commit is contained in:
@@ -63,6 +63,8 @@ public:
|
||||
void setIncludeImageData(bool b) {_includeImageData=b;};
|
||||
bool getIncludeImageData() {return _includeImageData;};
|
||||
|
||||
bool _verboseOutput;
|
||||
|
||||
private:
|
||||
std::ostream* _ostream;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user