VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 "vrfutil/readerWriter.h"
12 #include "vrfutil/rwString.h"
14 
19 
22 {
23 public:
24 
27 
29  DtObstacleAreaCompatilibility(const DtString & readerWriterName,
30  DtReaderWriterRegistry* parentRegistry = NULL);
31  DtObstacleAreaCompatilibility(const DtSymbolString& readerWriterName,
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36 
37  const DtString & type() const;
38  DtSymbolString name() const;
39  const DtLocalVertexList & vertices() const;
40  DtLocalVertexList & vertices();
41 
42 protected:
43 
46 
49 
50 protected:
51 
55 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)