Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:56

0001 //----------------------------------*-C++-*----------------------------------//
0002 // Copyright 2023-2024 UT-Battelle, LLC, and other Celeritas developers.
0003 // See the top-level COPYRIGHT file for details.
0004 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
0005 //---------------------------------------------------------------------------//
0006 //! \file orange/surf/detail/AllSurfaces.hh
0007 //! \brief Include class definitions of all valid surface types.
0008 //---------------------------------------------------------------------------//
0009 #pragma once
0010 
0011 #include "../ConeAligned.hh"
0012 #include "../CylAligned.hh"
0013 #include "../CylCentered.hh"
0014 #include "../GeneralQuadric.hh"
0015 #include "../Involute.hh"
0016 #include "../Plane.hh"
0017 #include "../PlaneAligned.hh"
0018 #include "../SimpleQuadric.hh"
0019 #include "../Sphere.hh"
0020 #include "../SphereCentered.hh"