VR-Forces 4.0.4 Class Documentation
include/vrfutil/evalFactEntry.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2002 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: evalFactEntry.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtEvaluatorFactoryEntry_H_
00013 #define DtEvaluatorFactoryEntry_H_
00014 
00015 
00016 
00017 #include "vrfutil/evalFactory.h"
00018 
00024 #include "vrfutil/vrfutilDefines.h"
00025 class DT_DLL_vrfutil DtEvaluatorFactoryEntry
00026 {
00027 public:
00028 
00030    DtEvaluatorFactoryEntry();
00031 
00033    virtual ~DtEvaluatorFactoryEntry();
00034 
00039    virtual int typeToCreate() const;
00040    virtual void setTypeToCreate(int type);
00041 
00043    virtual const DtEvaluatorCreatorFcn& creatorFcn() const;
00044    virtual void setCreatorFcn(const DtEvaluatorCreatorFcn& fcn);
00045 
00046 protected:
00047 
00049    DtEvaluatorFactoryEntry(const DtEvaluatorFactoryEntry& orig);
00050 
00052    DtEvaluatorFactoryEntry& operator=(const DtEvaluatorFactoryEntry& orig);
00053 
00054 protected:
00055 
00056    int myTypeToCreate;
00057    DtEvaluatorCreatorFcn myCreatorFcn;
00058 };
00059 
00060 #endif
00061 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)