Skip to main content

Type Alias: NVMeshLayer

type NVMeshLayer = object;

Defined in: nvmesh.ts:35

Properties

atlasValues?

optional atlasValues: AnyNumberArray;

Defined in: nvmesh.ts:64


base64?

optional base64: string;

Defined in: nvmesh.ts:59


cal_max

cal_max: number;

Defined in: nvmesh.ts:49


cal_maxNeg

cal_maxNeg: number;

Defined in: nvmesh.ts:51


cal_min

cal_min: number;

Defined in: nvmesh.ts:48


cal_minNeg

cal_minNeg: number;

Defined in: nvmesh.ts:50


colorbarVisible?

optional colorbarVisible: boolean;

Defined in: nvmesh.ts:61


colormap

colormap: string;

Defined in: nvmesh.ts:41


colormapInvert?

optional colormapInvert: boolean;

Defined in: nvmesh.ts:43


colormapLabel?

optional colormapLabel:
| ColorMap
| LUT;

Defined in: nvmesh.ts:44


colormapNegative?

optional colormapNegative: string;

Defined in: nvmesh.ts:42


colormapType?

optional colormapType: number;

Defined in: nvmesh.ts:58


frame4D

frame4D: number;

Defined in: nvmesh.ts:53


global_max?

optional global_max: number;

Defined in: nvmesh.ts:47


global_min?

optional global_min: number;

Defined in: nvmesh.ts:46


headers?

optional headers: Record<string, string>;

Defined in: nvmesh.ts:39


isAdditiveBlend?

optional isAdditiveBlend: boolean;

Defined in: nvmesh.ts:52


isTransparentBelowCalMin?

optional isTransparentBelowCalMin: boolean;

Defined in: nvmesh.ts:57


key?

optional key: string;

Defined in: nvmesh.ts:37


labels?

optional labels: NVLabel3D[];

Defined in: nvmesh.ts:63


name?

optional name: string;

Defined in: nvmesh.ts:36


nFrame4D

nFrame4D: number;

Defined in: nvmesh.ts:54


opacity

opacity: number;

Defined in: nvmesh.ts:40


outlineBorder?

optional outlineBorder: number;

Defined in: nvmesh.ts:56


showLegend?

optional showLegend: boolean;

Defined in: nvmesh.ts:62


url?

optional url: string;

Defined in: nvmesh.ts:38


useNegativeCmap?

optional useNegativeCmap: boolean;

Defined in: nvmesh.ts:45


values

values: AnyNumberArray;

Defined in: nvmesh.ts:55