Bsoft object

enum TransformType

Source:

include/rwimg.h

Description:

Fourier transform format specifier.

Features:

Transforms are classified according to where the origin is and whether
all or only the hermitian half is stored in a file.

Code:

enum TransformType {
NoTransform = 0, // No transform
Standard = 1, // Standard transform: origin = (0,0,0)
Centered = 2, // Centered transform: origin = (nx/2,ny/2,nz/2)
Hermitian = 3, // Hermitian half: origin = (0,0,0)
CentHerm = 4 // Centered hermitian: origin = (0,ny/2,nz/2)
} ;


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home