Xmipp  v3.23.11-Nereus
Enumerations
axis_view.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  AxisView {
  VIEW_Z_NEG, VIEW_Z_POS, VIEW_Y_NEG, VIEW_Y_POS,
  VIEW_X_NEG, VIEW_X_POS
}
 

Enumeration Type Documentation

◆ AxisView

enum AxisView

Possible views for 3D MuldimArray

Enumerator
VIEW_Z_NEG 
VIEW_Z_POS 
VIEW_Y_NEG 
VIEW_Y_POS 
VIEW_X_NEG 
VIEW_X_POS 

Definition at line 32 of file axis_view.h.

33 {
34  VIEW_Z_NEG, // Front view (Z negative)
35  VIEW_Z_POS, // Z positve
36  VIEW_Y_NEG, // Align -Y axis to Z axis, rotating 90 degrees around X axis");
37  VIEW_Y_POS, // Align Y axis to Z axis, rotating -90 degrees around X axis");
38  VIEW_X_NEG, // Align -X axis to Z axis, rotating -90 degrees around Y axis");
39  VIEW_X_POS // Align X axis to Z axis, rotating 90 degrees around Y axis");
40 } AxisView;
AxisView
Definition: axis_view.h:32