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

Method CheckAndReorderFaces

Common/DataModel/vtkExplicitStructuredGrid.cxx:978–985  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

976
977//------------------------------------------------------------------------------
978void vtkExplicitStructuredGrid::CheckAndReorderFaces()
979{
980 // Check faces are on the correct axis
981 this->InternalCheckAndReorderFaces(true);
982
983 // Check if faces are mirrored or not
984 this->InternalCheckAndReorderFaces(false);
985}
986
987//------------------------------------------------------------------------------
988void vtkExplicitStructuredGrid::InternalCheckAndReorderFaces(bool swapFlag)

Callers 1

RequestDataMethod · 0.80

Calls 1

Tested by

no test coverage detected