visualization-tools

Home > @visualization-tools/core > AInterleavedConnector

AInterleavedConnector class

Interleaved implementation of IIndexedDataConnector

Signature:

export declare abstract class AInterleavedConnector<TArray extends TTypedArray, TOffsets> implements IInterleavedConnector<TArray, TOffsets> 

Implements: IInterleavedConnector<TArray, TOffsets>

Constructors

Constructor Modifiers Description
(constructor)(config, initialDataLength, bytesPerElement)   Constructs a new instance of the AInterleavedConnector class

Properties

Property Modifiers Type Description
offsets   TOffsets  

Methods

Method Modifiers Description
getBlockByteSize()    
getBlockElementCount()    
getData()    
getDescriptor()    
getDescriptor(config, storageType) static  
getEnd()    
getInterleavedBuffer()    
getLength()    
getLoggableValue()    
getMaximumLength()    
getStart()    
getValue(index, offset)    
setLength(length)    
setStart(index)    
setValue(index, offset, value)