Raytrix RayCam SDK  v2.1.0
EImageFormat.h
Go to the documentation of this file.
1 // Copyright (c) 2013 Raytrix GmbH. All rights reserved.
4 #pragma once
5 // additional include guard is needed here for gcc
6 #ifndef EIMAGEFORMAT_H
7  #define EIMAGEFORMAT_H
8 
9  namespace Rx
10  {
11  namespace RayCam
12  {
13  #undef RX_MANAGED_ENUM
14  #include "EImageFormatValues.h"
15  #undef RX_MANAGED_ENUM
16  }
17  }
18 
19 #endif
Definition: RayCamAPI.h:27