|
LibreOffice Module vcl (master) 1
|
#include <dxfreprd.hxx>
Public Member Functions | |
| DXFBoundingBox () | |
| void | Union (const DXFVector &rVector) |
Public Attributes | |
| bool | bEmpty |
| double | fMinX |
| double | fMinY |
| double | fMinZ |
| double | fMaxX |
| double | fMaxY |
| double | fMaxZ |
Definition at line 32 of file dxfreprd.hxx.
|
inline |
Definition at line 42 of file dxfreprd.hxx.
| void DXFBoundingBox::Union | ( | const DXFVector & | rVector | ) |
Definition at line 32 of file dxfreprd.cxx.
References bEmpty, fMaxX, fMaxY, fMaxZ, fMinX, fMinY, fMinZ, DXFVector::fx, DXFVector::fy, and DXFVector::fz.
Referenced by DXFRepresentation::CalcBoundingBox(), and DXFRepresentation::ReadHeader().
| bool DXFBoundingBox::bEmpty |
Definition at line 34 of file dxfreprd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::Convert(), DXFRepresentation::Read(), and Union().
| double DXFBoundingBox::fMaxX |
Definition at line 38 of file dxfreprd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::Convert(), and Union().
| double DXFBoundingBox::fMaxY |
Definition at line 39 of file dxfreprd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::Convert(), and Union().
| double DXFBoundingBox::fMaxZ |
Definition at line 40 of file dxfreprd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), and Union().
| double DXFBoundingBox::fMinX |
Definition at line 35 of file dxfreprd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::Convert(), and Union().
| double DXFBoundingBox::fMinY |
Definition at line 36 of file dxfreprd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::Convert(), and Union().
| double DXFBoundingBox::fMinZ |
Definition at line 37 of file dxfreprd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::Convert(), and Union().