Class SymmetryCalc
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.gui.SymmetryCalc
-
- All Implemented Interfaces:
Runnable
,AlignmentCalculationRunnable
public class SymmetryCalc extends Object implements AlignmentCalculationRunnable
Calculates a symmetry analysis and displays the results. Linked to the SymmetryGUI. Does not generalize, uses CeSymm class directly to allow for the symmetry axis recovery.- Since:
- 4.2.0
- Author:
- Aleix Lafita
-
-
Constructor Summary
Constructors Constructor Description SymmetryCalc(SymmetryGui p, Structure s)
Requests for a structure to analyze.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
void
interrupt()
void
run()
void
setNrCPUs(int useNrCPUs)
-
-
-
Constructor Detail
-
SymmetryCalc
public SymmetryCalc(SymmetryGui p, Structure s)
Requests for a structure to analyze.
-
-
Method Detail
-
interrupt
public void interrupt()
- Specified by:
interrupt
in interfaceAlignmentCalculationRunnable
-
cleanup
public void cleanup()
- Specified by:
cleanup
in interfaceAlignmentCalculationRunnable
-
setNrCPUs
public void setNrCPUs(int useNrCPUs)
- Specified by:
setNrCPUs
in interfaceAlignmentCalculationRunnable
-
-