Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Imaging/Hybrid/
H A DvtkBooleanTexture.cxx38 this->OnOn[0] = this->OnOn[1] = 255; in vtkBooleanTexture()
128 newScalars->SetValue(count,this->OnOn[0]); in ExecuteDataWithInformation()
130 newScalars->SetValue(count,this->OnOn[1]); in ExecuteDataWithInformation()
174 os << indent << "On/On: (" << this->OnOn[0] << "," << this->OnOn[1] << ")\n"; in PrintSelf()
H A DvtkBooleanTexture.h118 vtkSetVector2Macro(OnOn,unsigned char);
119 vtkGetVectorMacro(OnOn,unsigned char,2);
169 unsigned char OnOn[2]; variable
/dports/math/vtk9/VTK-9.1.0/Imaging/Hybrid/
H A DvtkBooleanTexture.cxx38 this->OnOn[0] = this->OnOn[1] = 255; in vtkBooleanTexture()
120 newScalars->SetValue(count, this->OnOn[0]); in ExecuteDataWithInformation()
122 newScalars->SetValue(count, this->OnOn[1]); in ExecuteDataWithInformation()
165 os << indent << "On/On: (" << this->OnOn[0] << "," << this->OnOn[1] << ")\n"; in PrintSelf()
H A DvtkBooleanTexture.h118 vtkSetVector2Macro(OnOn, unsigned char);
119 vtkGetVectorMacro(OnOn, unsigned char, 2);
169 unsigned char OnOn[2]; variable
/dports/math/vtk6/VTK-6.2.0/Imaging/Hybrid/
H A DvtkBooleanTexture.cxx38 this->OnOn[0] = this->OnOn[1] = 255; in vtkBooleanTexture()
128 newScalars->SetValue(count,this->OnOn[0]); in ExecuteDataWithInformation()
130 newScalars->SetValue(count,this->OnOn[1]); in ExecuteDataWithInformation()
174 os << indent << "On/On: (" << this->OnOn[0] << "," << this->OnOn[1] << ")\n"; in PrintSelf()
H A DvtkBooleanTexture.h92 vtkSetVector2Macro(OnOn,unsigned char);
93 vtkGetVectorMacro(OnOn,unsigned char,2);
130 unsigned char OnOn[2]; variable