cee::geo::EffectPointSize
-
class
EffectPointSize
: public Effect Effect describing the size of the diameter of the associated point based part data, in pixels.
May be overridden by the following effects if found further up the stack:
- Any other EffectPointSize
Supported by the following part data:
See also
Part, Effect, and PartSettings
Public Functions
-
EffectPointSize
() Constructs an empty effect.
-
EffectPointSize
(unsigned int size) Constructs an effect.
-
virtual Type
type
() const Returns Effect::POINT_SIZE.
-
unsigned int
size
() const Returns the size of the point(s) diameter, in pixels.
-
void
setSize
(unsigned int size) Specifies the size of the point(s) diameter, in pixels.