![]() |
ATLAS Offline Software
|
#include "VP1Utils/SurfaceToSoNode.h"#include "VP1Utils/VP1LinAlgUtils.h"#include <Inventor/C/errors/debugerror.h>#include <Inventor/nodes/SoSeparator.h>#include <Inventor/nodes/SoTransform.h>#include <Inventor/nodes/SoVertexProperty.h>#include <Inventor/nodes/SoLineSet.h>#include "VP1HEPVis/nodes/SoGenericBox.h"#include "VP1HEPVis/nodes/SoTubs.h"#include "VP1HEPVis/nodes/SoPolyhedron.h"#include "VP1HEPVis/SbPolyhedron.h"#include "TrkSurfaces/Surface.h"#include "TrkSurfaces/CylinderSurface.h"#include "TrkSurfaces/DiscSurface.h"#include "TrkSurfaces/PlaneSurface.h"#include "TrkSurfaces/StraightLineSurface.h"#include "TrkSurfaces/PerigeeSurface.h"#include "TrkSurfaces/CylinderBounds.h"#include "TrkSurfaces/DiscBounds.h"#include "TrkSurfaces/RectangleBounds.h"#include "TrkSurfaces/TrapezoidBounds.h"#include "TrkSurfaces/AnnulusBounds.h"#include "TrkSurfaces/RotatedTrapezoidBounds.h"#include "TrkSurfaces/DiamondBounds.h"#include "TrkSurfaces/NoBounds.h"#include "GeoModelKernel/GeoSimplePolygonBrep.h"
1.8.18