Commits
Ville Suoranta authored be0932f7601 Merge
17 17 | |
18 18 | namespace casacore { |
19 19 | class MDirection; |
20 20 | class MeasurementSet; |
21 21 | class ROMSPointingColumns; |
22 22 | } |
23 23 | |
24 24 | namespace casa { |
25 25 | namespace vi { |
26 26 | |
27 - | class Pointing; |
27 + | struct Pointing; |
28 28 | class PointingDirectionCache; |
29 29 | class PointingSource; |
30 30 | |
31 31 | namespace pd_cache { |
32 32 | |
33 33 | // The namespace pd_cache contains the internal classes to the features provided |
34 34 | // by PointingDirectionCache. |
35 35 | |
36 36 | enum class CacheAccessStatus : int { |
37 37 | Hit, // Found requested value in cache |