|
@@ -359,33 +359,20 @@ const symbols = [
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
D(MolScript.structureQuery.atomSet.atomCount,
|
|
|
function structureQuery_atomset_atomCount(ctx, xs) {
|
|
|
-
|
|
|
-
|
|
|
return Queries.atomset.atomCount(ctx)(ctx);
|
|
|
}),
|
|
|
|
|
|
-
|
|
|
D(MolScript.structureQuery.atomSet.countQuery,
|
|
|
function structureQuery_atomset_countQuery(ctx, xs) {
|
|
|
-
|
|
|
-
|
|
|
return Queries.atomset.countQuery(ctx, xs[0] as any)(ctx);
|
|
|
}),
|
|
|
|
|
|
-
|
|
|
-
|
|
|
D(MolScript.structureQuery.atomSet.propertySet,
|
|
|
function structureQuery_atomset_propertySet(ctx, xs) {
|
|
|
return Queries.atomset.propertySet(ctx, xs[0] as any)(ctx);
|
|
|
}),
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
D(MolScript.structureQuery.bondProperty.order, (ctx, xs) => ctx.atomicBond.order),
|