#include <BaseCutPoR.h>
Collaboration diagram for BaseCutPoRConst:
Automagically converts between pointers and references to const BaseCut objects
Author: Benno List, Jenny Böhme
Definition at line 62 of file BaseCutPoR.h.
Public Member Functions | |
BaseCutPoRConst (const BaseCut &bc_) | |
Constructor from a reference. | |
BaseCutPoRConst (const BaseCut *pbc_) | |
Constructor from a pointer. | |
BaseCutPoRConst (int=0) | |
Constructor from an int (will normally be 0!). | |
BaseCutPoRConst (const std::string &name) | |
Constructor from a name. | |
BaseCutPoRConst (const char *name) | |
Constructor from a name. | |
Public Attributes | |
const BaseCut * | pbc |
A BaseCut pointer. |
|
Constructor from a reference.
Definition at line 65 of file BaseCutPoR.h. References pbc. |
|
Constructor from a pointer.
Definition at line 69 of file BaseCutPoR.h. References pbc. |
|
Constructor from a name.
Definition at line 27 of file BaseCutPoR.C. |
|
Constructor from a name.
Definition at line 30 of file BaseCutPoR.C. |