#include <vector>
#include <string>
#include <functional>
#include <memory>
Classes | |
class | ROOT::Experimental::RGeomConfig |
Configuration parameters which can be configured on the client Send as is to-from client. More... | |
class | ROOT::Experimental::RGeomDescription |
class | ROOT::Experimental::RGeomDrawing |
Object with full description for drawing geometry It includes list of visible items and list of nodes required to build them. More... | |
class | ROOT::Experimental::RGeomNode |
Full node description including matrices and other attributes. More... | |
class | ROOT::Experimental::RGeomNodeBase |
Base description of geometry node, required only to build hierarchy. More... | |
class | ROOT::Experimental::RGeomNodeInfo |
class | ROOT::Experimental::RGeomRawRenderInfo |
Render info with raw data. More... | |
class | ROOT::Experimental::RGeomRenderInfo |
Base class for render info block. More... | |
class | ROOT::Experimental::RGeomRequest |
Request object send from client for different operations. More... | |
class | ROOT::Experimental::RGeomShapeRenderInfo |
Render info with shape itself - client can produce shape better. More... | |
class | ROOT::Experimental::RGeomVisible |
RGeomVisible contains description of visible node It is path to the node plus reference to shape rendering data. More... | |
class | ROOT::Experimental::RGeomDescription::ShapeDescr |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Experimental |
Typedefs | |
using | ROOT::Experimental::RGeomScanFunc_t = std::function< bool(RGeomNode &, std::vector< int > &, bool, int)> |
Functions | |
RLogChannel & | ROOT::Experimental::RGeomLog () |
Log channel for Eve diagnostics. | |