Request object send from client for different operations.
Definition at line 140 of file REveGeomData.hxx.
Public Attributes | |
| std::string | oper |
| operation like HIGHL or HOVER More... | |
| std::string | path |
| path parameter, used with HOVER More... | |
| std::vector< int > | stack |
| stack parameter, used with HIGHL More... | |
#include <ROOT/REveGeomData.hxx>
| std::string ROOT::Experimental::REveGeomRequest::oper |
operation like HIGHL or HOVER
Definition at line 142 of file REveGeomData.hxx.
| std::string ROOT::Experimental::REveGeomRequest::path |
path parameter, used with HOVER
Definition at line 143 of file REveGeomData.hxx.
| std::vector<int> ROOT::Experimental::REveGeomRequest::stack |
stack parameter, used with HIGHL
Definition at line 144 of file REveGeomData.hxx.