Revision: 20180 http://sourceforge.net/p/jmol/code/20180 Author: hansonr Date: 2015-01-11 22:41:12 +0000 (Sun, 11 Jan 2015) Log Message: ----------- final MeshCapper
Modified Paths: -------------- trunk/Jmol/src/org/jmol/util/MeshCapper.java Modified: trunk/Jmol/src/org/jmol/util/MeshCapper.java =================================================================== --- trunk/Jmol/src/org/jmol/util/MeshCapper.java 2015-01-11 22:17:17 UTC (rev 20179) +++ trunk/Jmol/src/org/jmol/util/MeshCapper.java 2015-01-11 22:41:12 UTC (rev 20180) @@ -51,19 +51,42 @@ // for reflection } + /** + * source of edges; consumer of triangles + */ + protected MeshSlicer slicer; + + /** + * for debugging + */ protected boolean dumping; - protected MeshSlicer slicer; + /** + * initialization only + */ private Map<Integer, CapVertex> capMap; private Lst<CapVertex> vertices; + private int ipt0; + /** + * dynamic region processing. These are just + * [DESCENDER, ASCENDER, LAST] for each region + * + */ protected Lst<CapVertex[]> lstRegions; + + /** + * informational only + */ + protected int nTriangles; + /** + * temporary storage + */ protected V3d vab, vac, vap; protected V3 vTemp0, vTemp1, vTemp2; - private int ipt0; - public int nTriangles; + /////////////// initialization ////////////////// /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits