Lattice Interface
Container Interface (tree, graph or other data structure)
Bases: core.graph.interface.latticeconcept.ScaleLattice, core.graph.interface.latticeconcept.Container
A multiscale container interface. seid= (eid,sid) seid: scale and element identifier
Return the complex of the component seid at the scale sid
Parameters: |
|
---|---|
Return: | seid |
Return the components of the complex seid at the scale sid
Parameters: |
|
---|---|
Return: | iter of seid |
Return a ref on the container associated to sid.
Parameters: |
|
---|---|
Return: | container (a reference, not a copy) |
Bases: core.graph.interface.latticeconcept.MultiscaleContainer
A MultiscaleTree interface.
Bases: core.graph.interface.latticeconcept.MutableScaleLattice, core.graph.interface.latticeconcept.MultiscaleContainer
Interface of a mutable MultiscaleContainer
Bases: core.graph.interface.latticeconcept.MutableMultiscaleContainer, core.graph.interface.latticeconcept.MultiscaleTree
A mutable MultiscaleTree
Bases: core.graph.interface.latticeconcept.ScaleLattice
A mutable scale lattice. (sic)
Add a scale sid between min_id and max_id. If min_id is coarsest(), add sid after coarsest If max_id is finest() then add sid before finest Else add sid between min_id and max_id
Parameters: |
|
---|
todo
Return the coarser scales of sid
Parameters: |
|
---|---|
Return: | iter of scale_id |
Return the coarser scales of sid
Parameters: |
|
---|---|
Return: | iter of scale_id |
Return the finer scale of common coarser scales of sid1 and sid2
Parameters: |
|
---|---|
Return: | a scale identifier |