MeshKit
1.0
|
#include "meshkitalgs_export.hpp"
#include <set>
#include <string>
#include <vector>
#include "meshkit/MKCore.hpp"
#include <iBase.h>
#include <iMesh.h>
Go to the source code of this file.
Classes | |
class | CESets |
struct | CESets::tag_data |
Namespaces | |
namespace | MeshKit |
Functions | |
void | link_expand_sets (const CESets &ce_sets, iMesh::TagHandle local_tag) |
Set the target sets for expand sets to be themselves. | |
void | process_ce_sets (iMesh *mesh, const std::set< iMesh::EntitySetHandle > &cesets, iMesh::TagHandle local_tag) |
Add newly-created entities/sets to a collection of sets. | |
void | tag_copy_sets (iMesh *mesh, iMesh::TagHandle copyTag, const std::set< iMesh::EntitySetHandle > ©Sets, iMesh::TagHandle tag, const char *tag_val) |
Tag a collection of copied sets. | |
void | tag_copy_sets (const CESets &ce_sets, iMesh::TagHandle local_tag, iMesh::TagHandle copy_tag) |
Tag a collection of copied sets. |