-
- Downloads
New bounding sphere computation for vtkCell
A new method `vtkCell::ComputeBoudingSphere` computes a bounding sphere estimate of the cell. For cells having less than 4 points, an exact bounding sphere is generated. `vtkPixel` and `vtkVoxel` compute an exact bouding sphere.
Showing
- Common/DataModel/vtkCell.cxx 115 additions, 0 deletionsCommon/DataModel/vtkCell.cxx
- Common/DataModel/vtkCell.h 10 additions, 0 deletionsCommon/DataModel/vtkCell.h
- Common/DataModel/vtkPixel.cxx 11 additions, 0 deletionsCommon/DataModel/vtkPixel.cxx
- Common/DataModel/vtkPixel.h 5 additions, 0 deletionsCommon/DataModel/vtkPixel.h
- Common/DataModel/vtkVoxel.cxx 11 additions, 0 deletionsCommon/DataModel/vtkVoxel.cxx
- Common/DataModel/vtkVoxel.h 5 additions, 0 deletionsCommon/DataModel/vtkVoxel.h
Loading
Please register or sign in to comment