starfish.chemistry
Class MoleculePrimitives

java.lang.Object
  extended by starfish.chemistry.MoleculePrimitives

public class MoleculePrimitives
extends java.lang.Object

Author:
Johnbruc

Field Summary
 Atom[] atoms
           
 float[] labelCoords
           
 java.lang.String[] labels
           
 float[] lineColors
           
 float[] lineCoords
           
 int nLabels
           
 int nLines
           
 int nSelected
           
 int nSpheres
           
 float[] selectionCoords
           
 int[] selectionLevels
           
 float[] sphereColors
           
 float[] sphereCoords
           
 float[] sphereValues
           
 
Constructor Summary
MoleculePrimitives()
          Creates a new instance of MoleculePrimitives
 
Method Summary
 void unCompXYZToArray(byte[] byteArray, int nBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nSpheres

public int nSpheres

sphereCoords

public float[] sphereCoords

sphereColors

public float[] sphereColors

sphereValues

public float[] sphereValues

nLines

public int nLines

lineCoords

public float[] lineCoords

lineColors

public float[] lineColors

nSelected

public int nSelected

selectionCoords

public float[] selectionCoords

selectionLevels

public int[] selectionLevels

nLabels

public int nLabels

labelCoords

public float[] labelCoords

atoms

public Atom[] atoms

labels

public java.lang.String[] labels
Constructor Detail

MoleculePrimitives

public MoleculePrimitives()
Creates a new instance of MoleculePrimitives

Method Detail

unCompXYZToArray

public void unCompXYZToArray(byte[] byteArray,
                             int nBytes)


Copyright © 2010 One Moon Scientific, Inc. All Rights Reserved.