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

Method PrintExtent

Filters/Geometry/vtkStructuredAMRGridConnectivity.h:631–639  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

629
630//------------------------------------------------------------------------------
631inline void vtkStructuredAMRGridConnectivity::PrintExtent(std::ostream& os, int ext[6])
632{
633 for (int i = 0; i < 6; i += 2)
634 {
635 os << "[";
636 os << ext[i] << " ";
637 os << ext[i + 1] << "] ";
638 } // END for
639}
640
641//------------------------------------------------------------------------------
642inline int vtkStructuredAMRGridConnectivity::GetGridLevel(int gridIdx)

Callers 1

PrintSelfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected