SPH
Public Member Functions | List of all members
Cell Class Reference

Single cell used in mesh generation. More...

#include <MarchingCubes.h>

Public Member Functions

INLINE Floatvalue (const Size idx)
 
INLINE Vectornode (const Size idx)
 

Detailed Description

Single cell used in mesh generation.

Defined by eight vertices and corresponding values of the scalar field.

Definition at line 16 of file MarchingCubes.h.

Member Function Documentation

◆ node()

INLINE Vector& Cell::node ( const Size  idx)
inline

Definition at line 26 of file MarchingCubes.h.

◆ value()

INLINE Float& Cell::value ( const Size  idx)
inline

Definition at line 22 of file MarchingCubes.h.


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