MCPcopy Create free account
hub / github.com/Kitware/VTK / SetXMax

Method SetXMax

Common/DataModel/vtkBox.h:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168inline void vtkBox::SetXMax(VTK_FUTURE_CONST double p[3])
169{
170 this->SetXMax(p[0], p[1], p[2]);
171}
172
173VTK_ABI_NAMESPACE_END
174#endif

Callers 1

TestBoxFunction.pyFile · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected