![]() |
Prusa Slicer 2.6.0
|
#include "miq.h"#include "../../local_basis.h"#include "../../triangle_triangle_adjacency.h"#include "../../cut_mesh.h"#include "../../LinSpaced.h"#include "../../HalfEdgeIterator.h"#include "../../is_border_vertex.h"#include "../../vertex_triangle_adjacency.h"#include "../../slice_into.h"#include "../../grad.h"#include "../../cotmatrix.h"#include "../../doublearea.h"#include <gmm/gmm.h>#include <CoMISo/Solver/ConstrainedSolver.hh>#include <CoMISo/Solver/MISolver.hh>#include <CoMISo/Solver/GMM_Tools.hh>#include "../../cross_field_missmatch.h"#include "../../comb_frame_field.h"#include "../../comb_cross_field.h"#include "../../cut_mesh_from_singularities.h"#include "../../find_cross_field_singularities.h"#include "../../compute_frame_field_bisectors.h"#include "../../rotate_vectors.h"#include <fstream>#include <iostream>#include "../../matlab_format.h"
Include dependency graph for miq.cpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | igl |
| namespace | igl::copyleft |
| namespace | igl::copyleft::comiso |
Macros | |
| #define | DEBUGPRINT 0 |
| struct igl::copyleft::comiso::MeshSystemInfo |
Collaboration diagram for igl::copyleft::comiso::MeshSystemInfo:| Class Members | ||
|---|---|---|
| vector< SeamInfo > | EdgeSeamInfo | this are used for drawing purposes |
| int | num_integer_cuts | num of integer for cuts |
| int | num_vert_variables | |
| #define DEBUGPRINT 0 |