Groups are at the core of Jmol for PDB files, which are among the largest
(slowest to process). They are key to all processing, including rendering.
The idea of going from a "one-group simple pointer" method to a
"multi-group look-up table" for something that is not a core molecular
property is not really an option. There must be another way.

I may have missed a message, but a "one to many" relationship is what
bitsets are for. You create multiple groupings, each of which is a set of
atoms. Then an atom can be in any number of these, you can select atoms
based on selecting groupings, and you can use logical and/or operators on
the bitsets to cross them and see which atoms are in their intersection.

grp1 = {temperature > 50}
grp2 = {radius < 1.5}

grp3 = grp1 and grp2

select grp3
color blue

etc.




​
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to