mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Upgraded visualization libraries
Major refactoring of color legend framework Added discrete log color legend p4#: 18989
This commit is contained in:
@@ -27,16 +27,14 @@ namespace cvf {
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
// Base64 encoding and decoding for representing binary data in an ASCII string format by
|
||||
// translating it into a radix-64 representation.
|
||||
// Base64 encoding and decoding for representing binary data in an ASCII string
|
||||
//
|
||||
//==================================================================================================
|
||||
class Base64
|
||||
{
|
||||
public:
|
||||
static std::string encode(const cvf::UByteArray& data);
|
||||
static cvf::ref<cvf::UByteArray> decode(const std::string& encodedData);
|
||||
|
||||
static std::string encode(const cvf::UByteArray& data);
|
||||
static cvf::ref<cvf::UByteArray> decode(const std::string& encodedData);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user