Logo ROOT  
Reference Guide
REveGeomData.hxx File Reference
#include <ROOT/REveRenderData.hxx>
#include <vector>
#include <string>
#include <functional>
#include <memory>
Include dependency graph for REveGeomData.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::REveGeomConfig
 Configuration parameters which can be configured on the client Send as is to-from client. More...
 
class  ROOT::Experimental::REveGeomDescription
 
class  ROOT::Experimental::REveGeomDrawing
 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::REveGeomNode
 Full node description including matrices and other attributes. More...
 
class  ROOT::Experimental::REveGeomNodeBase
 Base description of geometry node, required only to build hierarchy. More...
 
class  ROOT::Experimental::REveGeomNodeInfo
 
class  ROOT::Experimental::REveGeomRequest
 Request object send from client for different operations. More...
 
class  ROOT::Experimental::REveGeomVisible
 REveGeomVisible contains description of visible node It is path to the node plus reference to shape rendering data. More...
 
class  ROOT::Experimental::RGeomRawRenderInfo
 Render info with raw data. More...
 
class  ROOT::Experimental::RGeomRenderInfo
 Base class for render info block. More...
 
class  ROOT::Experimental::RGeomShapeRenderInfo
 Render info with shape itself - client can produce shape better. More...
 
class  ROOT::Experimental::REveGeomDescription::ShapeDescr
 

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Experimental
 

Typedefs

using ROOT::Experimental::REveGeomScanFunc_t = std::function< bool(REveGeomNode &, std::vector< int > &, bool, int)>