LuciadCPillar 2024.0.08
|
A StyleExpression represents a value that can be evaluated during rendering. More...
#include <luciad/layers/styles/expressions/StyleExpression.h>
Public Member Functions | |
StyleExpression ()=delete | |
bool | operator!= (const StyleExpression< T > &rhs) const |
bool | operator== (const StyleExpression< T > &rhs) const |
A StyleExpression represents a value that can be evaluated during rendering.
It can for example represent a color or a numeric value that is used to style data on the map.
It is not possible to create a StyleExpression directly. Use luciad::StyleExpressionFactory
instead.
T | one of: bool, double, luciad::Coordinate , luciad::Color . |
|
delete |
|
inline |
|
inline |