List of all members.
Public Member Functions |
bool | operator== (const Cut &c) const |
| Comparison to another Cut.
|
template<typename ClassToCheck > |
bool | accept (const ClassToCheck &) const |
template<> |
bool | accept (const CuttableBase &t) const |
Protected Member Functions |
bool | _accept (const CuttableBase &) const |
Detailed Description
Definition at line 36 of file Cuts.cc.
Member Function Documentation
bool accept |
( |
const ClassToCheck & |
| ) |
const [inherited] |
bool operator== |
( |
const Cut & |
| ) |
const [inline, virtual] |
Comparison to another Cut.
Implements CutBase.
Definition at line 38 of file Cuts.cc.
{
shared_ptr<Open_Cut> cc = dynamic_pointer_cast<Open_Cut>(c);
return bool(cc);
}
The documentation for this class was generated from the following file: