Changes in src/Filling/Mesh/CubeMesh.hpp [5d81e5:2382d7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Filling/Mesh/CubeMesh.hpp
r5d81e5 r2382d7 25 25 public: 26 26 CubeMesh(const Vector &counts, const Vector &offset, const RealSpaceMatrix &M); 27 CubeMesh(const std::vector< unsigned int > &counts, const Vector &offset, const RealSpaceMatrix &M); 27 28 virtual ~CubeMesh(); 28 29 30 void init(const std::vector< unsigned int > &counts, const Vector &offset, const RealSpaceMatrix &M); 29 31 }; 30 32
Note:
See TracChangeset
for help on using the changeset viewer.