vtk-m/examples/demo
Kenneth Moreland 84bc723121 Make source parameters more clear
Originally, most of the sources used constructor parameters to set the
various options of the source. Although convenient, it was difficult to
keep track of what each parameter meant. To make the code more clear,
source parameters are now set with accessor functions (e.g.
`SetPointDimensions`). Although this makes code more verbose, it helps
prevent mistakes and makes the changes more resilient to future changes.
2022-12-01 08:13:58 -07:00
..
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
Demo.cxx Make source parameters more clear 2022-12-01 08:13:58 -07:00
grid.vtk Add a demo for GTC2016 that covers io/filters/rendering. 2016-04-01 15:50:52 -04:00