VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtTrailEffect.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtTrailEffect.h,v $ $Revision: 1.14 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtTrailEffect_H_
00014 #define DtTrailEffect_H_
00015 
00016 #include <vrvCore/vrvCore.h>
00017 #include <matrix/vlVector.h>
00018 #include <string>
00019 
00020 namespace makVrv
00021 {
00022    class DtSceneObjectAgent;
00023    class DtModelAgent;
00024 
00029    class DT_DLL_VRVCORE DtTrailEffect
00030    {
00031    public:
00032 
00034       DtTrailEffect(DtSceneObjectAgent* object, const std::string& definition, 
00035          const std::string& schema, int visualizerType );
00036 
00038       virtual ~DtTrailEffect();
00039       
00041       virtual void setModelSet( int modelSet );
00042 
00044       virtual DtModelAgent* effectDriver();
00045 
00046    protected:
00047       DtSceneObjectAgent* myParentObject;
00048       DtModelAgent* myEffectAgent;
00049       int myModelSet;
00050       int myVisualizerType;
00051    };
00052 }
00053 
00054 #endif
00055 

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)