#include <mtzdata.h>
Public Attributes | |
char | label [31] |
char | type [3] |
int | active |
unsigned int | source |
float | min |
float | max |
float * | ref |
char | colsource [37] |
char | grpname [31] |
char | grptype [5] |
int | grpposn |
MTZ column struct.
int MTZCOL::active |
whether column in active list
Referenced by ccp4_lhprt(), ccp4_lwrefl(), MtzDebugHierarchy(), MtzPut(), and MtzToggleColumn().
char MTZCOL::colsource[37] |
column source - originating job
Referenced by MtzGetUserCellTolerance(), and MtzPut().
char MTZCOL::grpname[31] |
column group name
Referenced by MtzGetUserCellTolerance(), and MtzPut().
int MTZCOL::grpposn |
column group position in group
Referenced by MtzGetUserCellTolerance(), and MtzPut().
char MTZCOL::grptype[5] |
column group type
Referenced by MtzGetUserCellTolerance(), and MtzPut().
char MTZCOL::label[31] |
column name as given by user
Referenced by ccp4_lhprt(), ccp4_lhprt_adv(), ccp4_lrassn(), ccp4_lrrefl(), MtzColPath(), MtzDebugHierarchy(), MtzFindInd(), MtzGetUserCellTolerance(), MtzListColumn(), MtzListInputColumn(), and MtzPut().
float MTZCOL::max |
maximum data element
Referenced by ccp4_lhprt(), ccp4_lwrefl(), FORTRAN_SUBR(), MtzGetUserCellTolerance(), and MtzPut().
float MTZCOL::min |
minimum data element
Referenced by ccp4_lhprt(), ccp4_lwrefl(), FORTRAN_SUBR(), MtzGetUserCellTolerance(), and MtzPut().
float* MTZCOL::ref |
data array
Referenced by ccp4_lrreff(), ccp4_lrrefl(), ccp4_lwrefl(), MtzDeleteRefl(), MtzFreeCol(), MtzGetUserCellTolerance(), MtzMallocCol(), and MtzPut().
unsigned int MTZCOL::source |
column index in input file
Referenced by ccp4_lrrefl(), FORTRAN_SUBR(), MtzDebugHierarchy(), MtzGetUserCellTolerance(), MtzListInputColumn(), and MtzPut().
char MTZCOL::type[3] |
column type
Referenced by ccp4_lhprt(), ccp4_lhprt_adv(), ccp4_lrassn(), ccp4_lrrefl(), MtzAssignHKLtoBase(), MtzColType(), MtzFindInd(), MtzListColumn(), MtzListInputColumn(), and MtzPut().