- 24 Feb, 2009 1 commit
-
-
mattijs authored
-
- 13 Feb, 2009 1 commit
-
-
mattijs authored
-
- 02 Feb, 2009 1 commit
-
-
Mark Olesen authored
-
- 29 Jan, 2009 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 27 Jan, 2009 1 commit
-
-
Mark Olesen authored
- ditched PrimitivePatchExtra in favour of a PatchTools class that is currently just a collection of static functions. They could equally well live within PrimitivePatch itself, but isolated also has its advantages. - MeshedSurface, UnsortedMeshedSurface now have 'regions' instead of 'patches' since they are more like a faceZone for meshed surfaces than patches. This might avoid confusion at a later stage.
-
- 23 Jan, 2009 2 commits
- 21 Jan, 2009 1 commit
-
-
Mark Olesen authored
- new members: capacity(), two-argument resize()/setSize(), const storage() - new static members: max_value(), packing(), etc.
-
- 10 Jan, 2009 2 commits
-
-
Mark Olesen authored
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or 'XX.size() <= 0' or for simpler coding. It also has the same number of characters as '!XX.size()' and /might/ be more readable - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1' when a simple 'XX.size()' suffices
-
Mark Olesen authored
-
- 08 Jan, 2009 1 commit
-
-
henry authored
-
- 05 Jan, 2009 1 commit
-
-
Mark Olesen authored
- The capitalization is consistent with most other template classes, but more importantly frees up xfer() for use as method name without needing special treatment to avoid ambiguities. It seems reasonable to have different names for transfer(...) and xfer() methods, since the transfer is occuring in different directions. The xfer() method can thus replace the recently introduced zero-parameter transfer() methods. Other name candidates (eg, yield, release, etc.) were deemed too abstract.
-
- 01 Jan, 2009 1 commit
-
-
Mark Olesen authored
- added boundBox(const tmp<pointField>&) constructor for use with coordinate systems - moved some methods from treeBoundBox to boundBox and use VectorSpace ops
-
- 31 Dec, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 12 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 10 Dec, 2008 1 commit
-
-
Mark Olesen authored
- moved findStrings from stringList to new stringListOps (helps reduce the influence on dependencies) - findStrings can also do partial matches
-
- 18 Nov, 2008 1 commit
-
-
Mark Olesen authored
- operator+= : add in the listed keys - operator-= : remove the listed keys - operator&= : intersection of keys - added xfer constructor (just in case) - moved labelHashSet typedef to HashSet.H, for consistency with the wordHashSet typedef being there and since it is used so often
-
- 27 Oct, 2008 1 commit
-
-
mattijs authored
-
- 24 Oct, 2008 4 commits
-
-
Mark Olesen authored
- drop copy components constructors in favour of the xfer versions. Even if the caller sends through constant data, if will be automatically promoted to xfer (via a copy operation).
-
Mark Olesen authored
-
Mark Olesen authored
- use xfer form for calls to resetPrimitives
-
Mark Olesen authored
-
- 23 Oct, 2008 3 commits
- 21 Oct, 2008 3 commits
- 20 Oct, 2008 1 commit
-
-
Mark Olesen authored
-
- 16 Oct, 2008 1 commit
-
-
henry authored
-
- 10 Oct, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 08 Oct, 2008 1 commit
-
-
mattijs authored
-
- 07 Oct, 2008 1 commit
-
-
mattijs authored
-
- 06 Oct, 2008 1 commit
-
-
mattijs authored
-
- 23 Sep, 2008 1 commit
-
-
mattijs authored
-
- 17 Sep, 2008 1 commit
-
-
mattijs authored
-
- 16 Sep, 2008 1 commit
-
-
mattijs authored
-