62 shapedLattice(RealType latticeConstant, std::string latticeType);
70 virtual bool isInterior(
Vector3d point) = 0;
71 std::vector<Vector3d> getSites();
72 std::vector<Vector3d> getOrientations();
81 std::vector<Vector3d> sites_;
82 std::vector<Vector3d> orientations_;
84 RealType latticeConstant_;
85 std::string latticeType_;