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

Method HasValidOrigin

Common/DataModel/vtkOverlappingAMRMetaData.cxx:617–621  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

615
616//------------------------------------------------------------------------------
617bool vtkOverlappingAMRMetaData::HasValidOrigin() const
618{
619 return this->Origin[0] != VTK_DOUBLE_MAX && this->Origin[1] != VTK_DOUBLE_MAX &&
620 this->Origin[2] != VTK_DOUBLE_MAX;
621}
622
623//------------------------------------------------------------------------------
624bool vtkOverlappingAMRMetaData::HasValidBounds() const

Callers 1

GetOriginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected