添加多种数据结构支持

This commit is contained in:
黎智洲
2021-04-22 21:39:29 +08:00
parent eaa58af42d
commit 579c72939c
5 changed files with 385 additions and 3 deletions
+2
View File
@@ -6,12 +6,14 @@ import * as G6 from "./Lib/g6.js";
import linkListNode from "./RegisteredShape/linkListNode";
import binaryTreeNode from "./RegisteredShape/binaryTreeNode";
import twoCellNode from "./RegisteredShape/twoCellNode";
import { Vector } from "./Common/vector";
export const SV = {
Engine: Engine,
Group: Group,
Bound: Bound,
Vector: Vector,
G6,
registeredShape: [
externalPointer, linkListNode, binaryTreeNode, twoCellNode