Skip to content

Commit

Permalink
fix: Remove obsolete forward declaration AbstractVolume (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Mar 26, 2024
1 parent d411085 commit 5655f98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Core/include/Acts/Visualization/GeometryView3D.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class Surface;
class SurfaceArray;
class TrackingVolume;
struct Polyhedron;
class AbstractVolume;
class IVisualization3D;

namespace Experimental {
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5655f98

Please sign in to comment.