Monte Carlo eXtreme (MCX)
Public Attributes | List of all members
GridSpace Struct Reference

3D voxelated space with which the shape constructs are rasterized More...

#include <mcx_shapes.h>

Public Attributes

unsigned int ** vol
 
uint3dim
 
float3 orig
 
int rowmajor
 

Detailed Description

3D voxelated space with which the shape constructs are rasterized

Member Data Documentation

◆ dim

uint3* GridSpace::dim

3D dimensions of the volume

◆ orig

float3 GridSpace::orig

reference origin coordinate of the rasterization of the next shape

◆ rowmajor

int GridSpace::rowmajor

whether the volume is in row-major or col-major

◆ vol

unsigned int** GridSpace::vol

3D volume with which the shapes are rasterized


The documentation for this struct was generated from the following file: