|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
Public Member Functions | |
| TFltRect () | |
| TFltRect (const TFltRect &FltRect) | |
| TFltRect (const double &_MnX, const double &_MnY, const double &_MxX, const double &_MxY) | |
| TFltRect (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm) |
| void | SaveXml (TSOut &SOut, const TStr &Nm) const |
| TFltRect & | operator= (const TFltRect &FltRect) |
| double | GetMnX () const |
| double | GetMnY () const |
| double | GetMxX () const |
| double | GetMxY () const |
| double | GetXLen () const |
| double | GetYLen () const |
| double | GetXCenter () const |
| double | GetYCenter () const |
| bool | IsXYIn (const double &X, const double &Y) const |
| TStr | GetStr () const |
Static Public Member Functions | |
| static bool | Intersection (const TFltRect &Rect1, const TFltRect &Rect2) |
Public Attributes | |
| TFlt | MnX |
| TFlt | MnY |
| TFlt | MxX |
| TFlt | MxY |
|
inline |
|
inline |
Definition at line 2303 of file dt.cpp.