Skip to content
Snippets Groups Projects
  1. Nov 23, 2008
    • Mark Olesen's avatar
      sampling changes · 8b72dbed
      Mark Olesen authored
      - cuttingPlane and sampledPatch now use PrimitiveMeshedSurface for their
        storage.
      - cuttingPlane always triangulates since the cut faces tend to look quite
        horrible anyhow.
      - moved triangulation request out of sampledSurface to the inherited
        classes. It might disappear anyhow.
      8b72dbed
  2. Nov 22, 2008
    • Mark Olesen's avatar
      face class - triangulation · a1d7080d
      Mark Olesen authored
      - plain nTriangles() inline method for face class
        - triFace gets the same for symmetry
        - face::triangles(), face::trianglesQuads() return the number of faces generated
        - face::triangles() can append to a DynamicList
      a1d7080d
  3. Nov 23, 2008
    • Mark Olesen's avatar
      DynamicList improvements/disambiguities · 129e16f9
      Mark Olesen authored
      * DynamicList::allocSize(label)
        - Adjust the allocated size. The addressed list can be truncated but not
          extended, use setSize() for that.
      
      * DynamicList::reserve(label)
        - Reserve allocation for *at least* this number of elements.
          Never shrinks the allocated size, nor touches the addressed list size.
      
      * DynamicList::setSize(label)
        - proposed behaviour:
          Adjust the addressed list size, allocating extra space if required.
        - The current behaviour is ambiguous about what addressable size will
          actually get set and using it to extend the addressable size (as
          per List) automatically shrinks the allocated space to this size!
      129e16f9
  4. Nov 22, 2008
    • Mark Olesen's avatar
      surfMesh changes · e72a6234
      Mark Olesen authored
       - expose faceMap info in triangulate() - for use in inherited classes
       - surfMesh::triangulate() works with or without underlying pointField
       - onePatch tries to be more intelligent about retaining the patch name
      e72a6234
    • Mark Olesen's avatar
      added static data boundBox::greatBox and boundBox::invertedBox · d6b247a3
      Mark Olesen authored
      - boundBox::invertedBox is useful for initializing our own calculations
      - NOTE treeBoundBox::greatBox is still in place, since it uses GREAT
        instead of VGREAT. If this is only historical, we can drop it.
      d6b247a3
  5. Nov 21, 2008
  6. Nov 20, 2008
  7. Nov 19, 2008
  8. Nov 18, 2008
  9. Nov 17, 2008
  10. Nov 15, 2008
  11. Nov 14, 2008