OmniSciDB
a5dc49c757
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
RasterInfo.h
Go to the documentation of this file.
1
/*
2
* Copyright 2023 HEAVY.AI, Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#pragma once
18
19
#ifndef __CUDACC__
20
21
#include <cstdint>
22
23
namespace
RasterFormat_Namespace {
24
25
struct
RasterInfo
{
26
const
int64_t
raster_channels
;
27
const
int64_t
x_pixels_per_tile
;
28
const
int64_t
y_pixels_per_tile
;
29
const
int64_t
halo_x_pixels_per_tile_boundary
;
30
const
int64_t
halo_y_pixels_per_tile_boundary
;
31
const
int64_t
logical_x_pixels_per_tile
;
32
const
int64_t
logical_y_pixels_per_tile
;
33
const
int64_t
x_tiles
;
34
const
int64_t
y_tiles
;
35
const
int64_t
batch_tiles
;
36
const
double
x_input_units_per_pixel
;
37
const
double
y_input_units_per_pixel
;
38
const
double
min_x_input
;
39
const
double
min_y_input
;
40
};
41
42
}
// namespace RasterFormat_Namespace
43
44
#endif // #ifdef __CUDACC__
RasterFormat_Namespace::RasterInfo::logical_y_pixels_per_tile
const int64_t logical_y_pixels_per_tile
Definition:
RasterInfo.h:32
RasterFormat_Namespace::RasterInfo::raster_channels
const int64_t raster_channels
Definition:
RasterInfo.h:26
RasterFormat_Namespace::RasterInfo::logical_x_pixels_per_tile
const int64_t logical_x_pixels_per_tile
Definition:
RasterInfo.h:31
RasterFormat_Namespace::RasterInfo
Definition:
RasterInfo.h:25
RasterFormat_Namespace::RasterInfo::x_pixels_per_tile
const int64_t x_pixels_per_tile
Definition:
RasterInfo.h:27
RasterFormat_Namespace::RasterInfo::halo_y_pixels_per_tile_boundary
const int64_t halo_y_pixels_per_tile_boundary
Definition:
RasterInfo.h:30
RasterFormat_Namespace::RasterInfo::min_x_input
const double min_x_input
Definition:
RasterInfo.h:38
RasterFormat_Namespace::RasterInfo::y_tiles
const int64_t y_tiles
Definition:
RasterInfo.h:34
RasterFormat_Namespace::RasterInfo::min_y_input
const double min_y_input
Definition:
RasterInfo.h:39
RasterFormat_Namespace::RasterInfo::x_tiles
const int64_t x_tiles
Definition:
RasterInfo.h:33
RasterFormat_Namespace::RasterInfo::x_input_units_per_pixel
const double x_input_units_per_pixel
Definition:
RasterInfo.h:36
RasterFormat_Namespace::RasterInfo::batch_tiles
const int64_t batch_tiles
Definition:
RasterInfo.h:35
RasterFormat_Namespace::RasterInfo::y_input_units_per_pixel
const double y_input_units_per_pixel
Definition:
RasterInfo.h:37
RasterFormat_Namespace::RasterInfo::y_pixels_per_tile
const int64_t y_pixels_per_tile
Definition:
RasterInfo.h:28
RasterFormat_Namespace::RasterInfo::halo_x_pixels_per_tile_boundary
const int64_t halo_x_pixels_per_tile_boundary
Definition:
RasterInfo.h:29
QueryEngine
TableFunctions
SystemFunctions
os
Shared
RasterInfo.h
Generated on Tue Aug 27 2024 00:12:43 for OmniSciDB by
1.8.5