public class DoubleDynamicContainerAccessor extends DynamicContainerAccessor implements DoubleAccess
currentIndex
Constructor and Description |
---|
DoubleDynamicContainerAccessor(DoubleDynamicContainer<?> container,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
double |
getValue(int index) |
void |
setValue(int index,
double value) |
updateIndex
public DoubleDynamicContainerAccessor(DoubleDynamicContainer<?> container, int entitiesPerPixel)
public void close()
close
in interface DataAccess
public double getValue(int index)
getValue
in interface DoubleAccess
public void setValue(int index, double value)
setValue
in interface DoubleAccess
Copyright © 2015–2021 Fiji. All rights reserved.