Skip to content
Snippets Groups Projects
Commit da71332d authored by Alexander Rose's avatar Alexander Rose
Browse files

add 'sel.atom.all' macro

parent a0de8dd9
Branches
Tags
No related merge requests found
...@@ -101,6 +101,7 @@ export const SymbolTable = [ ...@@ -101,6 +101,7 @@ export const SymbolTable = [
Alias(MolScript.structureQuery.generator.queryInSelection, 'sel.atom.query-in-selection'), Alias(MolScript.structureQuery.generator.queryInSelection, 'sel.atom.query-in-selection'),
Alias(MolScript.structureQuery.generator.rings, 'sel.atom.rings'), Alias(MolScript.structureQuery.generator.rings, 'sel.atom.rings'),
Alias(MolScript.structureQuery.generator.empty, 'sel.atom.empty'), Alias(MolScript.structureQuery.generator.empty, 'sel.atom.empty'),
Alias(MolScript.structureQuery.generator.all, 'sel.atom.all'),
// Macro(MSymbol('sel.atom.atoms', Arguments.Dictionary({ // Macro(MSymbol('sel.atom.atoms', Arguments.Dictionary({
// 0: Argument(Type.Bool, { isOptional: true, defaultValue: true, description: 'Test applied to each atom.' }) // 0: Argument(Type.Bool, { isOptional: true, defaultValue: true, description: 'Test applied to each atom.' })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment