Skip to content

generateVolumeData()

Jasmin B. Maglic edited this page Jun 29, 2021 · 3 revisions
CalcReportBundle Model::generateVolumeData()

Method of the Model class. It makes preparations for the type assignment algorithm, then calls the type assignment algorithm inside the Space class and tallies up all voxels to determine all required volume values.

Implementation

Before beginning the type assignment algorithm, a few preparations are done. Afterwards, the type assignment algorithm inside the Space class is called. Afterwards each voxel will have been assigned a type. Then the volumes are computed and returned as part of CalcReportBundle.

  • 201

Clone this wiki locally