Home
last modified time | relevance | path

Searched refs:AutomaticPlaneGeneration (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/Texture/
H A DvtkTextureMapToPlane.h88 vtkSetMacro(AutomaticPlaneGeneration,int);
89 vtkGetMacro(AutomaticPlaneGeneration,int);
90 vtkBooleanMacro(AutomaticPlaneGeneration,int);
105 int AutomaticPlaneGeneration; variable
H A DvtkTextureMapToPlane.cxx46 this->AutomaticPlaneGeneration = 1; in vtkTextureMapToPlane()
82 this->AutomaticPlaneGeneration ) in RequestData()
99 if ( this->AutomaticPlaneGeneration && in RequestData()
104 if ( this->AutomaticPlaneGeneration ) in RequestData()
336 (this->AutomaticPlaneGeneration ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/Texture/
H A DvtkTextureMapToPlane.h112 vtkSetMacro(AutomaticPlaneGeneration, vtkTypeBool);
113 vtkGetMacro(AutomaticPlaneGeneration, vtkTypeBool);
114 vtkBooleanMacro(AutomaticPlaneGeneration, vtkTypeBool);
130 vtkTypeBool AutomaticPlaneGeneration; variable
H A DvtkTextureMapToPlane.cxx46 this->AutomaticPlaneGeneration = 1; in vtkTextureMapToPlane()
76 if ((numPts = input->GetNumberOfPoints()) < 3 && this->AutomaticPlaneGeneration) in RequestData()
93 if (this->AutomaticPlaneGeneration && in RequestData()
323 << "Automatic Normal Generation: " << (this->AutomaticPlaneGeneration ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Texture/
H A DvtkTextureMapToPlane.h112 vtkSetMacro(AutomaticPlaneGeneration,vtkTypeBool);
113 vtkGetMacro(AutomaticPlaneGeneration,vtkTypeBool);
114 vtkBooleanMacro(AutomaticPlaneGeneration,vtkTypeBool);
130 vtkTypeBool AutomaticPlaneGeneration; variable
H A DvtkTextureMapToPlane.cxx46 this->AutomaticPlaneGeneration = 1; in vtkTextureMapToPlane()
81 this->AutomaticPlaneGeneration ) in RequestData()
98 if ( this->AutomaticPlaneGeneration && in RequestData()
329 (this->AutomaticPlaneGeneration ? "On\n" : "Off\n"); in PrintSelf()