|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.persistence.ShareableBase
de.grogra.graph.impl.ContextDependentBase
de.grogra.math.Sweep
de.grogra.math.ExtendedSweep
public abstract class ExtendedSweep
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.grogra.math.Sweep |
|---|
Sweep.Type |
| Field Summary |
|---|
| Fields inherited from class de.grogra.math.Sweep |
|---|
$TYPE, useRail$FIELD |
| Constructor Summary | |
|---|---|
ExtendedSweep()
|
|
| Method Summary | |
|---|---|
int |
getDegree(int curve,
GraphState gs)
|
float |
getKnot(int curve,
int index,
GraphState gs)
|
int |
getSize(int curve,
GraphState gs)
|
protected BSplineCurve |
getTrajectory(GraphState gs)
|
protected int |
getVertexImpl(float[] out,
int curve,
int index,
java.lang.Object[] cache,
GraphState gs)
|
protected abstract BSplineCurve |
init(Int2ObjectMap profilesOut,
GraphState gs)
|
protected java.lang.Object[] |
initCache(GraphState gs)
|
| Methods inherited from class de.grogra.math.Sweep |
|---|
areCurvesCompatible, calculateLocalX, computeTrajectory, getCache, getCacheImpl, getDimension, getSize, getVertex, initLocalX, isRational, setUseRail |
| Methods inherited from class de.grogra.graph.impl.ContextDependentBase |
|---|
writeStamp |
| Methods inherited from class de.grogra.persistence.ShareableBase |
|---|
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.grogra.graph.ContextDependent |
|---|
dependsOnContext, writeStamp |
| Methods inherited from interface de.grogra.persistence.Manageable |
|---|
getManageableType |
| Constructor Detail |
|---|
public ExtendedSweep()
| Method Detail |
|---|
public int getDegree(int curve,
GraphState gs)
public float getKnot(int curve,
int index,
GraphState gs)
public int getSize(int curve,
GraphState gs)
protected BSplineCurve getTrajectory(GraphState gs)
getTrajectory in class Sweep
protected int getVertexImpl(float[] out,
int curve,
int index,
java.lang.Object[] cache,
GraphState gs)
getVertexImpl in class Sweep
protected abstract BSplineCurve init(Int2ObjectMap profilesOut,
GraphState gs)
protected java.lang.Object[] initCache(GraphState gs)
initCache in class Sweep
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||