@@ -51,12 +51,6 @@ class LineIntersectVisit :
51
51
Geometry::Line ATrack; // /< Line
52
52
std::vector<Geometry::interPoint> IPts; // /
53
53
54
- // std::vector<Geometry::Vec3D> PtVec; ///< Output point
55
- // std::vector<double> distVec; ///< Output distances
56
- // std::vector<int> surfNumber; ///< SurfIndexes [signed]
57
- // std::vector<const Geometry::Surface*> surfVec; ///< Surfaces
58
- long int neutIndex; // /< Particle number
59
-
60
54
void procTrack (const std::vector<Geometry::Vec3D>&,
61
55
const Geometry::Surface*);
62
56
@@ -96,33 +90,16 @@ class LineIntersectVisit :
96
90
void clearTrack ();
97
91
const std::vector<Geometry::interPoint>& getInterVec () const
98
92
{ return IPts; }
99
-
100
- // / Distance Accessor
101
- // const std::vector<double>& getDistance() const
102
- // { return distVec; }
103
-
104
- /*
105
- /// Point Accessor
106
- const std::vector<Geometry::Vec3D>& getPoints() const { return PtVec; }
107
- /// Pointer Accessor
108
- const std::vector<int>& getSurfIndexX() const
109
- { return surfNumber; }
110
- /// Index Accessor
111
- const std::vector<const Geometry::Surface*>& getSurfPointers() const
112
- { return surfVec; }
113
- */
114
-
115
- const std::vector<Geometry::interPoint>& getIntercept (const Geometry::Surface*);
116
- const std::vector<Geometry::interPoint>& getIntercept (const HeadRule&);
117
- const std::vector<Geometry::interPoint>& getIntercept
118
- (const Geometry::Surface*,const Geometry::Surface*,
119
- const int );
120
-
121
- // const std::vector<Geometry::Vec3D>& getPoints(const Geometry::Surface*);
122
- // const std::vector<Geometry::Vec3D>& getPoints(const HeadRule&);
123
- // const std::vector<Geometry::Vec3D>& getPoints(const Geometry::Surface*,
124
- // const Geometry::Surface*,
125
- // const int);
93
+
94
+ const std::vector<Geometry::interPoint>&
95
+ getIntercept (const Geometry::Surface*);
96
+
97
+ const std::vector<Geometry::interPoint>&
98
+ getIntercept (const HeadRule&);
99
+ const std::vector<Geometry::interPoint>&
100
+ getIntercept (const Geometry::Surface*,
101
+ const Geometry::Surface*,
102
+ const int );
126
103
127
104
Geometry::Vec3D getPoint (const Geometry::Surface*);
128
105
Geometry::Vec3D getPoint (const Geometry::Surface*,
0 commit comments