IAction
public class WriteConfigurationBinary extends java.lang.Object implements IAction
Modifier and Type | Field | Description |
---|---|---|
protected Vector |
writePosition |
Constructor | Description |
---|---|
WriteConfigurationBinary(Space space) |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Writes the leaf Atom coordinates to the file confName.pos_new.
|
Box |
getBox() |
Returns the box whose atom coordinates get written to the file.
|
java.lang.String |
getConfName() |
Returns the configuration name.
|
boolean |
getDoApplyPBC() |
Returns true if PBC are applied to coordinates written to the file.
|
void |
setBox(Box newBox) |
Sets the box whose atom coordinates get written to the file.
|
void |
setConfName(java.lang.String newConfName) |
Sets the configuration name.
|
void |
setDoApplyPBC(boolean newDoApplyPBC) |
Directs the writer to apply periodic boundary conditions or not (true
by default).
|
void |
setFileName(java.lang.String newFileName) |
protected final Vector writePosition
public WriteConfigurationBinary(Space space)
public void setConfName(java.lang.String newConfName)
public java.lang.String getConfName()
public void setFileName(java.lang.String newFileName)
public void setBox(Box newBox)
public Box getBox()
public void setDoApplyPBC(boolean newDoApplyPBC)
public boolean getDoApplyPBC()
public void actionPerformed()
actionPerformed
in interface IAction