cgma
|
#include "SplitSurfaceTool.hpp"
#include "AnalyticGeometryTool.hpp"
#include "Body.hpp"
#include "RefFace.hpp"
#include "Point.hpp"
#include "Curve.hpp"
#include "Surface.hpp"
#include "Loop.hpp"
#include "CubitMessage.hpp"
#include "GeometryModifyTool.hpp"
#include "GeometryModifyEngine.hpp"
#include "GeometryQueryTool.hpp"
#include "CubitUtil.hpp"
#include "DLIList.hpp"
#include "TDSplitSurface.hpp"
#include "GfxDebug.hpp"
#include "GfxPreview.hpp"
#include "Cubit2DPoint.hpp"
#include "GMem.hpp"
#include "SettingHandler.hpp"
Go to the source code of this file.
Defines | |
#define | SWAP(a, b) swap_temp = (a); (a) = (b); (b) = swap_temp |
#define | SWAP(a, b) swap_temp = (a); (a) = (b); (b) = swap_temp |
#define SWAP | ( | a, | |
b | |||
) | swap_temp = (a); (a) = (b); (b) = swap_temp |
#define SWAP | ( | a, | |
b | |||
) | swap_temp = (a); (a) = (b); (b) = swap_temp |