Xmipp  v3.23.11-Nereus
Classes | Macros | Functions
rwPIF.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PIFMainHeader
 
struct  PIFDataHeader
 

Macros

#define CORE_RWPIF_H_
 

Functions

int readPIF (size_t select_img)
 
int writePIF (size_t select_img=ALL_IMAGES, bool isStack=false, int mode=WRITE_OVERWRITE)
 

Macro Definition Documentation

◆ CORE_RWPIF_H_

#define CORE_RWPIF_H_

Definition at line 28 of file xmipp_image_base.h.

Function Documentation

◆ readPIF()

int readPIF ( size_t  select_img)

Read image from PIF file format

Parameters
select_imgIndex number of selected image
Returns

◆ writePIF()

int writePIF ( size_t  select_img = ALL_IMAGES,
bool  isStack = false,
int  mode = WRITE_OVERWRITE 
)

Write image to PIF file format

Parameters
select_imgNumber of selected image to write
isStackForce to write as stack if possible
modeWrite file type: overwrite, replace, append....
Returns