Index

C++ Code Documentation

geom::surface0::BoundingBox

Derived from: geom::surface0::Box

Children: geom::surface0::SurfaceBase

File: GEOM/geom/surface0/BoundingBox.H

public:
  • BoundingBox();
  • BoundingBox( BoundingBox const & );
  • virtual ~BoundingBox();
  • BoundingBox &operator=( BoundingBox const & );
  • void box( Box &b ) const;
  • void compute( GeomObject const *, bool force = false );
  • void compute( std::list<GeomObject *> const &, bool force = false );
  • void clear();
  • void initialize();
  • void merge( Box const & );
  • void merge( Real xmin, Real xmax, Real ymin, Real ymax, Real zmin, Real zmax );
protected:
private:
  • bool _computed;


geom::surface0::BoundingBox GANG