Home
last modified time | relevance | path

Searched refs:swapYBounds (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkImageData.cxx761 int swapYBounds = (spacing[1] < 0); // 1 if true, 0 if false in ComputeBounds() local
765 this->Bounds[2] = origin[1] + (extent[2+swapYBounds] * spacing[1]); in ComputeBounds()
769 this->Bounds[3] = origin[1] + (extent[3-swapYBounds] * spacing[1]); in ComputeBounds()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkImageData.cxx903 int swapYBounds = (spacing[1] < 0); // 1 if true, 0 if false in ComputeBounds() local
907 this->Bounds[2] = origin[1] + (extent[2+swapYBounds] * spacing[1]); in ComputeBounds()
911 this->Bounds[3] = origin[1] + (extent[3-swapYBounds] * spacing[1]); in ComputeBounds()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkImageData.cxx924 int swapYBounds = (spacing[1] < 0); // 1 if true, 0 if false in ComputeBounds() local
928 this->Bounds[2] = origin[1] + (extent[2 + swapYBounds] * spacing[1]); in ComputeBounds()
932 this->Bounds[3] = origin[1] + (extent[3 - swapYBounds] * spacing[1]); in ComputeBounds()