Appearance
fossil_marching_cubes
Source: src/lib/fossil_marching_cubes.f90
Dependencies
Contents
Variables
| Name | Type | Attributes | Description |
|---|---|---|---|
MC_STATUS_OK | integer(kind=I4P) | parameter | |
MC_STATUS_BAD_DIMENSIONS | integer(kind=I4P) | parameter | |
EDGE_VERTEX | integer(kind=I4P) | parameter | |
VOX | integer(kind=I4P) | parameter | |
MC_EDGE_TABLE | integer(kind=I4P) | parameter | |
MC_TRI_TABLE | integer(kind=I4P) | parameter |
Subroutines
extract_isosurface
fortran
subroutine extract_isosurface(values, bmin, bmax, iso, surface, status)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
values | real(kind=R8P) | in | ||
bmin | type(vector_R8P) | in | ||
bmax | type(vector_R8P) | in | ||
iso | real(kind=R8P) | in | ||
surface | type(facet_object) | out | allocatable | |
status | integer(kind=I4P) | out | optional |
Call graph
Functions
interp_t
Attributes: pure
Returns: real(kind=R8P)
fortran
function interp_t(va, vb, iso) result(t)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
va | real(kind=R8P) | in | ||
vb | real(kind=R8P) | in | ||
iso | real(kind=R8P) | in |
Call graph