Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
ApplyGeoParams Struct Reference

#include <xmipp_image_base.h>

Public Member Functions

 ApplyGeoParams ()
 

Public Attributes

bool only_apply_shifts
 
DataMode datamode
 
size_t select_img
 
bool wrap
 

Detailed Description

Definition at line 136 of file xmipp_image_base.h.

Constructor & Destructor Documentation

◆ ApplyGeoParams()

ApplyGeoParams::ApplyGeoParams ( )
inline

Definition at line 143 of file xmipp_image_base.h.

144  {
145  only_apply_shifts = false;
146  datamode = DATA;
148  wrap = xmipp_transformation::WRAP;
149  }
#define ALL_IMAGES

Member Data Documentation

◆ datamode

DataMode ApplyGeoParams::datamode

Definition at line 139 of file xmipp_image_base.h.

◆ only_apply_shifts

bool ApplyGeoParams::only_apply_shifts

Definition at line 138 of file xmipp_image_base.h.

◆ select_img

size_t ApplyGeoParams::select_img

Definition at line 140 of file xmipp_image_base.h.

◆ wrap

bool ApplyGeoParams::wrap

Definition at line 141 of file xmipp_image_base.h.


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