#include "PreCompiled.h"
#include "GTSAlgos.h"
#include "Mesh.h"
#include "Core/MeshIO.h"
#include "Core/MeshKernel.h"
#include "Core/Iterator.h"
#include "Core/Algorithm.h"
#include "Core/TopoAlgorithm.h"
#include "Core/Evaluation.h"
#include <Base/Exception.h>
#include <Base/FileInfo.h>
#include <Base/Console.h>
Go to the source code of this file.
Functions | |
static GtsEdge * | new_edge (GtsVertex *v1, GtsVertex *v2) |
helper function - construct a Edge out of two Vertexes if not allready there | |
static void | onFaces (GtsTriangle *t, std::vector< MeshGeomFacet > *VAry) |
helper function for the face (triangle iteration |
static GtsEdge* new_edge | ( | GtsVertex * | v1, | |
GtsVertex * | v2 | |||
) | [static] |
helper function - construct a Edge out of two Vertexes if not allready there
Definition at line 227 of file GTSAlgos.cpp.
Referenced by Mesh::GTSAlgos::createGTSSurface().
static void onFaces | ( | GtsTriangle * | t, | |
std::vector< MeshGeomFacet > * | VAry | |||
) | [static] |
helper function for the face (triangle iteration
Definition at line 282 of file GTSAlgos.cpp.
Referenced by Mesh::GTSAlgos::fillMeshFromGTSSurface().