31#include <vtkUnstructuredGrid.h>
56 bool duplicateTetra(std::vector< std::vector< double > > t1, std::vector< std::vector< double > > t2);
59 std::vector<double> kVec;
71 vtkSmartPointer<vtkUnstructuredGrid>
removeDuplicateCells(vtkSmartPointer< vtkPointSet > input,
int nbCellMesh1,
bool saveIndices);
MergeMeshes action creates new mesh from two input meshes by merging points which are exactly at the ...
Definition MergeMeshes.h:39
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition MergeMeshes.cpp:79
virtual ~MergeMeshes()
Default Destructor.
Definition MergeMeshes.cpp:74
vtkSmartPointer< vtkUnstructuredGrid > removeDuplicateCells(vtkSmartPointer< vtkPointSet > input, int nbCellMesh1, bool saveIndices)
Reconstruct a mesh without duplicating cells.
Definition MergeMeshes.cpp:142
This class describes what is a generic Action extension.
Definition ActionExtension.h:57
Action class is an abstract class that enables you to build a action (generally an algorithm that wor...
Definition Action.h:215
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:231