VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 /*********************************************************************
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/readerWriter.h"
16 #include "vrfutil/rwString.h"
18 
23 
26 {
27 public:
28 
31 
33  DtObstacleAreaCompatilibility(const DtString & readerWriterName,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35  DtObstacleAreaCompatilibility(const DtSymbolString& readerWriterName,
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
40 
41  const DtString & type() const;
42  DtSymbolString name() const;
43  const DtLocalVertexList & vertices() const;
44 
45 protected:
46 
49 
52 
53 protected:
54 
58 };
59 
60 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)