GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
Control_Points Struct Reference

#include <imagery.h>

Data Fields

int count
 
double * e1
 
double * n1
 
double * z1
 
double * e2
 
double * n2
 
double * z2
 
int * status
 

Detailed Description

Definition at line 40 of file imagery.h.

Field Documentation

◆ count

int Control_Points::count

Definition at line 42 of file imagery.h.

Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().

◆ e1

double* Control_Points::e1

Definition at line 43 of file imagery.h.

Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().

◆ e2

double* Control_Points::e2

Definition at line 46 of file imagery.h.

Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().

◆ n1

double* Control_Points::n1

Definition at line 44 of file imagery.h.

Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().

◆ n2

double* Control_Points::n2

Definition at line 47 of file imagery.h.

Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().

◆ status

int* Control_Points::status

Definition at line 49 of file imagery.h.

Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().

◆ z1

double* Control_Points::z1

Definition at line 45 of file imagery.h.

◆ z2

double* Control_Points::z2

Definition at line 48 of file imagery.h.


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