Class Source

Inheritance Relationships

Base Type

Class Documentation

class Source : public SourceInterface

General source of particles.

This class is a container for source features. The source prepares a new candidate by passing it to all its source features to be modified accordingly.

Public Functions

void add(SourceFeature *feature)
virtual ref_ptr<Candidate> getCandidate() const
virtual std::string getDescription() const
inline size_t addReference() const
inline size_t removeReference() const
inline int removeReferenceNoDelete() const
inline size_t getReferenceCount() const

Protected Attributes

mutable size_t _referenceCount