10template <
class Po
intSetT>
 
   16        output.begin(), output.end(), output.begin(),
 
   17        [transform](
const auto& a) { return transform->applyPoint(a); });
 
std::ostream & operator<<(std::ostream &s, const volcart::Tensor3D< DType > &tensor)
Write a Tensor3D to an output stream.
 
Volume Cartographer library
 
auto ApplyTransform(const ITKMesh::Pointer &mesh, const Transform3D::Pointer &transform, bool normalize=true) -> ITKMesh::Pointer
Apply a transform to an ITKMesh.