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:

conNextEvent cutComposite cutSelection cutSelectionTask 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]

pure virtual function to apply a cut.

Reimplemented in conNextEvent, and cutComposite.


The documentation for this class was generated from the following file:
Generated at Fri Aug 18 12:57:40 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000