8ed95d4750
ENH: Add extra octree functionality
...
+ Make intersection and nearest functions functors. This makes adding
different intersection and nearest routines easier.
+ treeDataPrimitivePatch takes its tolerance as a constructor argument
+ Make treeDataTriSurface a typedef of treeDataPrimitivePatch
Conflicts:
src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
src/meshTools/indexedOctree/treeDataTriSurface.C
2013-03-15 12:38:57 +00:00
616b3c8273
ENH: treeDataPrimitivePatch: refactored for single template arg
2012-06-13 16:15:01 +01:00
5682987dc7
Updated headers
2012-04-17 16:49:03 +01:00
cd51a5eea3
Consistency: Changed exponent FORTRAN style 'E' to C style 'e'
2012-04-17 16:48:27 +01:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
231d1318bd
ENH: bug in findSphere test and implemented for treeDataPrimitivePatch.
2011-06-03 16:07:17 +01:00
885f626aad
BUG: Typo: faceNormal -> faceNormals
2011-05-18 16:28:53 +01:00
31cea7cb8f
STYLE: treeData*: renamed points() to shapePoints() to avoid confusion
2011-03-30 16:47:03 +01:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
e72d32028c
ENH: use boundBox contains(), containsAny() methods
2010-12-06 11:35:36 +01:00
d5acd22a63
STYLE: use labelUList typedef instead of UList<label> or unallocLabelList
2010-11-02 09:32:32 +01:00
991d856017
ENH: add Xfer<> construction for indexedOctree components
...
- in preparation for using PackedBoolList
2010-08-04 11:18:22 +02:00
d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
d7e8802896
removed octreeDataFaceList; created generic PrimitivePatch search one
2009-11-11 17:19:52 +00:00