Xmipp  v3.23.11-Nereus
Enumerations
xmipp_write_mode.h File Reference

Go to the source code of this file.

Enumerations

enum  WriteMode {
  WRITE_READONLY, WRITE_OVERWRITE, WRITE_REPLACE, WRITE_APPEND,
  WRITE_LAST_LABEL, WRITE_READONLY, WRITE_OVERWRITE, WRITE_REPLACE,
  WRITE_APPEND, WRITE_LAST_LABEL
}
 

Enumeration Type Documentation

◆ WriteMode

enum WriteMode

Write mode This class defines the writing behavior.

Enumerator
WRITE_READONLY 
WRITE_OVERWRITE 
WRITE_REPLACE 
WRITE_APPEND 
WRITE_LAST_LABEL 
WRITE_READONLY 
WRITE_OVERWRITE 
WRITE_REPLACE 
WRITE_APPEND 
WRITE_LAST_LABEL 

Definition at line 32 of file xmipp_write_mode.h.

33 {
34  WRITE_READONLY, //only can read the file
35  WRITE_OVERWRITE, //forget about the old file and overwrite it
36  WRITE_REPLACE, //replace a particular object by another
37  WRITE_APPEND, //append and object at the end of a stack, so far can not append stacks
38  WRITE_LAST_LABEL // **** NOTE ****: Do keep this label always at the end
39  // it is here for looping purposes
40 } WriteMode;
WriteMode