VR-Vantage API Documentation
DtTrailEffect.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtTrailEffect.h,v $ $Revision: 1.14 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtTrailEffect_H_
14 #define DtTrailEffect_H_
15 
16 #include <vrvCore/vrvCore.h>
17 #include <matrix/vlVector.h>
18 #include <string>
19 
20 namespace makVrv
21 {
22  class DtSceneObjectAgent;
23  class DtModelAgent;
24 
30  {
31  public:
32 
34  DtTrailEffect(DtSceneObjectAgent* object, const std::string& definition,
35  const std::string& schema, int visualizerType );
36 
38  virtual ~DtTrailEffect();
39 
41  virtual void setModelSet( int modelSet );
42 
44  virtual DtModelAgent* effectDriver();
45 
46  protected:
51  };
52 }
53 
54 #endif
55 


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)