Package | Description |
---|---|
usf.saav.alma.algorithm.mesh | |
usf.saav.alma.data | |
usf.saav.alma.data.fits | |
usf.saav.alma.data.processors | |
usf.saav.alma.drawing | |
usf.saav.alma.util |
Modifier and Type | Method and Description |
---|---|
static float[] |
Mesh.getComponentMidpoint(Mesh.Vertex c,
ScalarFieldND sf)
Gets the component midpoint.
|
Constructor and Description |
---|
ScalarFieldMesh(ScalarFieldND sf)
Instantiates a new scalar field mesh.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScalarField1D
The Interface ScalarField1D.
|
interface |
ScalarField2D
The Interface ScalarField2D.
|
interface |
ScalarField3D
The Interface ScalarField3D.
|
Modifier and Type | Class and Description |
---|---|
static class |
ScalarField1D.Default
The Class Default.
|
static class |
ScalarField1D.Empty
The Class Empty.
|
static class |
ScalarField2D.Default
The Class Default.
|
static class |
ScalarField2D.Empty
The Class Empty.
|
static class |
ScalarField2D.Test
The Class Test.
|
static class |
ScalarField3D.Default
The Class Default.
|
static class |
ScalarField3D.Empty
The Class Empty.
|
static class |
ScalarFieldND.Default
The Class Default.
|
class |
Synthetic2D
The Class Synthetic2D.
|
static class |
Synthetic2D.GaussianMixing
The Class GaussianMixing.
|
static class |
Synthetic2D.MonkeySaddle
The Class MonkeySaddle.
|
Modifier and Type | Class and Description |
---|---|
class |
RawFitsReader.FitsSlice
The Class FitsSlice.
|
class |
RawFitsReader.FitsVolume
The Class FitsVolume.
|
Modifier and Type | Class and Description |
---|---|
class |
Composite2D
The Class Composite2D.
|
class |
Composite3D
The Class Composite3D.
|
class |
Extract1Dfrom3D
The Class Extract1Dfrom3D.
|
class |
Extract2DFrom3D
The Class Extract2DFrom3D.
|
class |
LayeredVolume
The Class LayeredVolume.
|
class |
Moment0
The Class Moment0.
|
class |
Moment1
The Class Moment1.
|
class |
Moment2
The Class Moment2.
|
class |
PersistenceSimplifier1D
The Class PersistenceSimplifier1D.
|
class |
PersistenceSimplifier2D
The Class PersistenceSimplifier2D.
|
class |
PersistenceSimplifier3D
The Class PersistenceSimplifier3D.
|
class |
PersistenceSimplifierND
The Class PersistenceSimplifierND.
|
class |
StraightThru1D
The Class StraightThru1D.
|
class |
StraightThru2D
The Class StraightThru2D.
|
class |
StraightThru3D
The Class StraightThru3D.
|
class |
Subsample2D
The Class Subsample2D.
|
class |
Subsample3D
The Class Subsample3D.
|
class |
Subset1D
The Class Subset1D.
|
class |
Subset2D
The Class Subset2D.
|
class |
Subset3D
The Class Subset3D.
|
Modifier and Type | Method and Description |
---|---|
ScalarFieldND |
PersistenceSimplifierND.getScalarField()
Gets the scalar field.
|
Constructor and Description |
---|
PersistenceSimplifierND(ScalarFieldND sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D z,
boolean runImmediately)
Instantiates a new persistence simplifier ND.
|
PersistenceSimplifierND(ScalarFieldND sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D z,
boolean runImmediately,
boolean verbose)
Instantiates a new persistence simplifier ND.
|
Modifier and Type | Method and Description |
---|---|
void |
HistogramDrawing.setData(ScalarFieldND sf)
Sets the data.
|
void |
ContourTreeDrawing.setField(ScalarFieldND sf,
PersistenceSet ct,
Mesh cl,
usf.saav.common.range.IntRange1D zr)
Sets the field.
|
Modifier and Type | Method and Description |
---|---|
ScalarFieldND |
ContourTreeThread.getScalarField()
Gets the scalar field.
|