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

Method LevelExists

Filters/Geometry/vtkStructuredAMRGridConnectivity.h:698–705  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

696
697//------------------------------------------------------------------------------
698inline bool vtkStructuredAMRGridConnectivity::LevelExists(int level)
699{
700 if (this->AMRHierarchy.find(level) != this->AMRHierarchy.end())
701 {
702 return true;
703 }
704 return false;
705}
706
707//------------------------------------------------------------------------------
708inline void vtkStructuredAMRGridConnectivity::InsertGridAtLevel(int level, int gridID)

Callers 2

InsertGridAtLevelMethod · 0.95
ComputeWholeExtentMethod · 0.95

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected