10 #ifndef vtk_m_exec_CellInside_h
11 #define vtk_m_exec_CellInside_h
23 template <
typename T,
typename CellShapeTag>
26 using VtkcTagType =
typename vtkm::internal::CellShapeTagVtkmToVtkc<CellShapeTag>::Type;
27 return lcl::cellInside(VtkcTagType{}, pcoords);
39 return pcoords[0] >= T(0) && pcoords[0] <= T(1);
62 #endif // vtk_m_exec_CellInside_h