LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
image.h
Go to the documentation of this file.
1 // Copyright 2015 Trimble Navigation Ltd. All rights reserved.
2 // This file is intended for public distribution.
3 
4 #ifndef LAYOUT_MODEL_IMAGE_H_
5 #define LAYOUT_MODEL_IMAGE_H_
6 
7 #include <LayOutAPI/common.h>
9 #include <LayOutAPI/model/defs.h>
10 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif // __cplusplus
19 
37  const LOAxisAlignedRect2D* bounds,
38  const char* file_path);
39 
48 
59 
70 
80 
92 
105 
127 
128 #ifdef __cplusplus
129 } // end extern "C"
130 #endif // __cplusplus
131 #endif // LAYOUT_MODEL_IMAGE_H_