Skip to main content

CoordinationData

megane-viewer


megane-viewer / CoordinationData

Interface: CoordinationData

Defined in: pipeline/types.ts:130

Directed center-neighbor coordination relationships. The first index in each pair is always a visible center; the neighbor may be a Drawing Boundary copy or an additional periodic image needed to complete that center's environment.

Properties

bondIndices

bondIndices: Uint32Array

Defined in: pipeline/types.ts:134


elements

elements: Uint8Array

Defined in: pipeline/types.ts:137


nAtoms

nAtoms: number

Defined in: pipeline/types.ts:138


nBonds

nBonds: number

Defined in: pipeline/types.ts:135


outsideBoundaryImages

outsideBoundaryImages: PeriodicAtomImageData | null

Defined in: pipeline/types.ts:140

Neighbor images added outside Drawing Boundary for visible centers.


particleRef

particleRef: ParticleData

Defined in: pipeline/types.ts:133


positions

positions: Float32Array

Defined in: pipeline/types.ts:136


sourceNodeId

sourceNodeId: string

Defined in: pipeline/types.ts:132


type

type: "coordination"

Defined in: pipeline/types.ts:131