Utils.cpp File Reference

Utility functions for the raster module. More...

#include "../datatype/Enums.h"
#include "../geometry/Coord2D.h"
#include "BandIterator.h"
#include "Exception.h"
#include "PositionIterator.h"
#include "RasterFactory.h"
#include "Utils.h"
#include <boost/cstdint.hpp>
#include <boost/random.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include <cassert>
#include <limits>
#include <vector>

Go to the source code of this file.

Variables

static int sg_pixelSize []
 

Detailed Description

Utility functions for the raster module.

Definition in file Utils.cpp.

Variable Documentation

int sg_pixelSize[]
static

Definition at line 45 of file Utils.cpp.

Referenced by te::rst::GetPixelSize().