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

Function UninitializeBounds

Common/Core/vtkMath.h:1499–1507  ·  view source on GitHub ↗

@{ * Set the bounds to an uninitialized state */

Source from the content-addressed store, hash-verified

1497 * Set the bounds to an uninitialized state
1498 */
1499 static void UninitializeBounds(double bounds[6])
1500 {
1501 bounds[0] = 1.0;
1502 bounds[1] = -1.0;
1503 bounds[2] = 1.0;
1504 bounds[3] = -1.0;
1505 bounds[4] = 1.0;
1506 bounds[5] = -1.0;
1507 }
1508 ///@}
1509
1510 ///@{

Callers 15

ComputeDataBoundsMethod · 0.85
ComputeBoundsMethod · 0.85
vtkGenericDataSetMethod · 0.85
ComputeBoundsMethod · 0.85
vtkDataSetMethod · 0.85
ComputeBoundsMethod · 0.85
ComputeBoundsInternalMethod · 0.85
FreeSearchStructureMethod · 0.85
InitializeMethod · 0.85
vtkBSPIntersectionsMethod · 0.85
vtkPolyDataMethod · 0.85
ComputeCellsBoundsMethod · 0.85

Calls

no outgoing calls

Tested by 3

TestGlyph3DMapper2Function · 0.68
TestGlyph3DMapperBoundsFunction · 0.68
ValidateDatasetFunction · 0.68