9 #include "imstkGeometryAlgorithm.h" 37 void setDestMesh(std::shared_ptr<SurfaceMesh> destMesh);
void setDestMesh(std::shared_ptr< SurfaceMesh > destMesh)
The mesh to recieve the attribute.
void requestUpdate() override
Users can implement this for the logic to be run.
Abstract base class for geometry algorithms. GeometryAlgorithms take N input geometries and produce N...
void setSourceMesh(std::shared_ptr< SurfaceMesh > surfMesh)
The mesh with attribute to put on the other.
std::shared_ptr< SurfaceMesh > getOutputMesh()
destMesh copy with the attribute
This filter projects vertex texture attributes from one SurfaceMesh to another by finding the closest...