cee::geo::EffectPointSize Class Reference

Effect describing the size of the diameter of the associated point based part data, in pixels. More...

Public Member Functions

 EffectPointSize ()
 Constructs an empty effect. More...
 
 EffectPointSize (unsigned int size)
 Constructs an effect. More...
 
virtual Type type () const
 Returns Effect::POINT_SIZE. More...
 
virtual PtrRef< Effectclone ()
 Clones the effect. More...
 
unsigned int size () const
 Returns the size of the point(s) diameter, in pixels. More...
 
void setSize (unsigned int size)
 Specifies the size of the point(s) diameter, in pixels. More...
 
- Public Member Functions inherited from cee::RefCountedObject
void addRef () const
 Increments the reference count for this object. More...
 
void release () const
 Decrements the reference count for this object. More...
 
int refCount () const
 Returns the reference count for this object. More...
 
void setRefCountZero () const
 Sets the ref count to zero, but DOES NOT delete the object. More...
 

Additional Inherited Members

- Public Types inherited from cee::geo::Effect
enum  Type {
  COLOR, OPACITY, FRONT_AND_BACK_COLOR, FRONT_AND_BACK_OPACITY,
  TEXTURE, EYE_LIFT, POLYGON_OFFSET, HALO,
  LIGHTING, LINE_WIDTH, POINT_SIZE
}
 Enumerator for each of the available effect types. More...
 
- Protected Member Functions inherited from cee::geo::Effect
 Effect ()
 Constructs an empty part effect of a given type. More...
 
Inheritance diagram for cee::geo::EffectPointSize:
cee::geo::Effect cee::RefCountedObject

Detailed Description

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
PartSettings

Constructor & Destructor Documentation

cee::geo::EffectPointSize::EffectPointSize ( )

Constructs an empty effect.

cee::geo::EffectPointSize::EffectPointSize ( unsigned int  size)

Constructs an effect.

Member Function Documentation

PtrRef< Effect > cee::geo::EffectPointSize::clone ( )
virtual

Clones the effect.

Implements cee::geo::Effect.

void cee::geo::EffectPointSize::setSize ( unsigned int  size)

Specifies the size of the point(s) diameter, in pixels.

unsigned int cee::geo::EffectPointSize::size ( ) const

Returns the size of the point(s) diameter, in pixels.

Effect::Type cee::geo::EffectPointSize::type ( ) const
virtual

Returns Effect::POINT_SIZE.

Implements cee::geo::Effect.