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

Method HasConstantRefinementRatio

Filters/Geometry/vtkStructuredAMRGridConnectivity.h:676–683  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

674
675//------------------------------------------------------------------------------
676inline bool vtkStructuredAMRGridConnectivity::HasConstantRefinementRatio()
677{
678 if (this->RefinementRatio < 2)
679 {
680 return false;
681 }
682 return true;
683}
684
685//------------------------------------------------------------------------------
686inline void vtkStructuredAMRGridConnectivity::GetGridExtent(int gridIdx, int ext[6])

Callers 6

PrintSelfMethod · 0.95
SetNumberOfGridsMethod · 0.95
RegisterGridMethod · 0.95
CoarsenExtentMethod · 0.95
RefineExtentMethod · 0.95
GetCellRefinedExtentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected