Skip to content
Snippets Groups Projects
Commit 7e944d6d authored by clantz's avatar clantz
Browse files

Added GetElement(string)

parent 00ffa8ae
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ class Detector{ ...@@ -25,6 +25,7 @@ class Detector{
virtual Channel* GetElement (int row, int column); virtual Channel* GetElement (int row, int column);
virtual Channel* GetElement (std::string _name);
virtual std::vector < Channel* > GetChannelsVector () { return m_Element; } virtual std::vector < Channel* > GetChannelsVector () { return m_Element; }
virtual double* GetPosition ( ) { return m_Position; } virtual double* GetPosition ( ) { return m_Position; }
virtual double* GetAngle ( ) { return m_Angle; } virtual double* GetAngle ( ) { return m_Angle; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment