Ignore:
Timestamp:
04/28/06 18:42:54 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/AxisAlignedBox3.h

    r859 r860  
    108108  void Include(const Polygon3 &newpoly); 
    109109  void Include(const AxisAlignedBox3 &bbox); 
     110  void Include (const PolygonContainer &polys); 
    110111  void Include(Mesh *mesh); 
    111112  // Expand the axis-aligned box to include given values in particular axis 
     
    359360                                                   const AxisAlignedBox3 &neighbour) const; 
    360361 
    361   /** Adds the box faces to the mesh. 
    362   */ 
    363   void AddBoxToMesh(Mesh *mesh) const; 
     362  /** Includes the box faces to the mesh description 
     363  */ 
     364  friend void IncludeBoxInMesh(const AxisAlignedBox3 &box, Mesh &mesh); 
    364365 
    365366  /** Box faces are turned into polygons. 
Note: See TracChangeset for help on using the changeset viewer.