diff --git a/Core/include/Acts/Visualization/GeometryView3D.hpp b/Core/include/Acts/Visualization/GeometryView3D.hpp index 2627f16f1bf..0243e8e58ad 100644 --- a/Core/include/Acts/Visualization/GeometryView3D.hpp +++ b/Core/include/Acts/Visualization/GeometryView3D.hpp @@ -23,7 +23,6 @@ class Surface; class SurfaceArray; class TrackingVolume; struct Polyhedron; -class AbstractVolume; class IVisualization3D; namespace Experimental { @@ -78,7 +77,7 @@ struct GeometryView3D { const ViewConfig& gridConfig = s_viewGrid, const std::string& outputDir = "."); - /// Helper method to draw AbstractVolume objects + /// Helper method to draw Volume objects /// /// @param [in,out] helper The visualization helper /// @param volume The volume to be drawn @@ -124,7 +123,7 @@ struct GeometryView3D { const ViewConfig& unconnected = ViewConfig({255, 0, 0}), const ViewConfig& viewConfig = s_viewSensitive); - /// Helper method to draw AbstractVolume objects + /// Helper method to draw Layer objects /// /// @param [in,out] helper The visualization helper /// @param layer The tracking layer to be drawn @@ -140,7 +139,7 @@ struct GeometryView3D { const ViewConfig& gridConfig = s_viewGrid, const std::string& outputDir = "."); - /// Helper method to draw AbstractVolume objects + /// Helper method to draw TrackingVolume objects /// /// @param [in,out] helper The visualization helper /// @param tVolume The tracking volume to be drawn