Updates to voxel plotting, need to investigate differences.

This commit is contained in:
Patrick Shriwise 2019-03-16 21:36:58 -05:00
parent c8843d1572
commit 3ab8680d5e
3 changed files with 20 additions and 20 deletions

View file

@ -98,6 +98,8 @@ enum class PlotColorBy {
class PlotBase {
public:
IdData get_id_map() const;
xt::xtensor<int32_t, 2> get_cell_ids() const;
PropertyData get_property_map() const;
private: