Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SliceRepresentation

Slice representation

Hierarchy

Indexable

[key: string]: any

Slice representation

Index

Constructors

constructor

Properties

bufferList

bufferList: Buffer[]

Protected clipCenter

clipCenter: Vector3

Protected clipNear

clipNear: number

Protected clipRadius

clipRadius: number

Protected colorDomain

colorDomain: number[]

Protected colorMode

colorMode: ColorMode

Protected colorReverse

colorReverse: boolean

Protected colorScale

colorScale: string | string[]

Protected colorScheme

colorScheme: string

Protected colorValue

colorValue: number

Protected depthWrite

depthWrite: boolean

Protected diffuse

diffuse: number

Protected Optional diffuseInterior

diffuseInterior: undefined | false | true

Protected dimension

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

Protected disableImpostor

disableImpostor: boolean

Protected disablePicking

disablePicking: boolean

Protected disposed

disposed: boolean

Protected filter

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

Protected flatShaded

flatShaded: boolean

Protected interiorColor

interiorColor: number

Protected interiorDarkening

interiorDarkening: number

lazy

lazy: boolean

lazyProps

lazyProps: { bufferParams: BufferParameters | {}; build: boolean; what: {} }

Type declaration

Protected manualAttach

manualAttach: () => any

Type declaration

    • (): any
    • Returns any

Protected matrix

matrix: Matrix4

Protected metalness

metalness: number

Protected name

name: string

Protected normalize

normalize: boolean

Protected opacity

opacity: number

Protected openEnded

openEnded: boolean

parameters

parameters: any

Protected position

position: number

Protected positionType

positionType: "percent" | "coordinate"

Protected radialSegments

radialSegments: number

Protected roughness

roughness: number

Protected side

Protected sphereDetail

sphereDetail: number

tasks

tasks: Counter

Protected thresholdMax

thresholdMax: number

Protected thresholdMin

thresholdMin: number

Protected thresholdType

thresholdType: "value" | "sigma"

Protected toBePrepared

toBePrepared: boolean

type

type: string

Protected Optional useInteriorColor

useInteriorColor: undefined | false | true

viewer

viewer: Viewer

visible

visible: boolean

Protected volume

volume: Volume

Protected wireframe

wireframe: boolean

Methods

attach

  • attach(callback: () => void): void

build

  • build(updateWhat?: undefined | {}): void

clear

  • clear(): void

create

  • create(): void

dispose

  • dispose(): void

getBufferParams

  • getBufferParams(p?: {}): { clipCenter: Vector3; clipNear: number; clipRadius: number; depthWrite: boolean; diffuse: number; diffuseInterior: undefined | false | true; disablePicking: boolean; flatShaded: boolean; interiorColor: number; interiorDarkening: number; matrix: Matrix4; metalness: number; opacity: number; roughness: number; side: "double" | "front" | "back"; useInteriorColor: undefined | false | true; wireframe: boolean } & {}
  • Parameters

    • Default value p: {} = {}
      • [k: string]: any

    Returns { clipCenter: Vector3; clipNear: number; clipRadius: number; depthWrite: boolean; diffuse: number; diffuseInterior: undefined | false | true; disablePicking: boolean; flatShaded: boolean; interiorColor: number; interiorDarkening: number; matrix: Matrix4; metalness: number; opacity: number; roughness: number; side: "double" | "front" | "back"; useInteriorColor: undefined | false | true; wireframe: boolean } & {}

getColorParams

getParameters

  • getParameters(): {}

init

make

  • make(updateWhat?: undefined | false | true, callback?: undefined | (() => void)): void

prepare

  • prepare(cb: () => void): void

setColor

setParameters

setVisibility

  • setVisibility(value: boolean, noRenderRequest?: undefined | false | true): Representation

update

  • update(what?: any): void

updateParameters

Generated using TypeDoc