#include "Rtypes.h"
#include <cassert>
#include <ROOT/REveGeoPolyShape.hxx>
#include <ROOT/REveGeoShape.hxx>
#include <ROOT/REveUtil.hxx>
#include <ROOT/REveGluTess.hxx>
#include <ROOT/REveRenderData.hxx>
#include "TBuffer3D.h"
#include "TBuffer3DTypes.h"
#include "CsgOps.h"
#include "TGeoBoolNode.h"
#include "TGeoCompositeShape.h"
#include "TGeoMatrix.h"
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 48 of file REveGeoPolyShape.cxx.