Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkParallelCoordinatesHistogramRepresentation.cxx71 this->HistogramLookupTable = vtkSmartPointer<vtkLookupTable>::New(); in vtkParallelCoordinatesHistogramRepresentation()
72 this->HistogramLookupTable->SetAlphaRange(0,1); in vtkParallelCoordinatesHistogramRepresentation()
73 this->HistogramLookupTable->SetHueRange(1,1); in vtkParallelCoordinatesHistogramRepresentation()
74 this->HistogramLookupTable->SetValueRange(1,1); in vtkParallelCoordinatesHistogramRepresentation()
75 this->HistogramLookupTable->SetSaturationRange(0,0); in vtkParallelCoordinatesHistogramRepresentation()
76 this->HistogramLookupTable->ForceBuild(); in vtkParallelCoordinatesHistogramRepresentation()
80 this->PlotMapper->SetLookupTable(this->HistogramLookupTable); in vtkParallelCoordinatesHistogramRepresentation()
127 this->HistogramLookupTable->SetHueRange(hsv[0],hsv[0]); in ApplyViewTheme()
128 this->HistogramLookupTable->SetSaturationRange(hsv[1],hsv[1]); in ApplyViewTheme()
129 this->HistogramLookupTable->SetValueRange(hsv[2],hsv[2]); in ApplyViewTheme()
[all …]
H A DvtkParallelCoordinatesHistogramRepresentation.h142 vtkSmartPointer<vtkLookupTable> HistogramLookupTable; variable
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkParallelCoordinatesHistogramRepresentation.cxx71 this->HistogramLookupTable = vtkSmartPointer<vtkLookupTable>::New(); in vtkParallelCoordinatesHistogramRepresentation()
72 this->HistogramLookupTable->SetAlphaRange(0,1); in vtkParallelCoordinatesHistogramRepresentation()
73 this->HistogramLookupTable->SetHueRange(1,1); in vtkParallelCoordinatesHistogramRepresentation()
74 this->HistogramLookupTable->SetValueRange(1,1); in vtkParallelCoordinatesHistogramRepresentation()
75 this->HistogramLookupTable->SetSaturationRange(0,0); in vtkParallelCoordinatesHistogramRepresentation()
76 this->HistogramLookupTable->ForceBuild(); in vtkParallelCoordinatesHistogramRepresentation()
80 this->PlotMapper->SetLookupTable(this->HistogramLookupTable); in vtkParallelCoordinatesHistogramRepresentation()
125 this->HistogramLookupTable->SetHueRange(hsv[0],hsv[0]); in ApplyViewTheme()
126 this->HistogramLookupTable->SetSaturationRange(hsv[1],hsv[1]); in ApplyViewTheme()
127 this->HistogramLookupTable->SetValueRange(hsv[2],hsv[2]); in ApplyViewTheme()
[all …]
H A DvtkParallelCoordinatesHistogramRepresentation.h163 vtkSmartPointer<vtkLookupTable> HistogramLookupTable; variable
/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkParallelCoordinatesHistogramRepresentation.cxx73 this->HistogramLookupTable->SetAlphaRange(0, 1); in vtkParallelCoordinatesHistogramRepresentation()
74 this->HistogramLookupTable->SetHueRange(1, 1); in vtkParallelCoordinatesHistogramRepresentation()
75 this->HistogramLookupTable->SetValueRange(1, 1); in vtkParallelCoordinatesHistogramRepresentation()
76 this->HistogramLookupTable->SetSaturationRange(0, 0); in vtkParallelCoordinatesHistogramRepresentation()
77 this->HistogramLookupTable->ForceBuild(); in vtkParallelCoordinatesHistogramRepresentation()
81 this->PlotMapper->SetLookupTable(this->HistogramLookupTable); in vtkParallelCoordinatesHistogramRepresentation()
129 this->HistogramLookupTable->SetHueRange(hsv[0], hsv[0]); in ApplyViewTheme()
130 this->HistogramLookupTable->SetSaturationRange(hsv[1], hsv[1]); in ApplyViewTheme()
131 this->HistogramLookupTable->SetValueRange(hsv[2], hsv[2]); in ApplyViewTheme()
132 this->HistogramLookupTable->ForceBuild(); in ApplyViewTheme()
[all …]
H A DvtkParallelCoordinatesHistogramRepresentation.h161 vtkSmartPointer<vtkLookupTable> HistogramLookupTable; variable