Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Extent Struct Reference

Raster index extent. More...

#include <Extent.h>

Public Member Functions

int getWidth () const
 
int getHeight () const
 

Public Attributes

int west
 
int south
 
int east
 
int north
 

Detailed Description

Raster index extent.

Definition at line 6 of file Extent.h.

Member Function Documentation

◆ getHeight()

int Cogs::Extent::getHeight ( ) const
inline

Definition at line 14 of file Extent.h.

◆ getWidth()

int Cogs::Extent::getWidth ( ) const
inline

Definition at line 13 of file Extent.h.

Member Data Documentation

◆ east

int Cogs::Extent::east

Definition at line 10 of file Extent.h.

◆ north

int Cogs::Extent::north

Definition at line 11 of file Extent.h.

◆ south

int Cogs::Extent::south

Definition at line 9 of file Extent.h.

◆ west

int Cogs::Extent::west

Definition at line 8 of file Extent.h.


The documentation for this struct was generated from the following file: