Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
cutVI Class Reference
pure virtual class to implement a cut.
More...
#include <cutVI.h>
Inheritance diagram for cutVI:
List of all members.
Public Methods |
| cutVI () |
| default constructor.
|
virtual | ~cutVI () |
| defulat constructor.
|
virtual bool | apply () = 0 |
| pure virtual function to apply a cut.
|
Detailed Description
pure virtual class to implement a cut.
All selections of the program should inherit from this class.
The pure virtual method apply() returns true/false if the cut is or is not fulfill.
Definition at line 14 of file cutVI.h.
Constructor & Destructor Documentation
cutVI::cutVI ( ) [inline] |
|
default constructor.
Definition at line 20 of file cutVI.h.
cutVI::~cutVI ( ) [inline, virtual] |
|
defulat constructor.
Definition at line 22 of file cutVI.h.
Member Function Documentation
bool cutVI::apply ( ) [inline, pure virtual] |
|
The documentation for this class was generated from the following file:
Generated at Fri Aug 18 12:57:40 2000 for centella framework by
1.1.3 written by Dimitri van Heesch,
© 1997-2000