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

Method IsValid

Common/DataModel/vtkBoundingBox.h:518–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518inline int vtkBoundingBox::IsValid() const
519{
520 return ((this->MinPnt[0] <= this->MaxPnt[0]) && (this->MinPnt[1] <= this->MaxPnt[1]) &&
521 (this->MinPnt[2] <= this->MaxPnt[2]));
522}
523
524inline int vtkBoundingBox::IsValid(const double bounds[6])
525{

Callers 7

AddBoundsMethod · 0.95
IntersectBoxMethod · 0.95
IntersectsMethod · 0.95
GetDiagonalLength2Method · 0.95
ScaleMethod · 0.95
ScaleAboutCenterMethod · 0.95
IntersectPlaneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected