Public Types | Public Member Functions | Public Attributes

OpenTissue::mesh::detail::CellInfo< mesh_type > Class Template Reference

#include <mesh_smooth_isosurface.h>

List of all members.

Public Types

typedef mesh_type::vertex_handle vertex_handle

Public Member Functions

void clear ()

Public Attributes

vertex_handle m_vertex_handle [3]
 The handle of the vertex interpolated on each axis (Vx,Vy,Vz).
vertex_handle m_smoothed_handle
 The handle of the smoothed (accumulated) vertex.

Detailed Description

template<typename mesh_type>
class OpenTissue::mesh::detail::CellInfo< mesh_type >

this holds per-voxel info during isosurface extraction. 2 2D grids are allocated the same size as a 2D "slice" of the volume


Member Typedef Documentation


Member Function Documentation

template<typename mesh_type >
void OpenTissue::mesh::detail::CellInfo< mesh_type >::clear (  )  [inline]

Member Data Documentation

The handle of the smoothed (accumulated) vertex.

The handle of the vertex interpolated on each axis (Vx,Vy,Vz).


The documentation for this class was generated from the following file: