Searched refs:SetLine2Color (Results 1 – 7 of 7) sorted by relevance
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/ |
H A D | vtkImageCroppingRegionsWidget.h | 108 virtual void SetLine2Color(double r, double g, double b); 109 virtual void SetLine2Color(double rgb[3]) in SetLine2Color() function 110 { this->SetLine2Color(rgb[0], rgb[1], rgb[2]); } in SetLine2Color()
|
H A D | vtkImageCroppingRegionsWidget.cxx | 1153 void vtkImageCroppingRegionsWidget::SetLine2Color(double r, double g, double b) in SetLine2Color() function in vtkImageCroppingRegionsWidget
|
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/ |
H A D | vtkImageCroppingRegionsWidget.h | 140 virtual void SetLine2Color(double r, double g, double b); 141 virtual void SetLine2Color(double rgb[3]) { this->SetLine2Color(rgb[0], rgb[1], rgb[2]); } in SetLine2Color() function
|
H A D | vtkImageCroppingRegionsWidget.cxx | 1133 void vtkImageCroppingRegionsWidget::SetLine2Color(double r, double g, double b) in SetLine2Color() function in vtkImageCroppingRegionsWidget
|
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/ |
H A D | vtkImageCroppingRegionsWidget.h | 133 virtual void SetLine2Color(double r, double g, double b); 134 virtual void SetLine2Color(double rgb[3]) in SetLine2Color() function 135 { this->SetLine2Color(rgb[0], rgb[1], rgb[2]); } in SetLine2Color()
|
H A D | vtkImageCroppingRegionsWidget.cxx | 1153 void vtkImageCroppingRegionsWidget::SetLine2Color(double r, double g, double b) in SetLine2Color() function in vtkImageCroppingRegionsWidget
|
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/ |
H A D | TestImageCroppingRegionsWidget.cxx | 1545 widget->SetLine2Color(0,1,0.1); in TestImageCroppingRegionsWidget()
|