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

Method GetBounds

Testing/GenericBridge/vtkBridgeCell.cxx:575–578  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Compute the bounding box of the current cell in `bounds' in global coordinates. THREAD SAFE

Source from the content-addressed store, hash-verified

573// coordinates.
574// THREAD SAFE
575void vtkBridgeCell::GetBounds(double bounds[6])
576{
577 this->Cell->GetBounds(bounds);
578}
579
580//------------------------------------------------------------------------------
581// Description:

Callers 15

Bounds BoundsComputeMethod · 0.45
BuildMethod · 0.45
BuildMethod · 0.45
TestTestFunction · 0.45
ValidateDataSetFunction · 0.45
PartitionedDataSetTestFunction · 0.45
TestTestFunction · 0.45
ValidateDataSetFunction · 0.45
ValidateDataSetFunction · 0.45
ValidateDataSetFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestTestFunction · 0.36
ValidateDataSetFunction · 0.36
PartitionedDataSetTestFunction · 0.36
TestTestFunction · 0.36
ValidateDataSetFunction · 0.36
ValidateDataSetFunction · 0.36
ValidateDataSetFunction · 0.36
TestFiltersFunction · 0.36
ExtractMaxXRangesFunction · 0.36
TestContourFilterUniformFunction · 0.36