NL3D::CZoneCornerSmoother::CVertexSmoothInfo Struct Reference


Public Member Functions

 CVertexSmoothInfo ()

Data Fields

uint NPatchShared
bool Smoothed
bool VertexOnBind

Constructor & Destructor Documentation

NL3D::CZoneCornerSmoother::CVertexSmoothInfo::CVertexSmoothInfo  )  [inline]
 

Definition at line 81 of file zone_corner_smoother.h.

References NPatchShared, Smoothed, and VertexOnBind.

00082                 {
00083                         NPatchShared= 0;
00084                         VertexOnBind= false;
00085                         // by default smoothed is true. any edge which don't agree will set it to false.
00086                         Smoothed= true;
00087                 }


Field Documentation

uint NL3D::CZoneCornerSmoother::CVertexSmoothInfo::NPatchShared
 

Definition at line 77 of file zone_corner_smoother.h.

Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex().

bool NL3D::CZoneCornerSmoother::CVertexSmoothInfo::Smoothed
 

Definition at line 79 of file zone_corner_smoother.h.

Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex().

bool NL3D::CZoneCornerSmoother::CVertexSmoothInfo::VertexOnBind
 

Definition at line 78 of file zone_corner_smoother.h.

Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 08:34:18 2004 for NeL by doxygen 1.3.6