Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

cutComposite.h

Go to the documentation of this file.
00001 
00002 #ifndef CUTCOMPOSITE_H
00003 #define CUTCOMPOSITE_H
00004 
00005 #include "Event/cutVI.h"
00006 #include "Event/serverVI.h"
00007 //-------------------------------
00009 
00018 //-------------------------------
00019 // JA Hernando, Santa Cruz, CA, 05/15/00
00020 //-------------------------------
00021 //###############################
00022 class cutComposite: public cutVI, public serverVI<cutVI>
00023 //###############################
00024 {
00025 public:
00026 
00028         cutComposite() {}
00030         ~cutComposite() {}
00031 
00033         virtual bool apply();
00034 };
00035 #endif

Generated at Thu Jun 22 16:53:25 2000 for Centella Framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000