~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to Geometry/IntersectionVolCalculator.h

  • Committer: slatham
  • Date: 2004-12-08 07:29:43 UTC
  • Revision ID: svn-v4:1ddc92f8-1f06-0410-a909-b11019f1b28a:lsmtrunk:553
Added copy-constructor and assignment operator for VertexBox. Removed std-deviation parameter and removed redundant computations from the raw2tostress converter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        {
185
185
        public:
186
186
          VertexBox(const BasicBox &box);
187
 
  
 
187
 
 
188
          VertexBox(const VertexBox &box);
 
189
 
 
190
          VertexBox &operator=(const VertexBox &box);
 
191
 
188
192
          void createVertices();
189
 
  
 
193
 
190
194
          const Vertex &getVertex(int i) const;
191
 
  
 
195
 
192
196
          static int getNumVertices();
193
197
 
194
198
        private: