ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::ApproachSurfaces Class Reference

just implement the delete on the objects More...

#include <IApproachDescriptor.h>

Inheritance diagram for Trk::ApproachSurfaces:
Collaboration diagram for Trk::ApproachSurfaces:

Public Member Functions

 ApproachSurfaces ()
 ~ApproachSurfaces ()

Public Attributes

elements
 STL member.

Detailed Description

just implement the delete on the objects

Definition at line 25 of file IApproachDescriptor.h.

Constructor & Destructor Documentation

◆ ApproachSurfaces()

Trk::ApproachSurfaces::ApproachSurfaces ( )
inline

Definition at line 28 of file IApproachDescriptor.h.

28: std::vector<Surface*>() {}

◆ ~ApproachSurfaces()

Trk::ApproachSurfaces::~ApproachSurfaces ( )
inline

Definition at line 31 of file IApproachDescriptor.h.

31 {
32 for (auto& sf : (*this)) {
33 delete sf;
34 }
35 }

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following file: