![]() |
VR-Link API Documentation for DIS
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef hBuPtObjTrDec_H_ 00008 #define hBuPtObjTrDec_H_ 00009 00010 #if DtHLA 00011 00012 #include "hPtObjTransDec.h" 00013 00017 00018 class DT_DLL_VL DtPointObjectTransaction; 00019 00022 00023 #define DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(paramName) \ 00024 DtDECLARE_PARAM_DECODER(DtPointObjectTransaction, paramName) 00025 00026 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_DECODER(paramName, netType, mutator) \ 00027 DtDEFINE_SIMPLE_PARAM_DECODER(DtBurstPointObjectTransactionDecoder, DtPointObjectTransaction, \ 00028 paramName, netType, mutator) 00029 00030 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_DECODER_WITH_CAST( \ 00031 paramName, netType, mutator, castExpr) \ 00032 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \ 00033 DtBurstPointObjectTransactionDecoder, DtPointObjectTransaction, \ 00034 paramName, netType, mutator, castExpr) 00035 00036 00040 class DT_DLL_VL DtBurstPointObjectTransactionDecoder : 00041 public DtPointObjectTransactionDecoder 00042 { 00043 public: 00044 00046 DtBurstPointObjectTransactionDecoder(DtExerciseConn* exConn, 00047 DtInterClassDesc* classDesc); 00048 00050 virtual ~DtBurstPointObjectTransactionDecoder(); 00051 00053 DtBurstPointObjectTransactionDecoder( 00054 const DtBurstPointObjectTransactionDecoder& orig); 00055 00057 DtBurstPointObjectTransactionDecoder& operator=( 00058 const DtBurstPointObjectTransactionDecoder& orig); 00059 00060 protected: 00061 00063 00064 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(PercentOpacity); 00065 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(CylinderSize); 00066 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(CylinderHeight); 00067 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(NumberOfBursts); 00068 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(ChemicalContent); 00069 }; 00070 00071 #endif 00072 #endif 00073