modify name getter

This commit is contained in:
Shuo Feng 2024-02-18 23:49:55 -05:00
parent 77533a8ca0
commit 2f7a9f4cbd
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ private:
bool globalIllum = false;
public:
string getName();
string getName() const;
int getWidth();
int getHeight();
void setRaysPerPixel(const Eigen::VectorXi &);