VR-Forces 4.2 Class Documentation
rwRailSegment.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
12 
15 
16 #pragma once
17 
18 #include "vrfutil/railSegment.h"
19 #include <vlutil/vlString.h>
20 #include "vrfutil/rdrWritr.h"
21 #include "vrfutil/rwBoolean.h"
22 #include "vrfutil/rwInt.h"
23 
24 #include "vrfutil/vrfutilDefines.h"
25 #include "rwTemplatedList.h"
26 
28 {
29 
30 public:
31 
33  {
34  DtForward = 0,
35  DtReverse
36  };
37 
39  DtRwRailSegment(const DtString& name = "rail-segment",
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
42  DtRwRailSegment(const DtSymbolString& name,
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
46  DtRwRailSegment(const DtVector& start,const DtVector& end,
47  const DtString& name = "rail-segment",
48  DtReaderWriterRegistry* parentRegistry = NULL);
49 
50  DtRwRailSegment(const DtVector& start,const DtVector& end,
51  const DtSymbolString& name,
52  DtReaderWriterRegistry* parentRegistry = NULL);
53 
54  DtRwRailSegment(const DtRailSegment& fromRail,
55  const DtString& name,
56  DtReaderWriterRegistry* parentRegistry = NULL);
57 
58  DtRwRailSegment(const DtRailSegment& fromRail,
59  const DtSymbolString& name,
60  DtReaderWriterRegistry* parentRegistry = NULL);
61 
63  DtRwRailSegment(const DtRwRailSegment & orig,
64  DtReaderWriterRegistry* parentRegistry = NULL);
65 
68  DtRwRailSegment & operator=(const DtRailSegment & orig);
69 
70  virtual ~DtRwRailSegment();
71 
72  virtual void putSelf(FILE* fp, int indentLevel = 0,
73  bool writeUnspecified = false, const DtFilename& path =
74  DtFilename::nullFilename());
75 
76  virtual void getSelf(DtlObjPtr args,
77  const DtFilename& searchPath = DtFilename::nullFilename(),
78  const DtVariableBindingsList& variableBindings = nullVariableReference());
79 
83  virtual const char* readerWriterType() const;
84 
85 protected:
86 
87 };
88 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)