org.jmol.symmetry
Class PointGroup.Operation

java.lang.Object
  extended by org.jmol.symmetry.PointGroup.Operation
Enclosing class:
PointGroup

private class PointGroup.Operation
extends java.lang.Object


Field Summary
(package private)  int index
           
(package private)  javax.vecmath.Vector3f normalOrAxis
           
(package private)  int order
           
(package private)  int type
           
 
Constructor Summary
PointGroup.Operation()
           
PointGroup.Operation(javax.vecmath.Vector3f v)
           
PointGroup.Operation(javax.vecmath.Vector3f v, int i)
           
 
Method Summary
(package private)  java.lang.String getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type

order

int order

index

int index

normalOrAxis

javax.vecmath.Vector3f normalOrAxis
Constructor Detail

PointGroup.Operation

PointGroup.Operation()

PointGroup.Operation

PointGroup.Operation(javax.vecmath.Vector3f v,
                     int i)

PointGroup.Operation

PointGroup.Operation(javax.vecmath.Vector3f v)
Method Detail

getLabel

java.lang.String getLabel()