VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
obsAreaCompat.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: obsAreaCompat.h,v $ $Revision: 1.9 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtObstacleAreaCompatilibility_H_
13
#define DtObstacleAreaCompatilibility_H_
14
15
#include "
vrfutil/rdrWritr.h
"
16
#include "
vrfutil/rwString.h
"
17
#include "
vrfutil/lclVtxList.h
"
18
23
24
#include "
vrfobjcore/vrfobjcoreDefines.h
"
25
class
DT_DLL_vrfobjcore
DtObstacleAreaCompatilibility
:
public
DtReaderWriter
26
{
27
public
:
28
30
DtObstacleAreaCompatilibility
();
31
33
DtObstacleAreaCompatilibility
(
const
DtString
& readerWriterName,
34
DtReaderWriterRegistry
* parentRegistry = NULL);
35
DtObstacleAreaCompatilibility
(
const
DtSymbolString
& readerWriterName,
36
DtReaderWriterRegistry
* parentRegistry = NULL);
37
39
virtual
~
DtObstacleAreaCompatilibility
();
40
41
const
DtString
& type()
const
;
42
DtSymbolString
name
()
const
;
43
const
DtLocalVertexList
& vertices()
const
;
44
45
protected
:
46
48
DtObstacleAreaCompatilibility
(
const
DtObstacleAreaCompatilibility
& orig);
49
51
DtObstacleAreaCompatilibility
&
operator=
(
const
DtObstacleAreaCompatilibility
& orig);
52
53
protected
:
54
55
DtRwString
myType
;
56
DtRwString
myName
;
57
DtLocalVertexList
myVertices
;
58
};
59
60
#endif
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
)