Class Source¶
- Defined in File Source.h
Inheritance Relationships¶
Base Type¶
public SourceInterface
(Class SourceInterface)
Class Documentation¶
-
class
Source
: public SourceInterface¶ General cosmic ray source.
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)¶
-
std::string
getDescription
() const
-
size_t
addReference
() const
-
size_t
removeReference
() const
-
int
removeReferenceNoDelete
() const
-
size_t
getReferenceCount
() const
Protected Attributes
-
size_t
_referenceCount
-
void