#ifndef NXS_TRISTRIP_H #define NXS_TRISTRIP_H #include namespace nxs { void ComputeTriStrip(unsigned short nfaces, unsigned short *faces, std::vector &strip); } #endif