VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
obstacleAreaCompatilibility.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
#include <
readerWriter/readerWriter.h
>
12
#include <
readerWriter/rwString.h
>
13
#include "
vrfutil/localVertexList.h
"
14
19
20
#include "
vrfobjcore/vrfobjcoreDefines.h
"
21
class
DT_DLL_vrfobjcore
DtObstacleAreaCompatilibility
:
public
DtReaderWriter
22
{
23
public
:
24
26
DtObstacleAreaCompatilibility
();
27
29
DtObstacleAreaCompatilibility
(
const
DtString
& readerWriterName,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
DtObstacleAreaCompatilibility
(
const
DtSymbolString
& readerWriterName,
32
DtReaderWriterRegistry
* parentRegistry = NULL);
33
35
virtual
~
DtObstacleAreaCompatilibility
();
36
37
const
DtString
& type()
const
;
38
DtSymbolString
name
()
const
;
39
const
DtLocalVertexList
& vertices()
const
;
40
DtLocalVertexList
& vertices();
41
42
protected
:
43
45
DtObstacleAreaCompatilibility
(
const
DtObstacleAreaCompatilibility
& orig);
46
48
DtObstacleAreaCompatilibility
&
operator=
(
const
DtObstacleAreaCompatilibility
& orig);
49
50
protected
:
51
52
DtRwString
myType
;
53
DtRwString
myName
;
54
DtLocalVertexList
myVertices
;
55
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)