VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nitfTaskElement.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 #include "radarFxServer/export.h"
9 
12 
13 namespace makVrv
14 {
15 class DtVideoFrameBuffer;
16 }
17 
18 namespace makRadarFx
19 {
20 extern const char* DtNitfImageTaskElementName;
21 
23 {
24  public:
28 
30  virtual ~DtNitfImageTaskElement();
31 
33  void setFromRecord(const makArchives::DtImageTaskRecord& config);
34 
35  protected:
38 
40  void handleProcessFrame(makVrv::DtVideoFrameBuffer* frame);
41 
42  private:
45 
48 
51 
52  protected:
53  double myRotation;
55  int myFormat;
57 };
58 
60 {
61  public:
64 
67 
70 
71  protected:
73  virtual makVrv::DtImageTaskElement* create(makVrv::DtDe& de,
74  makVrv::DtProcessImageTask* owningTask);
75 };
76 }
int myFrameCount
Definition: nitfTaskElement.h:56
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
Contains the DtProcessImageTask class declaration.
int myFormat
Definition: nitfTaskElement.h:55
Definition: nitfTaskElement.h:59
DtVideoStreamManager is a singleton class that manages DtVideoStreams in VR-Vantage.
Definition: DtVideoStreamManager.h:35
The DtImageTaskElement is an abstract base class for all image task elements.
Definition: DtImageTaskElement.h:25
bool myUseSimulationTime
Definition: nitfTaskElement.h:54
const char * DtNitfImageTaskElementName
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
DtImageTaskElementCreator is the common base class for all image task element creators.
Definition: DtImageTaskElement.h:95
DtProcessImageTask creates and manages all the process image pipeline elements.
Definition: DtProcessImageTask.h:36
Contains declarations needed to initialize the freeImage library.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: nitfTaskElement.h:22
double myRotation
Definition: nitfTaskElement.h:53
The image as initially captured from the camera is placed into a DtVideoFrameBuffer.
Definition: DtVideoFrameBuffer.h:20


Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)