28 #ifndef __vtkvmtkPolyDataGradientStencil_h    29 #define __vtkvmtkPolyDataGradientStencil_h    31 #include "vtkObject.h"    34 #include "vtkvmtkWin32Header.h"    45   void Build() VTK_OVERRIDE;
    53   void Gamma(
double p0[3], 
double p1[3], 
double p2[3], 
double gamma[3]);
 virtual void Build() VTK_OVERRIDE
 
Base class for stencils applied to a manifold surface. 
 
virtual vtkIdType GetItemType() VTK_OVERRIDE
 
Apply gradient weighting to the neighborhood connections of a surface. 
 
virtual void ScaleWithArea()=0