FindDegeneratesProcess: Searches a mesh for degenerated triangles.
More...
Inherits Assimp::BaseProcess.
FindDegeneratesProcess: Searches a mesh for degenerated triangles.
◆ FindDegeneratesProcess()
FindDegeneratesProcess::FindDegeneratesProcess |
( |
| ) |
|
◆ ~FindDegeneratesProcess()
FindDegeneratesProcess::~FindDegeneratesProcess |
( |
| ) |
|
◆ EnableAreaCheck()
void Assimp::FindDegeneratesProcess::EnableAreaCheck |
( |
bool |
enabled | ) |
|
|
inline |
Enable the area check for triangles.
- Parameters
-
◆ EnableInstantRemoval()
void Assimp::FindDegeneratesProcess::EnableInstantRemoval |
( |
bool |
enabled | ) |
|
|
inline |
Enable the instant removal of degenerated primitives.
- Parameters
-
◆ Execute()
void FindDegeneratesProcess::Execute |
( |
aiScene * |
pScene | ) |
|
|
virtual |
Executes the post processing step on the given imported data.
A process should throw an ImportErrorException* if it fails. This method must be implemented by deriving classes.
- Parameters
-
pScene | The imported data to work at. |
Implements Assimp::BaseProcess.
◆ ExecuteOnMesh()
void FindDegeneratesProcess::ExecuteOnMesh |
( |
aiMesh * |
mesh | ) |
|
◆ IsActive()
bool FindDegeneratesProcess::IsActive |
( |
unsigned int |
pFlags | ) |
const |
|
virtual |
Returns whether the processing step is present in the given flag.
- Parameters
-
pFlags | The processing flags the importer was called with. A bitwise combination of aiPostProcessSteps. |
- Returns
- true if the process is present in this flag fields, false if not.
Implements Assimp::BaseProcess.
◆ isAreaCheckEnabled()
bool Assimp::FindDegeneratesProcess::isAreaCheckEnabled |
( |
| ) |
const |
|
inline |
Check whether the area check is enabled.
- Returns
- The area check state.
◆ IsInstantRemoval()
bool Assimp::FindDegeneratesProcess::IsInstantRemoval |
( |
| ) |
const |
|
inline |
Check whether instant removal is currently enabled.
- Returns
- The instant removal state.
◆ SetupProperties()
void FindDegeneratesProcess::SetupProperties |
( |
const Importer * |
pImp | ) |
|
|
virtual |
The documentation for this class was generated from the following files: