|
|||||||||
| Home >> All >> joelib >> math >> [ symmetry overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
joelib.math.symmetry
Class PointGroup

java.lang.Objectjoelib.math.symmetry.PointGroup
- public class PointGroup
- extends java.lang.Object
PointGroup.
| Field Summary | |
private boolean |
check
Additional verification routine, not used. |
private java.lang.String |
groupName
Canonical group name. |
private java.lang.String |
symmetryCode
Group symmetry code. |
| Constructor Summary | |
PointGroup(java.lang.String _groupName,
java.lang.String _symmetryCode,
boolean _check)
Constructor for the PointGroup object |
|
| Method Summary | |
boolean |
getCheck()
|
java.lang.String |
getGroupName()
|
java.lang.String |
getSymmetryCode()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
groupName
private java.lang.String groupName
- Canonical group name.
symmetryCode
private java.lang.String symmetryCode
- Group symmetry code.
check
private boolean check
- Additional verification routine, not used.
| Constructor Detail |
PointGroup
public PointGroup(java.lang.String _groupName, java.lang.String _symmetryCode, boolean _check)
- Constructor for the PointGroup object
| Method Detail |
getCheck
public boolean getCheck()
getGroupName
public java.lang.String getGroupName()
getSymmetryCode
public java.lang.String getSymmetryCode()
|
|||||||||
| Home >> All >> joelib >> math >> [ symmetry overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
joelib.math.symmetry.PointGroup