org.jmol.jvxl.readers
Class MrcBinaryReader.MrcHeader

java.lang.Object
  extended by org.jmol.jvxl.readers.MrcBinaryReader.MrcHeader
Enclosing class:
MrcBinaryReader

private class MrcBinaryReader.MrcHeader
extends java.lang.Object


Field Summary
(package private)  float a
           
(package private)  float alpha
           
(package private)  float b
           
(package private)  float beta
           
(package private)  float c
           
(package private)  float dmax
           
(package private)  float dmean
           
(package private)  float dmin
           
(package private)  byte[] extra
           
(package private)  float gamma
           
(package private)  int ispg
           
(package private)  java.lang.String[] labels
           
(package private)  byte[] machst
           
(package private)  byte[] map
           
(package private)  int mapc
           
(package private)  int mapr
           
(package private)  int maps
           
(package private)  int mode
           
(package private)  int mx
           
(package private)  int my
           
(package private)  int mz
           
(package private)  int nlabel
           
(package private)  int nsymbt
           
(package private)  int nx
           
(package private)  int nxStart
           
(package private)  int ny
           
(package private)  int nyStart
           
(package private)  int nz
           
(package private)  int nzStart
           
(package private)  float originX
           
(package private)  float originY
           
(package private)  float originZ
           
(package private)  float rms
           
(package private)  SymmetryInterface unitCell
           
 
Constructor Summary
MrcBinaryReader.MrcHeader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nx

int nx

ny

int ny

nz

int nz

mode

int mode

nxStart

int nxStart

nyStart

int nyStart

nzStart

int nzStart

mx

int mx

my

int my

mz

int mz

a

float a

b

float b

c

float c

alpha

float alpha

beta

float beta

gamma

float gamma

mapc

int mapc

mapr

int mapr

maps

int maps

dmin

float dmin

dmax

float dmax

dmean

float dmean

ispg

int ispg

nsymbt

int nsymbt

extra

byte[] extra

originX

float originX

originY

float originY

originZ

float originZ

map

byte[] map

machst

byte[] machst

rms

float rms

nlabel

int nlabel

labels

java.lang.String[] labels

unitCell

SymmetryInterface unitCell
Constructor Detail

MrcBinaryReader.MrcHeader

MrcBinaryReader.MrcHeader()