|
cgma
|
#include "FacetProjectTool.hpp"#include "PST_Data.hpp"#include "GeometryDefines.h"#include "CubitMessage.hpp"#include "CubitPlane.hpp"#include "GfxDebug.hpp"Go to the source code of this file.
Defines | |
| #define | VG_FACET_PRINT PRINT_DEBUG(VG_FACET_DEBUG) |
Functions | |
| static int | parent_compare_facets (PST_Face *&f1, PST_Face *&f2) |
| static int | sequence_compare_pts (PST_Point *&p1, PST_Point *&p2) |
Variables | |
| const int | VG_FACET_DEBUG = 145 |
| const int | VG_FACET_BOUNDARY_COLOR = CUBIT_RED_INDEX |
| const int | VG_FACET_FACET_COLOR = CUBIT_GREEN_INDEX |
| const int | VG_FACET_IMPRINT_COLOR = CUBIT_WHITE_INDEX |
| const int | VG_FACET_SEGMENT_COLOR = CUBIT_CYAN_INDEX |
| #define VG_FACET_PRINT PRINT_DEBUG(VG_FACET_DEBUG) |
Definition at line 14 of file FacetProjectTool.cpp.
| static int parent_compare_facets | ( | PST_Face *& | f1, |
| PST_Face *& | f2 | ||
| ) | [static] |
| static int sequence_compare_pts | ( | PST_Point *& | p1, |
| PST_Point *& | p2 | ||
| ) | [static] |
| const int VG_FACET_BOUNDARY_COLOR = CUBIT_RED_INDEX |
Definition at line 10 of file FacetProjectTool.cpp.
| const int VG_FACET_DEBUG = 145 |
Definition at line 9 of file FacetProjectTool.cpp.
| const int VG_FACET_FACET_COLOR = CUBIT_GREEN_INDEX |
Definition at line 11 of file FacetProjectTool.cpp.
| const int VG_FACET_IMPRINT_COLOR = CUBIT_WHITE_INDEX |
Definition at line 12 of file FacetProjectTool.cpp.
| const int VG_FACET_SEGMENT_COLOR = CUBIT_CYAN_INDEX |
Definition at line 13 of file FacetProjectTool.cpp.