|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LODCriterion
Interface for LOD criteria, i.e. functions that determine whether Arcs in the DAG have to be "applied" (the
arcs correspond to mesh refinements) during selective refinement / spatial selection.
MultiresolutionMesh,
SelectiveRefinement,
SpatialSelection| Field Summary | |
|---|---|
static LODCriterion |
COARSEST
Static instance of a Coarsest criterion, use this to extract the coarsest LOD contained in a
MultiresolutionMesh. |
static LODCriterion |
FINEST
Static instance of a Finest criterion, use this to extract the finest LOD contained in a
MultiresolutionMesh. |
| Method Summary | |
|---|---|
boolean |
needsRefinement(Arc arc)
Checks whether the given Arc is necessary in order to satisfy this LOD criterion. |
| Field Detail |
|---|
static final LODCriterion COARSEST
Coarsest criterion, use this to extract the coarsest LOD contained in a
MultiresolutionMesh.
static final LODCriterion FINEST
Finest criterion, use this to extract the finest LOD contained in a
MultiresolutionMesh.
| Method Detail |
|---|
boolean needsRefinement(Arc arc)
Arc is necessary in order to satisfy this LOD criterion.
arc - arc to be checked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||