Changes in src/molecule.hpp [06804b:833b15]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r06804b r833b15 273 273 bool CenterInBox(); 274 274 bool BoundInBox(); 275 void CenterEdge( Vector *max);275 void CenterEdge(); 276 276 void CenterOrigin(); 277 277 void CenterPeriodic(); 278 void CenterAtVector( Vector *newcenter);279 void Translate(const Vector *x);280 void TranslatePeriodically(const Vector *trans);281 void Mirror(const Vector *x);282 void Align( Vector *n);283 void Scale(const double * * constfactor);278 void CenterAtVector(const Vector &newcenter); 279 void Translate(const Vector &x); 280 void TranslatePeriodically(const Vector &trans); 281 void Mirror(const Vector &x); 282 void Align(const Vector &n); 283 void Scale(const double *factor); 284 284 void DeterminePeriodicCenter(Vector ¢er, const enum HydrogenTreatment _treatment = ExcludeHydrogen); 285 Vector * DetermineCenterOfGravity() const; 286 Vector * DetermineCenterOfAll() const; 287 Vector * DetermineCenterOfBox() const; 285 const Vector DetermineCenterOfGravity() const; 286 const Vector DetermineCenterOfAll() const; 288 287 void SetNameFromFilename(const char *filename); 289 void SetBoxDimension(Vector *dim);290 288 bool ScanForPeriodicCorrection(); 291 289 double VolumeOfConvexEnvelope(bool IsAngstroem);
Note:
See TracChangeset
for help on using the changeset viewer.