9 #include "imstkGeometryAlgorithm.h" 10 #include "imstkDataArray.h" 32 std::shared_ptr<SurfaceMesh> inputMeshA,
33 std::shared_ptr<SurfaceMesh> inputMeshB);
35 std::shared_ptr<SurfaceMesh> getOutputMeshA()
const;
36 std::shared_ptr<SurfaceMesh> getOutputMeshB()
const;
43 double getProximity() {
return m_proximity; }
48 double m_proximity = 0.0;
void requestUpdate() override
Users can implement this for the logic to be run.
This filter takes in two surface meshes and generates two surface meshes that are subsets of the two ...
Abstract base class for geometry algorithms. GeometryAlgorithms take N input geometries and produce N...
void setProximity(double prox)
Get/Set the proximity. Any faces within this distance between the two meshes are added to the output ...