Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
cutComposite Class Reference
A composite of cuts.
More...
#include <cutComposite.h>
Inheritance diagram for cutComposite:
List of all members.
Public Methods |
| cutComposite () |
| default constructor.
|
virtual | ~cutComposite () |
| default destructor.
|
virtual bool | apply () |
| makes and AND of all the cuts in the composite.
|
Detailed Description
A composite of cuts.
cutComposite is a cutVI.
cutComposite is a composite of cuts.
- Its
apply()
method executes and AND of all cuts in the composite. - The cuts are served via a serverVI. That means that an individual cut can be retreived using its name (via the
get(name)
method of serverVI).
Definition at line 22 of file cutComposite.h.
Constructor & Destructor Documentation
cutComposite::cutComposite ( ) [inline] |
|
cutComposite::~cutComposite ( ) [inline, virtual] |
|
Member Function Documentation
bool cutComposite::apply ( ) [inline, virtual] |
|
makes and AND of all the cuts in the composite.
Reimplemented from cutVI.
Definition at line 5 of file cutComposite.cpp.
The documentation for this class was generated from the following files:
Generated at Fri Aug 18 12:57:40 2000 for centella framework by
1.1.3 written by Dimitri van Heesch,
© 1997-2000