our-medical
Version:
medical image vue component
12 lines (11 loc) • 361 B
TypeScript
import { type Types } from '@cornerstonejs/core';
/**
* @description 判断靶点位置是否在指定的segmentation中
* @author jiannan.jiao
* @date 28/11/2023
* @export
* @param {string} segmentationId
* @param {Types.Point3} point
* @returns {*}
*/
export default function pointInSegmentation(segmentationId: string, point: Types.Point3): boolean;