Xmipp  v3.23.11-Nereus
Classes | Enumerations
GeoTransformerSettings
Collaboration diagram for GeoTransformerSettings:

Classes

class  GeoTransformerSettings< T >
 
class  AGeoTransformer< SettingsType, T >
 

Enumerations

enum  InterpolationDegree { InterpolationDegree::Linear, InterpolationDegree::Cubic }
 
enum  InterpolationType { InterpolationType::OneToN, InterpolationType::NToN }
 

Detailed Description

Enumeration Type Documentation

◆ InterpolationDegree

enum InterpolationDegree
strong
Enumerator
Linear 
Cubic 

Definition at line 38 of file ageo_transformer.h.

◆ InterpolationType

enum InterpolationType
strong
Enumerator
OneToN 
NToN 

Definition at line 39 of file ageo_transformer.h.

39  {
40  OneToN, // we have one original item, output are multiple items derived from the original one
41  NToN // we have multiple original items, output are multiple items derived from respective original one
42 };