#include <mtzdata.h>
Public Attributes | |
| char | label [31] |
| char | type [3] |
| int | active |
| unsigned int | source |
| float | min |
| float | max |
| float * | ref |
| char MTZCOL::label[31] |
column name as given by user
Referenced by ccp4_lhprt(), ccp4_lhprt_adv(), ccp4_lrassn(), ccp4_lrrefl(), MtzColPath(), MtzDebugHierarchy(), MtzFindInd(), MtzListColumn(), 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().
| int MTZCOL::active |
whether column in active list
Referenced by ccp4_lhprt(), ccp4_lwassn(), ccp4_lwrefl(), MtzDebugHierarchy(), MtzPut(), and MtzToggleColumn().
| unsigned int MTZCOL::source |
column index in input file
Referenced by ccp4_lrrefl(), MtzDebugHierarchy(), MtzGet(), and MtzListInputColumn().
| float MTZCOL::min |
minimum data element
Referenced by ccp4_lhprt(), ccp4_lwrefl(), MtzGet(), and MtzPut().
| float MTZCOL::max |
maximum data element
Referenced by ccp4_lhprt(), ccp4_lwrefl(), MtzGet(), and MtzPut().
| float* MTZCOL::ref |
data array
Referenced by ccp4_lrreff(), ccp4_lrrefl(), ccp4_lwrefl(), MtzDeleteRefl(), MtzFreeCol(), MtzGet(), MtzMallocCol(), and MtzPut().
1.5.6