Logo ROOT  
Reference Guide
TGeoTypedefs.h
Go to the documentation of this file.
1// @(#)root/geom:$Id$
2// Author: Andrei Gheata 20/01/2020
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12/// Typedefs used by the geometry group
13#include <vector>
14
15namespace Tessellated {
16
18 using VertexVec_t = std::vector<Vertex_t>;
19
20} // namespace Tessellated
Tessellated::Vertex_t Vertex_t
Typedefs used by the geometry group.
Definition: TGeoTypedefs.h:15
std::vector< Vertex_t > VertexVec_t
Definition: TGeoTypedefs.h:18