Class Source
Defined in File Source.h
Inheritance Relationships
Base Type
public SourceInterface
(Class SourceInterface)
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 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
-
void add(SourceFeature *feature)