Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkApplyColors.h107 vtkSetMacro(UsePointLookupTable, bool);
108 vtkGetMacro(UsePointLookupTable, bool);
109 vtkBooleanMacro(UsePointLookupTable, bool);
286 bool UsePointLookupTable; variable
H A DvtkApplyColors.cxx69 this->UsePointLookupTable = false; in vtkApplyColors()
171 if (this->PointLookupTable && this->UsePointLookupTable) in RequestData()
481 os << indent << "UsePointLookupTable: " << (this->UsePointLookupTable ? "on" : "off") << endl; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkApplyColors.h99 vtkSetMacro(UsePointLookupTable, bool);
100 vtkGetMacro(UsePointLookupTable, bool);
101 vtkBooleanMacro(UsePointLookupTable, bool);
234 bool UsePointLookupTable; variable
H A DvtkApplyColors.cxx71 this->UsePointLookupTable = false; in vtkApplyColors()
178 if (this->PointLookupTable && this->UsePointLookupTable) in RequestData()
508 << (this->UsePointLookupTable ? "on" : "off") << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkApplyColors.h107 vtkSetMacro(UsePointLookupTable, bool);
108 vtkGetMacro(UsePointLookupTable, bool);
109 vtkBooleanMacro(UsePointLookupTable, bool);
291 bool UsePointLookupTable; variable
H A DvtkApplyColors.cxx71 this->UsePointLookupTable = false; in vtkApplyColors()
178 if (this->PointLookupTable && this->UsePointLookupTable) in RequestData()
508 << (this->UsePointLookupTable ? "on" : "off") << endl; in PrintSelf()