Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_bounding_box.h>
Public Member Functions | |
ON_BoundingBox () | |
ON_BoundingBox (const ON_3dPoint &, const ON_3dPoint &) | |
~ON_BoundingBox () | |
int | IsVisible (const ON_Xform &bbox2c) const |
void | Destroy () |
ON_3dPoint & | operator[] (int) |
const ON_3dPoint & | operator[] (int) const |
ON_3dPoint | Min () const |
ON_3dPoint | Max () const |
ON_3dVector | Diagonal () const |
ON_3dPoint | Center () const |
ON_3dPoint | Corner (int, int, int) const |
bool | GetCorners (ON_3dPointArray &box_corners) const |
bool | GetCorners (ON_3dPoint box_corners[8]) const |
bool | IsValid () const |
void | Dump (class ON_TextLog &) const |
int | IsDegenerate (double tolerance=ON_UNSET_VALUE) const |
bool | Transform (const ON_Xform &) |
double | Tolerance () const |
bool | Set (int dim, int is_rat, int count, int stride, const double *point_array, int bGrowBox=false) |
bool | Set (const ON_3dPoint &point, int bGrowBox=false) |
bool | Set (const ON_SimpleArray< ON_4dPoint > &point_array, int bGrowBox=false) |
bool | Set (const ON_SimpleArray< ON_3dPoint > &point_array, int bGrowBox=false) |
bool | Set (const ON_SimpleArray< ON_2dPoint > &point_array, int bGrowBox=false) |
bool | IsPointIn (const ON_3dPoint &test_point, int bStrictlyIn=false) const |
ON_3dPoint | ClosestPoint (const ON_3dPoint &test_point) const |
double | MinimumDistanceTo (const ON_3dPoint &P) const |
double | MaximumDistanceTo (const ON_3dPoint &P) const |
double | MinimumDistanceTo (const ON_BoundingBox &other) const |
double | MaximumDistanceTo (const ON_BoundingBox &other) const |
double | MinimumDistanceTo (const ON_Line &line) const |
double | MinimumDistanceTo (const ON_Plane &plane) const |
double | MinimumDistanceTo (const ON_PlaneEquation &plane_equation) const |
double | MaximumDistanceTo (const ON_Line &line) const |
double | MaximumDistanceTo (const ON_Plane &plane) const |
double | MaximumDistanceTo (const ON_PlaneEquation &plane_equation) const |
bool | IsFartherThan (double d, const ON_3dPoint &P) const |
bool | IsFartherThan (double d, const ON_Line &line) const |
bool | IsFartherThan (double d, const ON_Plane &plane) const |
bool | IsFartherThan (double d, const ON_PlaneEquation &plane_equation) const |
bool | IsFartherThan (double d, const ON_BoundingBox &other) const |
int | GetClosestPoint (const ON_Line &, ON_3dPoint &, double *, double *) const |
bool | GetClosestPoint (const ON_BoundingBox &, ON_3dPoint &, ON_3dPoint &) const |
ON_3dPoint | FarPoint (const ON_3dPoint &) const |
bool | GetFarPoint (const ON_BoundingBox &, ON_3dPoint &, ON_3dPoint &) const |
bool | Intersection (const ON_BoundingBox &other_bbox) |
bool | Intersection (const ON_BoundingBox &bbox_A, const ON_BoundingBox &bbox_B) |
bool | Intersection (const ON_Line &, double *=NULL, double *=NULL) const |
bool | Includes (const ON_BoundingBox &other, bool bProperSubSet=false) const |
double | Volume () const |
double | Area () const |
bool | Union (const ON_BoundingBox &) |
bool | Union (const ON_BoundingBox &, const ON_BoundingBox &) |
bool | IsDisjoint (const ON_BoundingBox &other_bbox) const |
bool | SwapCoordinates (int, int) |
Public Attributes | |
ON_3dPoint | m_min |
ON_3dPoint | m_max |
Static Public Attributes | |
static const ON_BoundingBox | EmptyBoundingBox |
Definition at line 25 of file opennurbs_bounding_box.h.
ON_BoundingBox::ON_BoundingBox | ( | ) |
ON_BoundingBox::ON_BoundingBox | ( | const ON_3dPoint & | , |
const ON_3dPoint & | |||
) |
ON_BoundingBox::~ON_BoundingBox | ( | ) |
double ON_BoundingBox::Area | ( | ) | const |
ON_3dPoint ON_BoundingBox::Center | ( | ) | const |
ON_3dPoint ON_BoundingBox::ClosestPoint | ( | const ON_3dPoint & | test_point | ) | const |
ON_3dPoint ON_BoundingBox::Corner | ( | int | , |
int | , | ||
int | |||
) | const |
void ON_BoundingBox::Destroy | ( | ) |
ON_3dVector ON_BoundingBox::Diagonal | ( | ) | const |
void ON_BoundingBox::Dump | ( | class ON_TextLog & | ) | const |
ON_3dPoint ON_BoundingBox::FarPoint | ( | const ON_3dPoint & | ) | const |
bool ON_BoundingBox::GetClosestPoint | ( | const ON_BoundingBox & | , |
ON_3dPoint & | , | ||
ON_3dPoint & | |||
) | const |
int ON_BoundingBox::GetClosestPoint | ( | const ON_Line & | , |
ON_3dPoint & | , | ||
double * | , | ||
double * | |||
) | const |
bool ON_BoundingBox::GetCorners | ( | ON_3dPoint | box_corners[8] | ) | const |
bool ON_BoundingBox::GetCorners | ( | ON_3dPointArray & | box_corners | ) | const |
bool ON_BoundingBox::GetFarPoint | ( | const ON_BoundingBox & | , |
ON_3dPoint & | , | ||
ON_3dPoint & | |||
) | const |
bool ON_BoundingBox::Includes | ( | const ON_BoundingBox & | other, |
bool | bProperSubSet = false |
||
) | const |
bool ON_BoundingBox::Intersection | ( | const ON_BoundingBox & | bbox_A, |
const ON_BoundingBox & | bbox_B | ||
) |
bool ON_BoundingBox::Intersection | ( | const ON_BoundingBox & | other_bbox | ) |
bool ON_BoundingBox::Intersection | ( | const ON_Line & | , |
double * | = NULL , |
||
double * | = NULL |
||
) | const |
int ON_BoundingBox::IsDegenerate | ( | double | tolerance = ON_UNSET_VALUE | ) | const |
bool ON_BoundingBox::IsDisjoint | ( | const ON_BoundingBox & | other_bbox | ) | const |
bool ON_BoundingBox::IsFartherThan | ( | double | d, |
const ON_3dPoint & | P | ||
) | const |
bool ON_BoundingBox::IsFartherThan | ( | double | d, |
const ON_BoundingBox & | other | ||
) | const |
bool ON_BoundingBox::IsFartherThan | ( | double | d, |
const ON_Line & | line | ||
) | const |
bool ON_BoundingBox::IsFartherThan | ( | double | d, |
const ON_Plane & | plane | ||
) | const |
bool ON_BoundingBox::IsFartherThan | ( | double | d, |
const ON_PlaneEquation & | plane_equation | ||
) | const |
bool ON_BoundingBox::IsPointIn | ( | const ON_3dPoint & | test_point, |
int | bStrictlyIn = false |
||
) | const |
bool ON_BoundingBox::IsValid | ( | ) | const |
int ON_BoundingBox::IsVisible | ( | const ON_Xform & | bbox2c | ) | const |
ON_3dPoint ON_BoundingBox::Max | ( | ) | const |
double ON_BoundingBox::MaximumDistanceTo | ( | const ON_3dPoint & | P | ) | const |
double ON_BoundingBox::MaximumDistanceTo | ( | const ON_BoundingBox & | other | ) | const |
double ON_BoundingBox::MaximumDistanceTo | ( | const ON_Line & | line | ) | const |
double ON_BoundingBox::MaximumDistanceTo | ( | const ON_Plane & | plane | ) | const |
double ON_BoundingBox::MaximumDistanceTo | ( | const ON_PlaneEquation & | plane_equation | ) | const |
ON_3dPoint ON_BoundingBox::Min | ( | ) | const |
double ON_BoundingBox::MinimumDistanceTo | ( | const ON_3dPoint & | P | ) | const |
double ON_BoundingBox::MinimumDistanceTo | ( | const ON_BoundingBox & | other | ) | const |
double ON_BoundingBox::MinimumDistanceTo | ( | const ON_Line & | line | ) | const |
double ON_BoundingBox::MinimumDistanceTo | ( | const ON_Plane & | plane | ) | const |
double ON_BoundingBox::MinimumDistanceTo | ( | const ON_PlaneEquation & | plane_equation | ) | const |
ON_3dPoint& ON_BoundingBox::operator[] | ( | int | ) |
const ON_3dPoint& ON_BoundingBox::operator[] | ( | int | ) | const |
bool ON_BoundingBox::Set | ( | const ON_3dPoint & | point, |
int | bGrowBox = false |
||
) |
bool ON_BoundingBox::Set | ( | const ON_SimpleArray< ON_2dPoint > & | point_array, |
int | bGrowBox = false |
||
) |
bool ON_BoundingBox::Set | ( | const ON_SimpleArray< ON_3dPoint > & | point_array, |
int | bGrowBox = false |
||
) |
bool ON_BoundingBox::Set | ( | const ON_SimpleArray< ON_4dPoint > & | point_array, |
int | bGrowBox = false |
||
) |
bool ON_BoundingBox::Set | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const double * | point_array, | ||
int | bGrowBox = false |
||
) |
bool ON_BoundingBox::SwapCoordinates | ( | int | , |
int | |||
) |
double ON_BoundingBox::Tolerance | ( | ) | const |
bool ON_BoundingBox::Transform | ( | const ON_Xform & | ) |
bool ON_BoundingBox::Union | ( | const ON_BoundingBox & | ) |
bool ON_BoundingBox::Union | ( | const ON_BoundingBox & | , |
const ON_BoundingBox & | |||
) |
double ON_BoundingBox::Volume | ( | ) | const |
|
static |
Definition at line 28 of file opennurbs_bounding_box.h.
ON_3dPoint ON_BoundingBox::m_max |
Definition at line 492 of file opennurbs_bounding_box.h.
ON_3dPoint ON_BoundingBox::m_min |
Definition at line 491 of file opennurbs_bounding_box.h.