Home
last modified time | relevance | path

Searched refs:SetOutlineCursorWires (Results 1 – 14 of 14) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkBoxRepresentation.h146 void SetOutlineCursorWires(int);
148 void OutlineCursorWiresOn() {this->SetOutlineCursorWires(1);} in OutlineCursorWiresOn()
149 void OutlineCursorWiresOff() {this->SetOutlineCursorWires(0);} in OutlineCursorWiresOff()
H A DvtkBoxWidget.h191 void SetOutlineCursorWires(int);
193 void OutlineCursorWiresOn() {this->SetOutlineCursorWires(1);} in OutlineCursorWiresOn()
194 void OutlineCursorWiresOff() {this->SetOutlineCursorWires(0);} in OutlineCursorWiresOff()
H A DvtkBoxRepresentation.cxx870 void vtkBoxRepresentation::SetOutlineCursorWires(int newValue) in SetOutlineCursorWires() function in vtkBoxRepresentation
H A DvtkBoxWidget.cxx1376 void vtkBoxWidget::SetOutlineCursorWires(int newValue) in SetOutlineCursorWires() function in vtkBoxWidget
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkBoxWidget.h222 void SetOutlineCursorWires(int);
224 void OutlineCursorWiresOn() {this->SetOutlineCursorWires(1);} in OutlineCursorWiresOn()
225 void OutlineCursorWiresOff() {this->SetOutlineCursorWires(0);} in OutlineCursorWiresOff()
H A DvtkBoxRepresentation.h179 void SetOutlineCursorWires(int);
181 void OutlineCursorWiresOn() {this->SetOutlineCursorWires(1);} in OutlineCursorWiresOn()
182 void OutlineCursorWiresOff() {this->SetOutlineCursorWires(0);} in OutlineCursorWiresOff()
H A DvtkBoxWidget.cxx1378 void vtkBoxWidget::SetOutlineCursorWires(int newValue) in SetOutlineCursorWires() function in vtkBoxWidget
H A DvtkBoxRepresentation.cxx1181 void vtkBoxRepresentation::SetOutlineCursorWires(int newValue) in SetOutlineCursorWires() function in vtkBoxRepresentation
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkBoxWidget.h223 void SetOutlineCursorWires(int);
225 void OutlineCursorWiresOn() { this->SetOutlineCursorWires(1); } in OutlineCursorWiresOn()
226 void OutlineCursorWiresOff() { this->SetOutlineCursorWires(0); } in OutlineCursorWiresOff()
H A DvtkBoxRepresentation.h177 void SetOutlineCursorWires(int);
179 void OutlineCursorWiresOn() { this->SetOutlineCursorWires(1); } in OutlineCursorWiresOn()
180 void OutlineCursorWiresOff() { this->SetOutlineCursorWires(0); } in OutlineCursorWiresOff()
H A DvtkTensorRepresentation.h204 void SetOutlineCursorWires(bool);
206 void OutlineCursorWiresOn() { this->SetOutlineCursorWires(true); } in OutlineCursorWiresOn()
207 void OutlineCursorWiresOff() { this->SetOutlineCursorWires(false); } in OutlineCursorWiresOff()
H A DvtkBoxWidget.cxx1376 void vtkBoxWidget::SetOutlineCursorWires(int newValue) in SetOutlineCursorWires() function in vtkBoxWidget
H A DvtkBoxRepresentation.cxx1201 void vtkBoxRepresentation::SetOutlineCursorWires(int newValue) in SetOutlineCursorWires() function in vtkBoxRepresentation
H A DvtkTensorRepresentation.cxx1179 void vtkTensorRepresentation::SetOutlineCursorWires(bool newValue) in SetOutlineCursorWires() function in vtkTensorRepresentation