Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
REveGeoPolyShape.cxx File Reference
#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"
Include dependency graph for REveGeoPolyShape.cxx:

Functions

std::unique_ptr< RootCsg::TBaseMesh > MakeGeoMesh (TGeoMatrix *matr, TGeoShape *shape)
 Function produces mesh for provided shape, applying matrix to the result.
 

Function Documentation

◆ MakeGeoMesh()

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.