摘要: vtkPolyData 转换 vtkImageData 阅读全文
posted @ 2020-04-13 22:01 學海無涯 阅读(2677) 评论(1) 推荐(0) 编辑
摘要: ``` /** Compute the sum of elements of a vector */ template class Series { typedef int Vector[10]; public: static double Compute(Vector & vector) { return vector[N-1] + Series::Compute( vector ); // r 阅读全文
posted @ 2020-04-13 15:27 學海無涯 阅读(194) 评论(0) 推荐(0) 编辑