Modifier and Type | Method and Description |
---|---|
protected LineStrip |
MapperContourMeshGenerator.followContourFrom(DefaultContourColoringPolicy policy,
int i,
int j,
double[][] contours,
boolean[][] processed,
float planeAxe) |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentLineStrip |
class |
ConcurrentLineStripSplitted |
class |
CroppableLineStrip |
Modifier and Type | Field and Description |
---|---|
protected LineStrip |
LineStripInterpolated.line |
Modifier and Type | Method and Description |
---|---|
LineStrip |
LineStripInterpolated.getLine() |
static LineStrip |
LineStrip.merge(LineStrip strip1,
LineStrip strip2)
Merge lines by selecting the most relevant connection point: A-B to C-D
if distance BC is shorter than distance DA C-D to A-B
|
Modifier and Type | Method and Description |
---|---|
void |
LineStrip.addAll(LineStrip strip) |
static LineStrip |
LineStrip.merge(LineStrip strip1,
LineStrip strip2)
Merge lines by selecting the most relevant connection point: A-B to C-D
if distance BC is shorter than distance DA C-D to A-B
|
Modifier and Type | Field and Description |
---|---|
protected List<LineStrip> |
ContourLevel.lines |
Modifier and Type | Method and Description |
---|---|
LineStrip |
ILineStripMergePolicy.mostMergeableIfAny(LineStrip ls,
List<LineStrip> lines) |
LineStrip |
DefaultLineStripMergePolicy.mostMergeableIfAny(LineStrip ls,
List<LineStrip> lines) |
Modifier and Type | Method and Description |
---|---|
List<LineStrip> |
ContourLevel.getLines() |
Modifier and Type | Method and Description |
---|---|
void |
ContourLevels.appendLevelLine(double level,
LineStrip strip) |
void |
ContourLevel.appendLine(LineStrip strip) |
boolean |
ILineStripMergePolicy.mergeable(LineStrip ls1,
LineStrip ls2) |
boolean |
DefaultLineStripMergePolicy.mergeable(LineStrip ls1,
LineStrip ls2) |
double |
ILineStripMergePolicy.mergeScore(LineStrip ls1,
LineStrip ls2) |
double |
DefaultLineStripMergePolicy.mergeScore(LineStrip ls1,
LineStrip ls2) |
protected double |
DefaultLineStripMergePolicy.minDist(LineStrip strip1,
LineStrip strip2) |
LineStrip |
ILineStripMergePolicy.mostMergeableIfAny(LineStrip ls,
List<LineStrip> lines) |
LineStrip |
DefaultLineStripMergePolicy.mostMergeableIfAny(LineStrip ls,
List<LineStrip> lines) |
void |
ContourLevels.setLevelLine(double level,
LineStrip strip) |
Modifier and Type | Method and Description |
---|---|
LineStrip |
ILineStripMergePolicy.mostMergeableIfAny(LineStrip ls,
List<LineStrip> lines) |
LineStrip |
DefaultLineStripMergePolicy.mostMergeableIfAny(LineStrip ls,
List<LineStrip> lines) |
Constructor and Description |
---|
ContourLevel(int id,
float value,
List<LineStrip> lines) |
Modifier and Type | Class and Description |
---|---|
class |
AxeTransformableLineStrip |
Modifier and Type | Class and Description |
---|---|
class |
ParametricDrawable |
class |
ParametricDrawable2 |
Modifier and Type | Class and Description |
---|---|
class |
CameraPathAnnotation
Record the camera position at regular interval and draws
the path based on these point accumulation.
|
Modifier and Type | Field and Description |
---|---|
protected List<LineStrip> |
BarycenterAnnotation.lines |
Copyright © 2016. All rights reserved.