VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
independentlyTaskedPredicate.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: independentlyTaskedPred.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef independentlyTaskedPredicate_H_
16 #define independentlyTaskedPredicate_H_
17 
19 
24 {
25 public:
26 
27  DtIndependentlyTaskedPredicate(bool negate = false);
28 
31 
34 
35  virtual DtVrfObjectPredicate* clone() const;
36 
37 protected:
38 
40  virtual bool eval(const DtVrfObject* vrfObject);
41 };
42 
43 #endif
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
virtual bool eval(const DtVrfObject *vrfObject)=0
The actual test to be applied.
Instances of DtVrfObjectPredicate are used to evaluate a condition, given a DtVrfObject as an argumen...
Definition: vrfObjectPredicate.h:21
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtVrfObjectPredicate * clone() const =0
clone function
Contains the declaration of class DtIndependentlyTaskedPredicate, a predicate that tests if an entity...
Definition: independentlyTaskedPredicate.h:23

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)