Open CASCADE Technology
7.3.0
|
#include <gp_XY.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_XYZ.hxx>
#include <gp_Pnt.hxx>
#include <gp_Vec.hxx>
#include <gp_Dir.hxx>
#include <gp_GTrsf.hxx>
#include <Interface_MSG.hxx>
Macros | |
#define | IGESData_DumpString(S, str) |
#define | IGESData_DumpXY(S, XYval) S << " (" << XYval.X() << "," << XYval.Y() << ")" |
#define | IGESData_DumpXYZ(S, XYZval) S << " (" << XYZval.X() << "," << XYZval.Y() << "," << XYZval.Z() << ")" |
#define | IGESData_DumpXYT(S, XYval, Trsf) |
#define | IGESData_DumpXYTZ(S, XYval, Trsf, Z) |
#define | IGESData_DumpXYZT(S, XYZval, Trsf) |
#define | IGESData_DumpXYL(S, Level, XYval, Trsf) |
#define | IGESData_DumpXYLZ(S, Level, XYval, Trsf, Z) |
#define | IGESData_DumpXYZL(S, Level, XYZval, Trsf) |
#define | IGESData_DumpListHeader(S, lower, upper) |
#define | IGESData_DumpListVal(S, lower, upper, item) |
#define | IGESData_DumpListXY(S, lower, upper, item) |
#define | IGESData_DumpListXYZ(S, lower, upper, item) |
#define | IGESData_DumpVals(S, Level, lower, upper, item) |
#define | IGESData_DumpListXYL(S, Level, lower, upper, item, Trsf) |
#define | IGESData_DumpListXYLZ(S, Level, lower, upper, item, Trsf, Z) |
#define | IGESData_DumpListXYZL(S, Level, lower, upper, item, Trsf) |
#define | IGESData_DumpStrings(S, Level, lower, upper, item) |
#define | IGESData_DumpEntities(S, dumper, Level, lower, upper, item) |
#define | IGESData_DumpRectVals(S, Level, LowCol, UpCol, LowRow, UpRow, Item) |
#define IGESData_DumpEntities | ( | S, | |
dumper, | |||
Level, | |||
lower, | |||
upper, | |||
item | |||
) |
#define IGESData_DumpListHeader | ( | S, | |
lower, | |||
upper | |||
) |
#define IGESData_DumpListVal | ( | S, | |
lower, | |||
upper, | |||
item | |||
) |
#define IGESData_DumpListXY | ( | S, | |
lower, | |||
upper, | |||
item | |||
) |
#define IGESData_DumpListXYL | ( | S, | |
Level, | |||
lower, | |||
upper, | |||
item, | |||
Trsf | |||
) |
#define IGESData_DumpListXYLZ | ( | S, | |
Level, | |||
lower, | |||
upper, | |||
item, | |||
Trsf, | |||
Z | |||
) |
#define IGESData_DumpListXYZ | ( | S, | |
lower, | |||
upper, | |||
item | |||
) |
#define IGESData_DumpListXYZL | ( | S, | |
Level, | |||
lower, | |||
upper, | |||
item, | |||
Trsf | |||
) |
#define IGESData_DumpRectVals | ( | S, | |
Level, | |||
LowCol, | |||
UpCol, | |||
LowRow, | |||
UpRow, | |||
Item | |||
) |
#define IGESData_DumpString | ( | S, | |
str | |||
) |
#define IGESData_DumpStrings | ( | S, | |
Level, | |||
lower, | |||
upper, | |||
item | |||
) |
#define IGESData_DumpVals | ( | S, | |
Level, | |||
lower, | |||
upper, | |||
item | |||
) |
#define IGESData_DumpXY | ( | S, | |
XYval | |||
) | S << " (" << XYval.X() << "," << XYval.Y() << ")" |
#define IGESData_DumpXYL | ( | S, | |
Level, | |||
XYval, | |||
Trsf | |||
) |
#define IGESData_DumpXYLZ | ( | S, | |
Level, | |||
XYval, | |||
Trsf, | |||
Z | |||
) |
#define IGESData_DumpXYT | ( | S, | |
XYval, | |||
Trsf | |||
) |
#define IGESData_DumpXYTZ | ( | S, | |
XYval, | |||
Trsf, | |||
Z | |||
) |
#define IGESData_DumpXYZ | ( | S, | |
XYZval | |||
) | S << " (" << XYZval.X() << "," << XYZval.Y() << "," << XYZval.Z() << ")" |
#define IGESData_DumpXYZL | ( | S, | |
Level, | |||
XYZval, | |||
Trsf | |||
) |
#define IGESData_DumpXYZT | ( | S, | |
XYZval, | |||
Trsf | |||
) |