Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SliceRepresentationParameters

Slice representation parameter object. Extends RepresentationParameters

property

{String} filter - filter applied to map the volume data on the slice, one of "nearest", "linear", "cubic-bspline", "cubic-catmulrom", "cubic-mitchell".

property

{String} positionType - Meaning of the position value. Either "percent" od "coordinate".

property

{Number} position - position of the slice.

property

{String} dimension - one of "x", "y" or "z"

property

{String} thresholdType - Meaning of the threshold values. Either value for the literal value or sigma as a factor of the sigma of the data. For volume data only.

property

{Number} thresholdMin - Minimum value to be displayed. For volume data only.

property

{Number} thresholdMax - Maximum value to be displayed. For volume data only.

property

{Boolean} normalize - Flag indicating wheather to normalize the data in a slice when coloring.

Hierarchy

Indexable

[key: string]: any

Slice representation parameter object. Extends RepresentationParameters

property

{String} filter - filter applied to map the volume data on the slice, one of "nearest", "linear", "cubic-bspline", "cubic-catmulrom", "cubic-mitchell".

property

{String} positionType - Meaning of the position value. Either "percent" od "coordinate".

property

{Number} position - position of the slice.

property

{String} dimension - one of "x", "y" or "z"

property

{String} thresholdType - Meaning of the threshold values. Either value for the literal value or sigma as a factor of the sigma of the data. For volume data only.

property

{Number} thresholdMin - Minimum value to be displayed. For volume data only.

property

{Number} thresholdMax - Maximum value to be displayed. For volume data only.

property

{Boolean} normalize - Flag indicating wheather to normalize the data in a slice when coloring.

Index

Properties

clipCenter

clipCenter: Vector3

clipNear

clipNear: number

clipRadius

clipRadius: number

color

color: number | string | Color

colorDomain

colorDomain: number[]

colorMode

colorMode: ColorMode

colorReverse

colorReverse: boolean

colorScale

colorScale: string | number[]

colorScheme

colorScheme: string

colorValue

colorValue: number

depthWrite

depthWrite: boolean

diffuse

diffuse: Color

diffuseInterior

diffuseInterior: boolean

dimension

dimension: "x" | "y" | "z"

disableImpostor

disableImpostor: boolean

disablePicking

disablePicking: boolean

filter

filter: "nearest" | "linear" | "cubic-bspline" | "cubic-catmulrom" | "cubic-mitchell"

flatShaded

flatShaded: boolean

interiorColor

interiorColor: Color

interiorDarkening

interiorDarkening: number

lazy

lazy: boolean

matrix

matrix: Matrix4

metalness

metalness: number

name

name: string

normalize

normalize: boolean

opacity

opacity: number

openEnded

openEnded: boolean

position

position: number

positionType

positionType: "percent" | "coordinate"

quality

quality: string

radialSegments

radialSegments: number

roughness

roughness: number

side

sphereDetail

sphereDetail: number

thresholdMax

thresholdMax: number

thresholdMin

thresholdMin: number

thresholdType

thresholdType: "value" | "sigma"

useInteriorColor

useInteriorColor: boolean

visible

visible: boolean

wireframe

wireframe: boolean

Generated using TypeDoc