VR-Forces 4.7 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 
12 #include <readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)