|
SMIL 1.1.2
|
Composite structuring element. More...
Composite structuring element.
#include <DCompositeSE.h>
Inheritance diagram for CompStrElt:
Collaboration diagram for CompStrElt:Public Member Functions | |
| CompStrElt (const CompStrElt &rhs) | |
| CompStrElt - Constructor. | |
| CompStrElt (const StrElt &fg, const StrElt &bg) | |
| CompStrElt - Constructor. | |
| CompStrElt | operator~ () |
| operator~() Switch foreground/background SE | |
| CompStrElt & | rotate (int steps=1) |
| Counterclockwise rotate SE points. | |
| CompStrEltList | operator| (const CompStrElt &rhs) |
| operator | | |
| CompStrEltList | operator() (UINT nrot) |
| operator () | |
| virtual void | printSelf (ostream &os=std::cout, string indent="") const |
| printSelf() - print CompStrEltList content | |
| CompStrElt | ( | const CompStrElt & | rhs | ) |
CompStrElt - Constructor.
Build a CompStrElt based on the one passed as parameter
| [in] | rhs | : Composite Structuring Element |
| CompStrElt | ( | const StrElt & | fg, |
| const StrElt & | bg | ||
| ) |
CompStrElt - Constructor.
Build a CompStrElt based on the two SEs passed as parameter
| [in] | fg,bg | : Composite Structuring Element |
| CompStrElt operator~ | ( | ) |
| CompStrEltList operator() | ( | UINT | nrot | ) |
operator ()
Return a CompStrEltList containing the nrot rotations of the CompStrElt
|
virtual |
printSelf() - print CompStrEltList content
| [in] | os | : output stream (default : std::cout) |
| [in] | indent | : prefix to each printed line (string) |
Reimplemented from BaseObject.