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

Method SetBounds

Imaging/Hybrid/vtkShepardMethod.cxx:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 {
52 }
53 void SetBounds(vtkIdType min[3], vtkIdType max[3])
54 {
55 this->XMin = min[0];
56 this->XMax = max[0];
57 this->YMin = min[1];
58 this->YMax = max[1];
59 this->ZMin = min[2];
60 this->ZMax = max[2];
61 }
62 void operator()(vtkIdType slice, vtkIdType end)
63 {
64 vtkIdType i, j, jOffset, kOffset, idx;

Callers 15

GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
BoundPlaneMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45
GetBoundsMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestButtonWidgetFunction · 0.36
TestParallelopipedWidgetFunction · 0.36
TestKdTreeBoxSelectionFunction · 0.36