Fade2D Documentation pages v2.12
Delaunay Features
Bbox2.h File Reference
#include "Segment2.h"
#include "common.h"

Go to the source code of this file.

Classes

class  GEOM_FADE2D::Bbox2
 Bbox2 is an axis aligned 2D bounding box. More...
 

Functions

Bbox2 GEOM_FADE2D::getBox (std::vector< Point2 * > &vP)
 Compute the bounding box. More...
 
Bbox2 GEOM_FADE2D::getBox (std::vector< Point2 > &vP)
 Compute the bounding box. More...
 
std::ostream & GEOM_FADE2D::operator<< (std::ostream &stream, const Bbox2 &pC)
 Print the box. More...
 

Function Documentation

◆ getBox() [1/2]

Bbox2 GEOM_FADE2D::getBox ( std::vector< Point2 * > &  vP)

Computes the bounding box of points

◆ getBox() [2/2]

Bbox2 GEOM_FADE2D::getBox ( std::vector< Point2 > &  vP)

Computes the bounding box of points

◆ operator<<()

std::ostream& GEOM_FADE2D::operator<< ( std::ostream &  stream,
const Bbox2 pC 
)
inline

Prints the box coordinates to stream