|
@@ -56,7 +56,7 @@ function createUnitsRenderObject<G extends Geometry>(structureGroup: StructureGr
|
|
|
interface UnitsVisualBuilder<P extends StructureParams, G extends Geometry> {
|
|
|
defaultProps: PD.Values<P>
|
|
|
createGeometry(ctx: VisualContext, unit: Unit, structure: Structure, theme: Theme, props: PD.Values<P>, geometry?: G): Promise<G> | G
|
|
|
- createLocationIterator(structureGroup: StructureGroup, props: PD.Values<P>): LocationIterator
|
|
|
+ createLocationIterator(structureGroup: StructureGroup, props: any): LocationIterator
|
|
|
getLoci(pickingId: PickingId, structureGroup: StructureGroup, id: number): Loci
|
|
|
eachLocation(loci: Loci, structureGroup: StructureGroup, apply: (interval: Interval) => boolean, isMarking: boolean): boolean
|
|
|
setUpdateState(state: VisualUpdateState, newProps: PD.Values<P>, currentProps: PD.Values<P>, newTheme: Theme, currentTheme: Theme, newStructureGroup: StructureGroup, currentStructureGroup: StructureGroup): void
|