#include <ROOT/RGeomData.hxx>
#include <ROOT/RBrowserRequest.hxx>
#include <ROOT/RBrowserReply.hxx>
#include <ROOT/RLogger.hxx>
#include "CsgOps.h"
#include "TMath.h"
#include "TColor.h"
#include "TROOT.h"
#include "TGeoNode.h"
#include "TGeoVolume.h"
#include "TGeoBBox.h"
#include "TGeoSphere.h"
#include "TGeoCone.h"
#include "TGeoTube.h"
#include "TGeoEltu.h"
#include "TGeoTorus.h"
#include "TGeoPcon.h"
#include "TGeoPgon.h"
#include "TGeoXtru.h"
#include "TGeoParaboloid.h"
#include "TGeoHype.h"
#include "TGeoTessellated.h"
#include "TGeoScaledShape.h"
#include "TGeoCompositeShape.h"
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TGeoMedium.h"
#include "TGeoMaterial.h"
#include "TGeoBoolNode.h"
#include "TBuffer3D.h"
#include "TBufferJSON.h"
#include "TRegexp.h"
#include <algorithm>
#include <array>
Classes | |
class | ROOT::RGeomBrowserIter |
Iterator of hierarchical geometry structures. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Functions | |
std::unique_ptr< RootCsg::TBaseMesh > | MakeGeoMesh (TGeoMatrix *matr, TGeoShape *shape) |
Function produces mesh for provided shape, applying matrix to the result. | |
std::unique_ptr< RootCsg::TBaseMesh > MakeGeoMesh | ( | TGeoMatrix * | matr, |
TGeoShape * | shape | ||
) |
Function produces mesh for provided shape, applying matrix to the result.
Definition at line 872 of file RGeomData.cxx.