mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Updates to voxel plotting, need to investigate differences.
This commit is contained in:
parent
c8843d1572
commit
3ab8680d5e
3 changed files with 20 additions and 20 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue