| Package | Description |
|---|---|
| com.metsci.glimpse.charts.bathy |
The bathymetry package defines utility classes for reading
bathymetric data in various formats.
|
| com.metsci.glimpse.painter.texture |
Painters which display data contained in OpenGL textures, including
2D heat maps and images.
|
| com.metsci.glimpse.support.texture |
Extensions to the basic
Texture subclasses. |
| Modifier and Type | Method and Description |
|---|---|
FloatTextureProjected2D |
BathymetryData.getTexture() |
| Modifier and Type | Method and Description |
|---|---|
FloatTextureProjected2D |
HeatMapPainter.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
HeatMapPainter.setData(FloatTextureProjected2D texture) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorTextureProjected2D
A texture class which stores 4 channel RGBA colors.
|
class |
Float16TextureProjected2D
A texture class which stores 16 bit fixed point greyscale values (capped from 0 to 1).
|
Copyright © 2018 Metron, Inc.. All rights reserved.