Skip to main content

Type Alias: NVMeshLayer

type NVMeshLayer = object;

Defined in: nvmesh.ts:21

Properties

atlasValues?

optional atlasValues: AnyNumberArray;

Defined in: nvmesh.ts:50


base64?

optional base64: string;

Defined in: nvmesh.ts:45


cal_max

cal_max: number;

Defined in: nvmesh.ts:35


cal_maxNeg

cal_maxNeg: number;

Defined in: nvmesh.ts:37


cal_min

cal_min: number;

Defined in: nvmesh.ts:34


cal_minNeg

cal_minNeg: number;

Defined in: nvmesh.ts:36


colorbarVisible?

optional colorbarVisible: boolean;

Defined in: nvmesh.ts:47


colormap

colormap: string;

Defined in: nvmesh.ts:27


colormapInvert?

optional colormapInvert: boolean;

Defined in: nvmesh.ts:29


colormapLabel?

optional colormapLabel:
| ColorMap
| LUT;

Defined in: nvmesh.ts:30


colormapNegative?

optional colormapNegative: string;

Defined in: nvmesh.ts:28


colormapType?

optional colormapType: number;

Defined in: nvmesh.ts:44


frame4D

frame4D: number;

Defined in: nvmesh.ts:39


global_max?

optional global_max: number;

Defined in: nvmesh.ts:33


global_min?

optional global_min: number;

Defined in: nvmesh.ts:32


headers?

optional headers: Record<string, string>;

Defined in: nvmesh.ts:25


isAdditiveBlend?

optional isAdditiveBlend: boolean;

Defined in: nvmesh.ts:38


isTransparentBelowCalMin?

optional isTransparentBelowCalMin: boolean;

Defined in: nvmesh.ts:43


key?

optional key: string;

Defined in: nvmesh.ts:23


labels?

optional labels: NVLabel3D[];

Defined in: nvmesh.ts:49


name?

optional name: string;

Defined in: nvmesh.ts:22


nFrame4D

nFrame4D: number;

Defined in: nvmesh.ts:40


opacity

opacity: number;

Defined in: nvmesh.ts:26


outlineBorder?

optional outlineBorder: number;

Defined in: nvmesh.ts:42


showLegend?

optional showLegend: boolean;

Defined in: nvmesh.ts:48


url?

optional url: string;

Defined in: nvmesh.ts:24


useNegativeCmap?

optional useNegativeCmap: boolean;

Defined in: nvmesh.ts:31


values

values: AnyNumberArray;

Defined in: nvmesh.ts:41