Hexagon Cell  v.1.1.1
HexagonCells::cell_params Struct Reference

Cell parameters structure. More...

#include <Cell.h>

Public Attributes

double R
 Hexagon outer radius. More...
 
double r
 Hexagon inner radius. More...
 
double S
 Hexagon area in pixels. More...
 
int N
 Number of hexagons in the image. More...
 

Detailed Description

Cell parameters structure.

Definition at line 12 of file Cell.h.

Member Data Documentation

int HexagonCells::cell_params::N

Number of hexagons in the image.

Definition at line 16 of file Cell.h.

double HexagonCells::cell_params::R

Hexagon outer radius.

Definition at line 13 of file Cell.h.

double HexagonCells::cell_params::r

Hexagon inner radius.

Definition at line 14 of file Cell.h.

double HexagonCells::cell_params::S

Hexagon area in pixels.

Definition at line 15 of file Cell.h.


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