r3d_dest_grid Struct Reference

Destination grid information. More...

#include <r3d.h>

Public Attributes

r3d_realmoments [10]
 
r3d_int polyorder
 
r3d_orientationorient
 
r3d_long bufsz
 
r3d_dvec3 n
 
r3d_rvec3 d
 

Detailed Description

Destination grid information.

Member Data Documentation

◆ bufsz

r3d_long r3d_dest_grid::bufsz

Allocated size of moments and orient buffers.

◆ d

r3d_rvec3 r3d_dest_grid::d

Grid cell size.

◆ moments

r3d_real* r3d_dest_grid::moments[10]

Gridded moments in row-major (C) order. Must be at least n.x*n.y*n.z in size.

◆ n

r3d_dvec3 r3d_dest_grid::n

Grid dimensions (cells per coordinate).

◆ orient

r3d_orientation* r3d_dest_grid::orient

Buffer for gridpoint orientation checks. Must be at least (n.x+1)*(n.y+1)*(n.z+1) in size. Unused if compiled with -DUSE_TREE.

◆ polyorder

r3d_int r3d_dest_grid::polyorder

Polynomial order (0 for constant, 1 for linear, 2 for quadratic) to be voxelized.


The documentation for this struct was generated from the following file:
  • /home/wonton/wonton/wonton/intersect/r3d/deprecated/r3d.h