1itk_wrap_include("itkQuadEdgeCellTraitsInfo.h")
2itk_wrap_include("itkCellInterface.h")
3
4itk_wrap_class("itk::TriangleCell" AUTOPOINTER)
5  foreach(d ${ITK_WRAP_IMAGE_DIMS})
6    itk_wrap_template("CIDQEMCTI${d}" "itk::CellInterface< double, itk::QuadEdgeMeshCellTraitsInfo< ${d} > >")
7  endforeach()
8itk_end_wrap_class()
9