Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkLookupTable.h60 #define VTK_RAMP_SCURVE 1 macro
116 void SetRampToSCurve() { this->SetRamp(VTK_RAMP_SCURVE); }; in SetRampToSCurve()
H A DvtkLookupTable.cxx80 this->Ramp = VTK_RAMP_SCURVE; in vtkLookupTable()
231 case VTK_RAMP_SCURVE: in ForceBuild()
1304 << (this->Ramp == VTK_RAMP_SCURVE ? "SCurve\n" : "Linear\n"); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkLookupTable.h63 #define VTK_RAMP_SCURVE 1 macro
140 void SetRampToSCurve() { this->SetRamp(VTK_RAMP_SCURVE); } in SetRampToSCurve()
H A DvtkLookupTable.cxx81 this->Ramp = VTK_RAMP_SCURVE; in vtkLookupTable()
227 case VTK_RAMP_SCURVE: in ForceBuild()
1384 << (this->Ramp == VTK_RAMP_SCURVE ? "SCurve\n" : "Linear\n"); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkLookupTable.h63 #define VTK_RAMP_SCURVE 1 macro
143 void SetRampToSCurve() { this->SetRamp(VTK_RAMP_SCURVE); } in SetRampToSCurve()
H A DvtkLookupTable.cxx81 this->Ramp = VTK_RAMP_SCURVE; in vtkLookupTable()
249 case VTK_RAMP_SCURVE: in ForceBuild()
1376 os << indent << "Ramp: " << (this->Ramp == VTK_RAMP_SCURVE ? "SCurve\n" : "Linear\n"); in PrintSelf()