Home
last modified time | relevance | path

Searched refs:TextureLength (Results 1 – 18 of 18) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkSplineFilter.h149 vtkSetClampMacro(TextureLength,double,0.000001,VTK_INT_MAX);
150 vtkGetMacro(TextureLength,double);
169 double TextureLength; //this length is mapped to [0,1) texture space variable
H A DvtkSplineFilter.cxx39 this->TextureLength = 1.0; in vtkSplineFilter()
307 tc = t * length / this->TextureLength; in GeneratePoints()
312 tc = (s - s0) / this->TextureLength; in GeneratePoints()
383 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkSplineFilter.h145 vtkSetClampMacro(TextureLength, double, 0.000001, VTK_INT_MAX);
146 vtkGetMacro(TextureLength, double);
165 double TextureLength; // this length is mapped to [0,1) texture space variable
H A DvtkSplineFilter.cxx39 this->TextureLength = 1.0; in vtkSplineFilter()
306 tc = t * length / this->TextureLength; in GeneratePoints()
311 tc = (s - s0) / this->TextureLength; in GeneratePoints()
376 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkSplineFilter.h125 vtkSetClampMacro(TextureLength,double,0.000001,VTK_INT_MAX);
126 vtkGetMacro(TextureLength,double);
144 double TextureLength; //this length is mapped to [0,1) texture space variable
H A DvtkSplineFilter.cxx39 this->TextureLength = 1.0; in vtkSplineFilter()
307 tc = t * length / this->TextureLength; in GeneratePoints()
312 tc = (s - s0) / this->TextureLength; in GeneratePoints()
383 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkRibbonFilter.h148 vtkSetClampMacro(TextureLength,double,0.000001,VTK_INT_MAX);
149 vtkGetMacro(TextureLength,double);
164 double TextureLength; //this length is mapped to [0,1) texture space variable
H A DvtkRibbonFilter.cxx46 this->TextureLength = 1.0; in vtkRibbonFilter()
441 tc = (s - s0) / this->TextureLength; in GenerateTextureCoords()
456 tc = len / this->TextureLength; in GenerateTextureCoords()
535 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkRibbonFilter.h146 vtkSetClampMacro(TextureLength, double, 0.000001, VTK_INT_MAX);
147 vtkGetMacro(TextureLength, double);
162 double TextureLength; // this length is mapped to [0,1) texture space variable
H A DvtkRibbonFilter.cxx46 this->TextureLength = 1.0; in vtkRibbonFilter()
425 tc = (s - s0) / this->TextureLength; in GenerateTextureCoords()
440 tc = len / this->TextureLength; in GenerateTextureCoords()
523 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/
H A DvtkRibbonFilter.h121 vtkSetClampMacro(TextureLength,double,0.000001,VTK_INT_MAX);
122 vtkGetMacro(TextureLength,double);
136 double TextureLength; //this length is mapped to [0,1) texture space variable
H A DvtkRibbonFilter.cxx46 this->TextureLength = 1.0; in vtkRibbonFilter()
443 tc = (s - s0) / this->TextureLength; in GenerateTextureCoords()
458 tc = len / this->TextureLength; in GenerateTextureCoords()
537 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkTubeFilter.h178 vtkSetClampMacro(TextureLength,double,0.000001,VTK_INT_MAX);
179 vtkGetMacro(TextureLength,double);
207 double TextureLength; //this length is mapped to [0,1) texture space variable
H A DvtkTubeFilter.cxx49 this->TextureLength = 1.0; in vtkTubeFilter()
672 tc = (s - s0) / this->TextureLength; in GenerateTextureCoords()
687 tc = len / this->TextureLength; in GenerateTextureCoords()
825 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkTubeFilter.h218 vtkSetClampMacro(TextureLength,double,0.000001,VTK_INT_MAX);
219 vtkGetMacro(TextureLength,double);
251 double TextureLength; //this length is mapped to [0,1) texture space variable
H A DvtkTubeFilter.cxx52 this->TextureLength = 1.0; in vtkTubeFilter()
688 tc = (s - s0) / this->TextureLength; in GenerateTextureCoords()
704 tc = len / this->TextureLength; in GenerateTextureCoords()
845 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkTubeFilter.h220 vtkSetClampMacro(TextureLength, double, 0.000001, VTK_INT_MAX);
221 vtkGetMacro(TextureLength, double);
253 double TextureLength; // this length is mapped to [0,1) texture space variable
H A DvtkTubeFilter.cxx51 this->TextureLength = 1.0; in vtkTubeFilter()
680 tc = (s - s0) / this->TextureLength; in GenerateTextureCoords()
696 tc = len / this->TextureLength; in GenerateTextureCoords()
844 os << indent << "Texture Length: " << this->TextureLength << endl; in PrintSelf()