Enumerations | |
| enum | { opt_short_f = 1 , opt_short_h , opt_short_z } |
| enum | { opt_long_help = 1 , opt_long_nx , opt_long_ny , opt_long_nz } |
Functions/Subroutines | |
| program | test_flood_algorithm |
| subroutine | compute_polygon_centroid (polygon, centroid) |
| subroutine | print_polyhedron_info (polyhedron) |
| subroutine | print_polyhedron (polyhedron) |
| subroutine | read_command_line (vof, normal_x, normal_y, normal_z, obj_file, z_transformation) |
| subroutine | print_usage () |
| subroutine test_flood_algorithm::compute_polygon_centroid | ( | type(t_chained_polygon), intent(in) | polygon, |
| double precision, dimension(3), intent(out) | centroid ) |
|
private |
|
private |
|
private |
|
private |
| program test_flood_algorithm |