VR-Forces 4.1.1 Class Documentation
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 
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)