vtk-m/examples/temporal_advection
Kenneth Moreland 99829cf617 Hide Particle class members
The member variables of the `vtkm::Particle` classes are now hidden. This
means that external code will not be directly able to access member
variables like `Pos`, `Time`, and `ID`. Instead, these need to be retrieved
and changed through accessor methods.

This follows standard C++ principles. It also helps us future-proof the
classes. It means that we can provide subclasses or alternate forms of
`Particle` that operate differently. It also makes it possible to change
interfaces while maintaining a deprecated interface.
2022-12-13 13:19:21 -05:00
..
CMakeLists.txt cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
TemporalAdvection.cxx Hide Particle class members 2022-12-13 13:19:21 -05:00