![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2005 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: taskableSubPred.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *******************************************************************************/ 00008 #ifndef taskableSubPred_H_ 00009 #define taskableSubPred_H_ 00010 00013 00017 00018 #include "vrfobjcore/compositePred.h" 00019 00025 #include "vrfobjcore/vrfobjcoreDefines.h" 00026 class DT_DLL_vrfobjcore DtTaskableSubordinatePredicate : public DtCompositePredicate 00027 { 00028 public: 00029 DtTaskableSubordinatePredicate(bool negate=false); 00031 virtual ~DtTaskableSubordinatePredicate(); 00032 00034 DtTaskableSubordinatePredicate(const DtTaskableSubordinatePredicate& orig); 00035 00036 virtual DtVrfObjectPredicate* clone() const; 00037 00038 protected: 00039 }; 00040 00041 #endif