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 | |
std::vector< std::string > | path |
path parameter, used with HOVER | |
std::vector< int > | stack |
stack parameter, used with HIGHL | |
#include <ROOT/REveGeomData.hxx>
std::string ROOT::Experimental::REveGeomRequest::oper |
operation like HIGHL or HOVER
Definition at line 142 of file REveGeomData.hxx.
std::vector<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.