-
- Downloads
Add a "golden ball" source.
This source algorithm uses a Fibonacci spiral (generated using the "Golden Angle" of π*(sqrt(5) - 1)) which is then projected out of the plane onto a sphere and Delaunay-tetrahedralized into a ball. It includes a normal vector field by default which is zero-length at the center of the ball.
Showing
- Documentation/release/dev/filters-sources-ball.md 13 additions, 0 deletionsDocumentation/release/dev/filters-sources-ball.md
- Filters/Sources/CMakeLists.txt 1 addition, 0 deletionsFilters/Sources/CMakeLists.txt
- Filters/Sources/Testing/CMakeLists.txt 1 addition, 0 deletionsFilters/Sources/Testing/CMakeLists.txt
- Filters/Sources/Testing/Cxx/CMakeLists.txt 1 addition, 0 deletionsFilters/Sources/Testing/Cxx/CMakeLists.txt
- Filters/Sources/Testing/Cxx/TestGoldenBallSource.cxx 86 additions, 0 deletionsFilters/Sources/Testing/Cxx/TestGoldenBallSource.cxx
- Filters/Sources/vtkGoldenBallSource.cxx 139 additions, 0 deletionsFilters/Sources/vtkGoldenBallSource.cxx
- Filters/Sources/vtkGoldenBallSource.h 112 additions, 0 deletionsFilters/Sources/vtkGoldenBallSource.h
- Testing/Data/goldenBallBaseline200.vtu.sha512 1 addition, 0 deletionsTesting/Data/goldenBallBaseline200.vtu.sha512
Filters/Sources/vtkGoldenBallSource.cxx
0 → 100644
Filters/Sources/vtkGoldenBallSource.h
0 → 100644
Please register or sign in to comment