MDStressLab++
BoxConfiguration.h
Go to the documentation of this file.
1 /*
2  * Material.h
3  *
4  * Created on: Nov 4, 2019
5  * Author: Nikhil
6  */
7 
8 #ifndef ATOMISTICSYSTEM_H_
9 #define ATOMISTICSYSTEM_H_
10 
11 #include "typedef.h"
12 #include "Configuration.h"
13 
15 public:
18  Configuration* getConfiguration(double) const;
19  void read(std::string,int);
20 
21  BoxConfiguration(int,int);
22  BoxConfiguration(std::string,int);
23  virtual ~BoxConfiguration();
24 };
25 
26 #endif /* ATOMISTICSYSTEM_H_ */
Configuration * getConfiguration(double) const
BoxConfiguration(int, int)
void read(std::string, int)
Eigen::Matrix< double, DIM, DIM, Eigen::RowMajor > Matrix3d
Definition: typedef.h:56
Eigen::Matrix< int, 1, DIM, Eigen::RowMajor > Vector3i
Definition: typedef.h:61