Added new GDAL plugin and osgbluemarble example to demonstrate how to create
PagedLOD'd databases using GDAL.
This commit is contained in:
@@ -74,6 +74,12 @@ void DataOutputStream::writeChar(char c){
|
||||
if (_verboseOutput) std::cout<<"read/writeChar() ["<<(int)c<<"]"<<std::endl;
|
||||
}
|
||||
|
||||
void DataOutputStream::writeUChar(unsigned char c){
|
||||
_ostream->write((char*)&c, CHARSIZE);
|
||||
|
||||
if (_verboseOutput) std::cout<<"read/writeUChar() ["<<(int)c<<"]"<<std::endl;
|
||||
}
|
||||
|
||||
void DataOutputStream::writeUShort(unsigned short s){
|
||||
_ostream->write((char*)&s, SHORTSIZE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user