Skip to content

fossil_marching_cubes

Source: src/lib/fossil_marching_cubes.f90

Dependencies

Contents

Variables

NameTypeAttributesDescription
MC_STATUS_OKinteger(kind=I4P)parameter
MC_STATUS_BAD_DIMENSIONSinteger(kind=I4P)parameter
EDGE_VERTEXinteger(kind=I4P)parameter
VOXinteger(kind=I4P)parameter
MC_EDGE_TABLEinteger(kind=I4P)parameter
MC_TRI_TABLEinteger(kind=I4P)parameter

Subroutines

extract_isosurface

fortran
subroutine extract_isosurface(values, bmin, bmax, iso, surface, status)

Arguments

NameTypeIntentAttributesDescription
valuesreal(kind=R8P)in
bmintype(vector_R8P)in
bmaxtype(vector_R8P)in
isoreal(kind=R8P)in
surfacetype(facet_object)outallocatable
statusinteger(kind=I4P)outoptional

Call graph

Functions

interp_t

Attributes: pure

Returns: real(kind=R8P)

fortran
function interp_t(va, vb, iso) result(t)

Arguments

NameTypeIntentAttributesDescription
vareal(kind=R8P)in
vbreal(kind=R8P)in
isoreal(kind=R8P)in

Call graph