VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
flt
dfdInit.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: dfdInit.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
#ifndef dfdInit_H_
9
#define dfdInit_H_
10
11
// \file dfdInit.h
12
// \brief Contains the DtDfdDfadInitializer class declaration.
13
14
#include "
flt/fltDefines.h
"
15
#include "
dted/dfadInit.h
"
16
17
18
// The DFD initializer contains all of the options/settings to use when
19
// importing DFD vector files.
20
class
DT_DLL_flt
DtDfdDfadInitializer
:
public
DtDfadInitializer
21
{
22
23
public
:
24
25
// default constructor.
26
DtDfdDfadInitializer
();
27
28
// destructor
29
virtual
~
DtDfdDfadInitializer
();
30
31
// copy constructor
32
DtDfdDfadInitializer
(
const
DtDfdDfadInitializer
& orig);
33
34
// assignment operator
35
DtDfdDfadInitializer
&
operator=
(
const
DtDfdDfadInitializer
& orig);
36
37
virtual
DtString
type
();
38
39
};
40
41
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)