VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwBoundingVolume.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include <matrix/3dBoundingVolume.h>
18 #include "vrfutil/readerWriter.h"
19 
23 
24 #include "vrfutil/vrfutilDefines.h"
25 class DT_DLL_vrfutil DtRwBoundingVolume : public DtReaderWriter, public Dt3dBoundingVolume
26 {
27 public:
30 
32  DtRwBoundingVolume(const DtString& name,
33  DtReaderWriterRegistry* const parentRegistry = NULL);
34 
35  DtRwBoundingVolume(const DtSymbolString& name,
36  DtReaderWriterRegistry* const parentRegistry = NULL);
37 
38 
39 
41  DtRwBoundingVolume(const DtString& name, const Dt3dBoundingVolume&
42  fromBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL);
43 
44  DtRwBoundingVolume(const DtSymbolString& name, const Dt3dBoundingVolume&
45  fromBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL);
46 
49 
52  fromRwBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL);
53 
54  DtRwBoundingVolume(const DtSymbolString& name, const DtRwBoundingVolume&
55  fromRwBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL);
56 
59  virtual void putData(DtEnvironmentSP, DtEnvValueSP parent) const;
60  virtual void getData(const DtEnvironmentSP, const DtEnvValueSP value,
63 
65  static const char* theXmlType();
66 
67  virtual const char* xmlType() const
68  {
69  return theXmlType();
70  }
72 
74  virtual ~DtRwBoundingVolume();
75 
78  DtRwBoundingVolume & operator=(const Dt3dBoundingVolume & orig);
79 
80  virtual void putData(FILE* fp, int indentLevel = 0);
81  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
82  const DtVariableBindingsList& variableBindings);
83 
87  virtual const char* readerWriterType() const;
88 
89  virtual bool operator==(const DtRwBoundingVolume&) const;
90 
91 protected:
92 
93 };

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)