![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1999 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: rwBndingVol.h,v $ $Revision: 1.14 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 #ifndef DtRwBoundingVolume_H_ 00019 #define DtRwBoundingVolume_H_ 00020 00021 #include <matrix/3dBoundingVolume.h> 00022 #include "vrfutil/rdrWritr.h" 00023 00027 00028 #include "vrfutil/vrfutilDefines.h" 00029 class DT_DLL_vrfutil DtRwBoundingVolume : public DtReaderWriter, public Dt3dBoundingVolume 00030 { 00031 public: 00033 DtRwBoundingVolume(); 00034 00036 DtRwBoundingVolume(const DtString& name, 00037 DtReaderWriterRegistry* const parentRegistry = NULL); 00038 00039 DtRwBoundingVolume(const DtSymbolString& name, 00040 DtReaderWriterRegistry* const parentRegistry = NULL); 00041 00042 00043 00045 DtRwBoundingVolume(const DtString& name, const Dt3dBoundingVolume& 00046 fromBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL); 00047 00048 DtRwBoundingVolume(const DtSymbolString& name, const Dt3dBoundingVolume& 00049 fromBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL); 00050 00052 DtRwBoundingVolume(const DtRwBoundingVolume& orig); 00053 00055 DtRwBoundingVolume(const DtString& name, const DtRwBoundingVolume& 00056 fromRwBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL); 00057 00058 DtRwBoundingVolume(const DtSymbolString& name, const DtRwBoundingVolume& 00059 fromRwBoundingVolume, DtReaderWriterRegistry* const parentRegistry = NULL); 00060 00062 virtual ~DtRwBoundingVolume(); 00063 00065 DtRwBoundingVolume & operator=(const DtRwBoundingVolume & orig); 00066 DtRwBoundingVolume & operator=(const Dt3dBoundingVolume & orig); 00067 00068 virtual void putData(FILE* fp, int indentLevel = 0); 00069 virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath, 00070 const DtVariableBindingsList& variableBindings); 00071 00075 virtual const char* readerWriterType() const; 00076 00077 virtual bool operator==(const DtRwBoundingVolume&) const; 00078 00079 protected: 00080 00081 }; 00082 00083 #endif