Isosurface generation by using extrema graphs

  • Authors:
  • Takayuki ITOH;Koji KOYAMADA

  • Affiliations:
  • Tokayo Research Laboratory, IBM Japan;Tokayo Research Laboratory, IBM Japan

  • Venue:
  • VIS '94 Proceedings of the conference on Visualization '94
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

A high-performance algorithm for generating isosurfaces is presented. In this algorithm, extrema points in a scalar field are first extracted. A graph is then generated in which the extrema points are taken as nodes. Each arc of the graph has a list of IDs of the cells that are intersected by the arc. A boundary cell list ordered according to cells' values is also generated. The graph and the list generated in this pre-process are used as a guide in searching for seed cells. Isosurfaces are generated from seed cells that are found in arcs of the graph. In this process isosurfaces appear to propagate themselves. The algorithm visits only cells that are intersected by an isosurface and cells whose IDs are included in cell lists. It is especially efficient when many isosurfaces are interactively generated in a huge volume. Some benchmark tests described in this paper show the efficiency of the algorithm.