|
cgma
|
#include "DagDrawingTool.hpp"#include "RefFace.hpp"#include "RefEdge.hpp"#include "RefVertex.hpp"#include "RefVolume.hpp"#include "Body.hpp"#include "DLIList.hpp"#include "CubitMessage.hpp"#include "CubitColor.hpp"#include "SenseEntity.hpp"#include "CastTo.hpp"#include "CoVertex.hpp"#include "Chain.hpp"#include "CoEdge.hpp"#include "Loop.hpp"#include "CoFace.hpp"#include "Shell.hpp"Go to the source code of this file.
Classes | |
| class | DLT_IdTable |
Enumerations | |
| enum | LINK_TYPE { DDT_LINK_NONE = 0, DDT_LINK_UP, DDT_LINK_DOWN, DDT_LINK_BOTH, DDT_BAD_LINK } |
Variables | |
| const int | DDT_UP_DAG = 1 |
| const int | DDT_DOWN_DAG = -1 |
| enum LINK_TYPE |
Definition at line 39 of file DagDrawingTool.cpp.
| const int DDT_DOWN_DAG = -1 |
Definition at line 36 of file DagDrawingTool.cpp.
| const int DDT_UP_DAG = 1 |
Definition at line 35 of file DagDrawingTool.cpp.