This is the complete list of members for xms::GmExtents3d, including all inherited members.
AddToExtents(const Pt3d &pt) | xms::GmExtents3d | |
Clear() | xms::GmExtents3d | |
GetExtents(double *a_MinX, double *a_MaxX, double *a_MinY, double *a_MaxY, double *a_MinZ, double *a_MaxZ) const | xms::GmExtents3d | |
GetExtents(Pt3d &a_dMin, Pt3d &a_dMax) const | xms::GmExtents3d | |
GetMax() const | xms::GmExtents3d | |
GetMaxX() const | xms::GmExtents3d | |
GetMaxY() const | xms::GmExtents3d | |
GetMaxZ() const | xms::GmExtents3d | |
GetMin() const | xms::GmExtents3d | |
GetMinX() const | xms::GmExtents3d | |
GetMinY() const | xms::GmExtents3d | |
GetMinZ() const | xms::GmExtents3d | |
GetTolerance() | xms::GmExtents3d | static |
GmExtents3d() | xms::GmExtents3d | |
GmExtents3d(const GmExtents2d &a_extents) | xms::GmExtents3d | explicit |
GmExtents3d(const Pt3d &a_min, const Pt3d &a_max) | xms::GmExtents3d | |
GmExtents3d(const Pt2d &a_min, const Pt2d &a_max) | xms::GmExtents3d | |
IsPointWithin(const Pt3d &pt) const | xms::GmExtents3d | |
IsValid() const | xms::GmExtents3d | |
m_max | xms::GmExtents3d | protected |
m_min | xms::GmExtents3d | protected |
m_tolerance | xms::GmExtents3d | protectedstatic |
operator+=(const GmExtents3d &a_rhs) | xms::GmExtents3d | |
Overlap(GmExtents3d &a_b) const | xms::GmExtents3d | |
serialize(Archive &archive, const unsigned int version) | xms::GmExtents3d | |
Set(const Pt3d &a_min, const Pt3d &a_max) | xms::GmExtents3d | |
SetTolerance(double a_Tol) | xms::GmExtents3d | static |