Home
last modified time | relevance | path

Searched refs:FeatureEdgeSmoothing (Results 1 – 12 of 12) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkWindowedSincPolyDataFilter.h182 vtkSetMacro(FeatureEdgeSmoothing,int);
183 vtkGetMacro(FeatureEdgeSmoothing,int);
184 vtkBooleanMacro(FeatureEdgeSmoothing,int);
229 int FeatureEdgeSmoothing; variable
H A DvtkSmoothPolyDataFilter.h134 vtkSetMacro(FeatureEdgeSmoothing,int);
135 vtkGetMacro(FeatureEdgeSmoothing,int);
136 vtkBooleanMacro(FeatureEdgeSmoothing,int);
191 int FeatureEdgeSmoothing; variable
H A DvtkSmoothPolyDataFilter.cxx123 this->FeatureEdgeSmoothing = 0; in vtkSmoothPolyDataFilter()
224 << "\tFeature Edge Smoothing " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n") in RequestData()
391 if ( this->FeatureEdgeSmoothing && in RequestData()
725 os << indent << "Feature Edge Smoothing: " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n"); in PrintSelf()
H A DvtkWindowedSincPolyDataFilter.cxx45 this->FeatureEdgeSmoothing = 0; in vtkWindowedSincPolyDataFilter()
127 << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n") in RequestData()
301 if (this->FeatureEdgeSmoothing) in RequestData()
802 os << indent << "Feature Edge Smoothing: " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkWindowedSincPolyDataFilter.h214 vtkSetMacro(FeatureEdgeSmoothing, vtkTypeBool);
215 vtkGetMacro(FeatureEdgeSmoothing, vtkTypeBool);
216 vtkBooleanMacro(FeatureEdgeSmoothing, vtkTypeBool);
286 vtkTypeBool FeatureEdgeSmoothing; variable
H A DvtkSmoothPolyDataFilter.h149 vtkSetMacro(FeatureEdgeSmoothing, vtkTypeBool);
150 vtkGetMacro(FeatureEdgeSmoothing, vtkTypeBool);
151 vtkBooleanMacro(FeatureEdgeSmoothing, vtkTypeBool);
228 vtkTypeBool FeatureEdgeSmoothing; variable
H A DvtkSmoothPolyDataFilter.cxx122 this->FeatureEdgeSmoothing = 0; in vtkSmoothPolyDataFilter()
336 << "\tFeature Edge Smoothing " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n") in RequestData()
491 if (this->FeatureEdgeSmoothing) in RequestData()
774 os << indent << "Feature Edge Smoothing: " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n"); in PrintSelf()
H A DvtkWindowedSincPolyDataFilter.cxx274 int FeatureEdgeSmoothing; member
291 this->FeatureEdgeSmoothing = self->GetFeatureEdgeSmoothing(); in PointConnectivityBase()
298 if (this->FeatureEdgeSmoothing) in PointConnectivityBase()
1400 this->FeatureEdgeSmoothing = 0; in vtkWindowedSincPolyDataFilter()
1435 << "\tFeature Edge Smoothing " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n") in RequestData()
1532 os << indent << "Feature Edge Smoothing: " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkWindowedSincPolyDataFilter.h196 vtkSetMacro(FeatureEdgeSmoothing,vtkTypeBool);
197 vtkGetMacro(FeatureEdgeSmoothing,vtkTypeBool);
198 vtkBooleanMacro(FeatureEdgeSmoothing,vtkTypeBool);
262 vtkTypeBool FeatureEdgeSmoothing; variable
H A DvtkSmoothPolyDataFilter.h149 vtkSetMacro(FeatureEdgeSmoothing,vtkTypeBool);
150 vtkGetMacro(FeatureEdgeSmoothing,vtkTypeBool);
151 vtkBooleanMacro(FeatureEdgeSmoothing,vtkTypeBool);
228 vtkTypeBool FeatureEdgeSmoothing; variable
H A DvtkSmoothPolyDataFilter.cxx125 this->FeatureEdgeSmoothing = 0; in vtkSmoothPolyDataFilter()
345 << "\tFeature Edge Smoothing " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n") in RequestData()
503 if (this->FeatureEdgeSmoothing) in RequestData()
792 os << indent << "Feature Edge Smoothing: " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n"); in PrintSelf()
H A DvtkWindowedSincPolyDataFilter.cxx45 this->FeatureEdgeSmoothing = 0; in vtkWindowedSincPolyDataFilter()
127 << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n") in RequestData()
317 if (this->FeatureEdgeSmoothing) in RequestData()
823 os << indent << "Feature Edge Smoothing: " << (this->FeatureEdgeSmoothing ? "On\n" : "Off\n"); in PrintSelf()