14 #include <osg/MatrixTransform>
28 class DtFeatureRequest;
29 class DtDebugDrawRendererDriver;
38 enum ProcessStep {
WAITING, RECEIVED_REQUEST, END_REQUEST, SEND_RESPONSE, END_SUCCESS, END_ERROR };
52 virtual bool isDone();
60 virtual void respondError(std::string errorMsg);
63 virtual void sendResponse();
DtFeatureProcessCreator(makVrv::DtDe &de)
constructor and destructor
Creator for the DtFeatureProcess class.
Definition: featureProcess.h:88
DtFeatureRequest * myRequest
brief Message request
Definition: featureProcess.h:75
ProcessStep myProcessStep
Process status.
Definition: featureProcess.h:72
Definition: featureProcess.h:38
voidpf uLong int origin
Definition: ioapi.h:42
ProcessStep
steps in the image capture process
Definition: featureProcess.h:38
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: vrfMessage.h:25
virtual ~DtFeatureProcessCreator()
DtFeatureRequest is a message to draw/delete feature information from the debugDrawManager to the deb...
Definition: vrfFeatureMessage.h:26
DtBaseProcess is the base class for all messages processes that can be sent between the server and th...
Definition: baseProcess.h:32
osg::ref_ptr< osg::MatrixTransform > myTransform
top transform
Definition: featureProcess.h:78
virtual DtBaseProcess * create(DtBaseMessage *message)
create a DtFeatureProcessCreator and return it
base class for all process creators, interface used to create classes that can be passed to the Proce...
Definition: baseProcess.h:77
DtPoint myOrigin
origin
Definition: featureProcess.h:81
DtDebugDrawRenderer is the main class that controls the processing flow of the DebugDrawRenderer.
Definition: debugDrawRendererDriver.h:33
#define DT_DLL_DEBUGDRAWRENDERER
Definition: debugDrawRendererExport.h:19
makVrv::DtDe & myDe
Definition: featureProcess.h:101
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Process responsible to draw feature information on screen.
Definition: featureProcess.h:32
** Copyright (c) 2020 MAK Technologies, Inc.