MaxstARSDK
TrackingState.h
Go to the documentation of this file.
1 /*==============================================================================
2 Copyright 2017 Maxst, Inc. All Rights Reserved.
3 ==============================================================================*/
4 
5 #pragma once
6 
7 #include "Types.h"
8 #include "Image.h"
9 
10 namespace maxstAR
11 {
13  {
14  public:
16  virtual ~TrackingState() {}
17 
18  virtual Image * getImage() = 0;
19  };
20 }
Definition: TrackingState.h:12
Definition: BackgroundRenderer.h:11
virtual ~TrackingState()
Definition: TrackingState.h:16
image data which is used for tracker and rendering
Definition: Image.h:17
TrackingState()
Definition: TrackingState.h:15
#define MAXSTAR_API
Definition: Types.h:11