cgma
|
#include "CubitDefines.h"
#include "CubitVector.hpp"
#include "DLIList.hpp"
#include "CubitPoint.hpp"
#include "CastTo.hpp"
#include "RefEntity.hpp"
#include "RefVertex.hpp"
#include "MemoryManager.hpp"
#include "ImprintMatchData.hpp"
#include "ImprintLineSegment.hpp"
Go to the source code of this file.
Classes | |
class | ImprintPointData |
Enumerations | |
enum | PointType { UNSET_POINT = -1, VERTEX_ON_BOUNDARY_1, VERTEX_ON_BOUNDARY_2, CREATE_NEW_VERTEX, VERTEX_ON_BOTH_BOUNDARIES, ON_BOUNDARY_1, ON_BOUNDARY_2, ON_BOTH_BOUNDARIES, ON_SURFACE_1, ON_SURFACE_2 } |
enum PointType |
UNSET_POINT | |
VERTEX_ON_BOUNDARY_1 | |
VERTEX_ON_BOUNDARY_2 | |
CREATE_NEW_VERTEX | |
VERTEX_ON_BOTH_BOUNDARIES | |
ON_BOUNDARY_1 | |
ON_BOUNDARY_2 | |
ON_BOTH_BOUNDARIES | |
ON_SURFACE_1 | |
ON_SURFACE_2 |
Definition at line 35 of file ImprintPointData.hpp.