#include <StyleCollection.h>
geGIS::StyleCollection::StyleCollection |
( |
| ) |
|
geGIS::StyleCollection::StyleCollection |
( |
std::string |
_attribute | ) |
|
geGIS::StyleCollection::~StyleCollection |
( |
| ) |
|
void geGIS::StyleCollection::addStyle |
( |
std::shared_ptr< Style > |
_style | ) |
|
void geGIS::StyleCollection::copyStyleCollectionToUniformBuffers |
( |
std::shared_ptr< ge::Shader > |
_shader | ) |
|
std::string geGIS::StyleCollection::getAttributeName |
( |
| ) |
|
std::string geGIS::StyleCollection::getAttributeType |
( |
| ) |
|
double geGIS::StyleCollection::getLineConfigMaxRadius |
( |
| ) |
const |
double geGIS::StyleCollection::getLineConfigRadius |
( |
| ) |
const |
std::shared_ptr< Style > geGIS::StyleCollection::getStyleAt |
( |
int |
_idx | ) |
|
int geGIS::StyleCollection::getStyleCount |
( |
| ) |
|
int geGIS::StyleCollection::getStyleIndexForChar |
( |
unsigned char |
_in | ) |
|
int geGIS::StyleCollection::getStyleIndexForInt |
( |
int |
_in | ) |
|
int geGIS::StyleCollection::getStyleIndexForString |
( |
std::string |
_in | ) |
|
int geGIS::StyleCollection::getTypeIDForStyleType |
( |
std::string |
_type | ) |
|
void geGIS::StyleCollection::setAttributeName |
( |
std::string |
_name | ) |
|
void geGIS::StyleCollection::setAttributeType |
( |
std::string |
_type | ) |
|
void geGIS::StyleCollection::setLineConfigMaxRadius |
( |
double |
_radius | ) |
|
void geGIS::StyleCollection::setLineConfigRadius |
( |
double |
_radius | ) |
|
The documentation for this class was generated from the following files:
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineFeatures/include/StyleCollection.h
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineFeatures/src/StyleCollection.cpp