Changes in src/molecule.hpp [833b15:06804b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r833b15 r06804b 273 273 bool CenterInBox(); 274 274 bool BoundInBox(); 275 void CenterEdge( );275 void CenterEdge(Vector *max); 276 276 void CenterOrigin(); 277 277 void CenterPeriodic(); 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);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 ** const factor); 284 284 void DeterminePeriodicCenter(Vector ¢er, const enum HydrogenTreatment _treatment = ExcludeHydrogen); 285 const Vector DetermineCenterOfGravity() const; 286 const Vector DetermineCenterOfAll() const; 285 Vector * DetermineCenterOfGravity() const; 286 Vector * DetermineCenterOfAll() const; 287 Vector * DetermineCenterOfBox() const; 287 288 void SetNameFromFilename(const char *filename); 289 void SetBoxDimension(Vector *dim); 288 290 bool ScanForPeriodicCorrection(); 289 291 double VolumeOfConvexEnvelope(bool IsAngstroem);
Note:
See TracChangeset
for help on using the changeset viewer.