Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Imaging/Hybrid/
H A DvtkBooleanTexture.cxx39 this->OnIn[0] = this->OnIn[1] = 255; in vtkBooleanTexture()
134 newScalars->SetValue(count,this->OnIn[0]); in ExecuteDataWithInformation()
136 newScalars->SetValue(count,this->OnIn[1]); in ExecuteDataWithInformation()
175 os << indent << "On/In: (" << this->OnIn[0] << "," << this->OnIn[1] << ")\n"; in PrintSelf()
H A DvtkBooleanTexture.h126 vtkSetVector2Macro(OnIn,unsigned char);
127 vtkGetVectorMacro(OnIn,unsigned char,2);
170 unsigned char OnIn[2]; variable
/dports/math/vtk9/VTK-9.1.0/Imaging/Hybrid/
H A DvtkBooleanTexture.cxx39 this->OnIn[0] = this->OnIn[1] = 255; in vtkBooleanTexture()
126 newScalars->SetValue(count, this->OnIn[0]); in ExecuteDataWithInformation()
128 newScalars->SetValue(count, this->OnIn[1]); in ExecuteDataWithInformation()
166 os << indent << "On/In: (" << this->OnIn[0] << "," << this->OnIn[1] << ")\n"; in PrintSelf()
H A DvtkBooleanTexture.h126 vtkSetVector2Macro(OnIn, unsigned char);
127 vtkGetVectorMacro(OnIn, unsigned char, 2);
170 unsigned char OnIn[2]; variable
/dports/math/vtk6/VTK-6.2.0/Imaging/Hybrid/
H A DvtkBooleanTexture.cxx39 this->OnIn[0] = this->OnIn[1] = 255; in vtkBooleanTexture()
134 newScalars->SetValue(count,this->OnIn[0]); in ExecuteDataWithInformation()
136 newScalars->SetValue(count,this->OnIn[1]); in ExecuteDataWithInformation()
175 os << indent << "On/In: (" << this->OnIn[0] << "," << this->OnIn[1] << ")\n"; in PrintSelf()
H A DvtkBooleanTexture.h97 vtkSetVector2Macro(OnIn,unsigned char);
98 vtkGetVectorMacro(OnIn,unsigned char,2);
131 unsigned char OnIn[2]; variable