Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkBoxRepresentation.h137 void SetOutlineFaceWires(int);
139 void OutlineFaceWiresOn() {this->SetOutlineFaceWires(1);} in OutlineFaceWiresOn()
140 void OutlineFaceWiresOff() {this->SetOutlineFaceWires(0);} in OutlineFaceWiresOff()
H A DvtkBoxWidget.h182 void SetOutlineFaceWires(int);
184 void OutlineFaceWiresOn() {this->SetOutlineFaceWires(1);} in OutlineFaceWiresOn()
185 void OutlineFaceWiresOff() {this->SetOutlineFaceWires(0);} in OutlineFaceWiresOff()
H A DvtkBoxRepresentation.cxx858 void vtkBoxRepresentation::SetOutlineFaceWires(int newValue) in SetOutlineFaceWires() function in vtkBoxRepresentation
H A DvtkBoxWidget.cxx1365 void vtkBoxWidget::SetOutlineFaceWires(int newValue) in SetOutlineFaceWires() function in vtkBoxWidget
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkBoxWidget.h210 void SetOutlineFaceWires(int);
212 void OutlineFaceWiresOn() {this->SetOutlineFaceWires(1);} in OutlineFaceWiresOn()
213 void OutlineFaceWiresOff() {this->SetOutlineFaceWires(0);} in OutlineFaceWiresOff()
H A DvtkBoxRepresentation.h167 void SetOutlineFaceWires(int);
169 void OutlineFaceWiresOn() {this->SetOutlineFaceWires(1);} in OutlineFaceWiresOn()
170 void OutlineFaceWiresOff() {this->SetOutlineFaceWires(0);} in OutlineFaceWiresOff()
H A DvtkBoxWidget.cxx1367 void vtkBoxWidget::SetOutlineFaceWires(int newValue) in SetOutlineFaceWires() function in vtkBoxWidget
H A DvtkBoxRepresentation.cxx1169 void vtkBoxRepresentation::SetOutlineFaceWires(int newValue) in SetOutlineFaceWires() function in vtkBoxRepresentation
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkBoxWidget.h211 void SetOutlineFaceWires(int);
213 void OutlineFaceWiresOn() { this->SetOutlineFaceWires(1); } in OutlineFaceWiresOn()
214 void OutlineFaceWiresOff() { this->SetOutlineFaceWires(0); } in OutlineFaceWiresOff()
H A DvtkBoxRepresentation.h165 void SetOutlineFaceWires(int);
167 void OutlineFaceWiresOn() { this->SetOutlineFaceWires(1); } in OutlineFaceWiresOn()
168 void OutlineFaceWiresOff() { this->SetOutlineFaceWires(0); } in OutlineFaceWiresOff()
H A DvtkTensorRepresentation.h192 void SetOutlineFaceWires(bool);
194 void OutlineFaceWiresOn() { this->SetOutlineFaceWires(true); } in OutlineFaceWiresOn()
195 void OutlineFaceWiresOff() { this->SetOutlineFaceWires(false); } in OutlineFaceWiresOff()
H A DvtkBoxWidget.cxx1365 void vtkBoxWidget::SetOutlineFaceWires(int newValue) in SetOutlineFaceWires() function in vtkBoxWidget
H A DvtkBoxRepresentation.cxx1189 void vtkBoxRepresentation::SetOutlineFaceWires(int newValue) in SetOutlineFaceWires() function in vtkBoxRepresentation
H A DvtkTensorRepresentation.cxx1167 void vtkTensorRepresentation::SetOutlineFaceWires(bool newValue) in SetOutlineFaceWires() function in vtkTensorRepresentation