LuciadCPillar 2024.0.08
|
Data class that stores attribution data. More...
#include <luciad/models/DataAttribution.h>
Public Member Functions | |
DataAttribution (std::vector< std::string > strings) | |
Creates a new DataAttribution. More... | |
const std::vector< std::string > & | getAttributionStrings () const |
Returns the attribution strings. More... | |
bool | operator!= (const DataAttribution &other) const |
bool | operator== (const DataAttribution &other) const |
Static Public Member Functions | |
static DataAttribution | empty () |
Creates an empty DataAttribution. More... | |
Data class that stores attribution data.
|
explicit |
Creates a new DataAttribution.
strings | the attribution strings. |
|
static |
Creates an empty DataAttribution.
const std::vector< std::string > & luciad::DataAttribution::getAttributionStrings | ( | ) | const |
Returns the attribution strings.
bool luciad::DataAttribution::operator!= | ( | const DataAttribution & | other | ) | const |
bool luciad::DataAttribution::operator== | ( | const DataAttribution & | other | ) | const |