Nuclex.Support/Source/Packing
2007-07-16 20:09:51 +00:00
..
ArevaloRectanglePacker.cs Some minor cosmetic fixes; improved several variable names; added more commentation 2007-05-28 18:11:41 +00:00
ArevaloRectanglePacker.Test.cs Some minor cosmetic fixes; improved several variable names; added more commentation 2007-05-28 18:11:41 +00:00
CygonRectanglePacker.cs Added new generic WeakReference class for typesafe weak reference usage 2007-06-18 21:25:16 +00:00
CygonRectanglePacker.Test.cs Finally disabled wasted area calculation for good in the 'cygon' packer because benchmarks show it as being counterproductive; implemented rectangle placement optimization as it is done in the original 'arevalo' packer - the C# version should now produce the exact identical results the C++ version does 2007-05-22 20:15:48 +00:00
OutOfSpaceException.cs The rectangle packers now throw a proper exception when there is no more space available; Moved interface implementations of the TransformingReadOnlyCollection into a separate file to keep the main body of the class readable 2007-07-16 20:09:51 +00:00
RectanglePacker.cs The rectangle packers now throw a proper exception when there is no more space available; Moved interface implementations of the TransformingReadOnlyCollection into a separate file to keep the main body of the class readable 2007-07-16 20:09:51 +00:00
RectanglePacker.Test.cs Fixed a warning resulting from an invalid character in an XML comment; renamed findBestPlacement() to tryFindBestPlacement() which is more in sync with the conventions used by the .NET framework 2007-05-31 19:15:39 +00:00
SimpleRectanglePacker.cs Made the scoring influence of wasted area for the "cygon" packer configurable 2007-05-22 17:57:20 +00:00
SimpleRectanglePacker.Test.cs Some minor cosmetic fixes; improved several variable names; added more commentation 2007-05-28 18:11:41 +00:00