IDataSource
public class MeterRadiusGyration extends DataSourceScalar
data, dataInfo, tag
Constructor | Description |
---|---|
MeterRadiusGyration(Space space) |
Modifier and Type | Method | Description |
---|---|---|
Box |
getBox() |
|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
MoleculeIteratorAllMolecules |
getIterator() |
Accessor method for the iterator that generates the atom pairs used to
tabulate the ROG
|
void |
setBox(Box box) |
|
void |
setIterator(MoleculeIteratorAllMolecules iter) |
Mutator method for the iterator that generates the atom pairs used to
tabulate the ROG.
|
getData, getDataDouble, getDataInfo, getTag
public MeterRadiusGyration(Space space)
public void setIterator(MoleculeIteratorAllMolecules iter)
iter
- public MoleculeIteratorAllMolecules getIterator()
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar
public Box getBox()
public void setBox(Box box)
box
- The box to set.