![]() |
NDEVR
API Documentation
|
Stores cell and value information for a RockWorks solid (.mod) block model. More...
Public Attributes | |
| Bounds< 3, fltp08 > | bounds |
| Three-dimensional spatial extents of the block model. | |
| Vector< 3, uint04 > | cell_count |
| Number of cells along each axis (X, Y, Z). | |
| Vector< 3, fltp08 > | cell_size |
| Size of each cell in the X, Y, and Z directions. | |
| File | file |
| Path to the solid model file. | |
| fltp08 | multiplier = 1.0 |
| Scale multiplier applied to all cell values. | |
| ConstPointer< Unit > | unit |
| Unit of measurement for the cell values. | |
| Buffer< fltp08 > | values |
| Flat buffer of per-cell scalar values. | |
Stores cell and value information for a RockWorks solid (.mod) block model.
Contains the spatial extents, cell dimensions, cell counts, and per-cell scalar values read from a RockWorks solid model file.
Definition at line 83 of file RockWorksFactory.h.