|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.io.CAConverter
public class CAConverter
Converts full atom representations to Calpha only ones.
Constructor Summary | |
---|---|
CAConverter()
|
Method Summary | |
---|---|
static Chain |
getCAOnly(Chain chain)
Convert a Chain to a new Chain containing C-alpha atoms only. |
static java.util.List<Chain> |
getCAOnly(java.util.List<Chain> chains)
Convert a List of chain objects to another List of chains, containing C-alpha atoms only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CAConverter()
Method Detail |
---|
public static java.util.List<Chain> getCAOnly(java.util.List<Chain> chains)
chains
- list of chains
public static Chain getCAOnly(Chain chain)
chain
- to convert
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |