VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvGlStudioHLA13
DtUpdaterFactoryHLA13Seed.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrvGlStudioHLA13/DtGlStudioHLA13.h
>
12
13
namespace
makVrv
14
{
15
class
DtDe;
16
20
class
DT_DLL_VRVGLSTUDIOHLA13
DtUpdaterFactoryHLA13Seed
21
{
22
public
:
24
DtUpdaterFactoryHLA13Seed
(
DtDe
* de);
25
27
virtual
~
DtUpdaterFactoryHLA13Seed
();
28
35
virtual
void
seedFactory();
36
37
protected
:
38
DtDe
*
myDe
;
39
};
40
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)