12 #ifndef lgrDisGriddedData_H_
13 #define lgrDisGriddedData_H_
19 class DtGriddedDataPublisher;
20 class DtGriddedDataPdu;
24 class DtLgrDisSimulationManager;
28 class DT_DLL_LGRSIM DtLgrDisGriddedDataPublisher :
public DtLgrPublisherInterface
33 DT_VIRTUAL_CTR(DtLgrDisGriddedDataPublisher,(
const DtGriddedDataPdu& pdu,
34 DtLgrDisSimulationManager* simManager))
36 virtual ~DtLgrDisGriddedDataPublisher();
38 virtual void update(
const DtPdu& pdu,
double scaling,
bool isStatic,
bool sendFlag );
39 virtual void sendUpdateAtScaleChangePoint(
double oldScale,
double newScale,
40 bool wasStatic,
bool isStatic);
41 virtual void tick(
double scaling,
bool isStatic);
44 DtGriddedDataPublisher* myPublisher;