|
funkalicious 0.1
|
#include <grid1.h>
Public Attributes | |
| int | N [3] |
| double | dx [3] |
| char ** | materials |
| unsigned char * | assignments |
| unsigned char* dotcode_grid1::assignments |
Definition at line 45 of file grid1.h.
Referenced by dotcode_grid1_free(), dotcode_grid1_get_from_gfile(), dotcode_grid1_get_property_at_site(), dotcode_grid1_get_property_at_site_cached(), dotcode_grid1_get_property_grid(), and dotcode_grid1_write_assignments_slice_text().
| double dotcode_grid1::dx[3] |
Definition at line 40 of file grid1.h.
Referenced by dotcode_grid1_get_from_gfile(), and main().
| char** dotcode_grid1::materials |
Definition at line 42 of file grid1.h.
Referenced by dotcode_grid1_free(), dotcode_grid1_get_from_gfile(), dotcode_grid1_get_property_at_site(), dotcode_grid1_get_property_cache(), dotcode_grid1_get_property_grid(), and dotcode_grid1_write_assignments_slice_text().
| int dotcode_grid1::N[3] |
Definition at line 38 of file grid1.h.
Referenced by dotcode_grid1_get_from_gfile(), dotcode_grid1_get_property_at_site(), dotcode_grid1_get_property_at_site_cached(), dotcode_grid1_get_property_grid(), dotcode_grid1_write_assignments_slice_text(), dotcode_grid1_write_property_slice_text(), and main().