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