\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - dD Geometry Kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Iso_box_d< Kernel > Class Template Reference

#include <CGAL/Kernel_d/Iso_box_d.h>

Definition

An object \( b\) of the data type Iso_box_d is an iso-box in the Euclidean space \( \E^d\) with edges parallel to the axes of the coordinate system.

Creation

 Iso_box_d (const Point_d< Kernel > &p, const Point_d< Kernel > &q)
 introduces an iso-oriented iso-box b with diagonal opposite vertices \( p\) and \( q\). More...
 

Operations

bool operator== (const Iso_box_d< Kernel > &b2) const
 Test for equality: two iso-oriented cuboid are equal, iff their lower left and their upper right vertices are equal. More...
 
bool operator!= (const Iso_box_d< Kernel > &b2) const
 Test for inequality. More...
 
const Point_d< Kernel > & min () const
 returns the smallest vertex of b. More...
 
const Point_d< Kernel > & max () const
 returns the largest vertex of b. More...
 

Predicates

bool is_degenerate () const
 b is degenerate, if all vertices are collinear. More...
 
Bounded_side bounded_side (const Point_d< Kernel > &p) const
 returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point \( p\) is. More...
 
bool has_on_boundary (const Point_d< Kernel > &p) const
 
bool has_on_bounded_side (const Point_d< Kernel > &p) const
 
bool has_on_unbounded_side (const Point_d< Kernel > &p) const
 

Miscellaneous

Kernel_d::FT volume () const
 returns the volume of b. More...
 

Constructor & Destructor Documentation

template<typename Kernel >
CGAL::Iso_box_d< Kernel >::Iso_box_d ( const Point_d< Kernel > &  p,
const Point_d< Kernel > &  q 
)

introduces an iso-oriented iso-box b with diagonal opposite vertices \( p\) and \( q\).

Member Function Documentation

template<typename Kernel >
Bounded_side CGAL::Iso_box_d< Kernel >::bounded_side ( const Point_d< Kernel > &  p) const

returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point \( p\) is.

template<typename Kernel >
bool CGAL::Iso_box_d< Kernel >::has_on_boundary ( const Point_d< Kernel > &  p) const
template<typename Kernel >
bool CGAL::Iso_box_d< Kernel >::has_on_bounded_side ( const Point_d< Kernel > &  p) const
template<typename Kernel >
bool CGAL::Iso_box_d< Kernel >::has_on_unbounded_side ( const Point_d< Kernel > &  p) const
template<typename Kernel >
bool CGAL::Iso_box_d< Kernel >::is_degenerate ( ) const

b is degenerate, if all vertices are collinear.

template<typename Kernel >
const Point_d<Kernel>& CGAL::Iso_box_d< Kernel >::max ( ) const

returns the largest vertex of b.

template<typename Kernel >
const Point_d<Kernel>& CGAL::Iso_box_d< Kernel >::min ( ) const

returns the smallest vertex of b.

template<typename Kernel >
bool CGAL::Iso_box_d< Kernel >::operator!= ( const Iso_box_d< Kernel > &  b2) const

Test for inequality.

template<typename Kernel >
bool CGAL::Iso_box_d< Kernel >::operator== ( const Iso_box_d< Kernel > &  b2) const

Test for equality: two iso-oriented cuboid are equal, iff their lower left and their upper right vertices are equal.

template<typename Kernel >
Kernel_d::FT CGAL::Iso_box_d< Kernel >::volume ( ) const

returns the volume of b.