API:IBoundary
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
IBoundary
Purpose
Proposed Interface
interface IBoundary {
attribute IBox box;
readonly attribute double volume;
IVector centralImage(IVector r);
void nearestImage(IVectorMutable dr);
attribute IVector boxSize;
readonly attribute IVector center;
IVector getEdgeVector(int d);
boolean getPeriodicity(int d);
readonly attribute IBoundaryEventManager eventManager;
}
