Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::FaceReorienter Class Reference

This function/class reorients faces. More...

#include <arcane/core/FaceReorienter.h>

Public Member Functions

ARCANE_DEPRECATED_260 FaceReorienter (ITraceMng *tm)
 FaceReorienter (IMesh *mesh)
 Constructor.
ARCANE_DEPRECATED_260 void checkAndChangeOrientation (ItemInternal *face)
ARCANE_DEPRECATED_260 void checkAndChangeOrientationAMR (ItemInternal *face)
void checkAndChangeOrientation (Face face)
 Checks and optionally changes the orientation of the face.
void checkAndChangeOrientationAMR (Face face)
 Checks and optionally changes the orientation of the face.

Detailed Description

This function/class reorients faces.

This class is used, for example, to ensure the correct orientation of faces after a mesh topology change.

Definition at line 36 of file FaceReorienter.h.

Constructor & Destructor Documentation

◆ FaceReorienter() [1/2]

Arcane::FaceReorienter::FaceReorienter ( ITraceMng * tm)

Constructor.

Deprecated
Use FaceReorienter(IMesh*) instead.

Definition at line 35 of file FaceReorienter.cc.

◆ FaceReorienter() [2/2]

Arcane::FaceReorienter::FaceReorienter ( IMesh * mesh)
explicit

Constructor.

Definition at line 45 of file FaceReorienter.cc.

Member Function Documentation

◆ checkAndChangeOrientation() [1/2]

◆ checkAndChangeOrientation() [2/2]

void Arcane::FaceReorienter::checkAndChangeOrientation ( ItemInternal * face)

◆ checkAndChangeOrientationAMR() [1/2]

◆ checkAndChangeOrientationAMR() [2/2]

void Arcane::FaceReorienter::checkAndChangeOrientationAMR ( ItemInternal * face)

The documentation for this class was generated from the following files: