Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-10-15 09:08:40

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