FindDegeneratesProcess: Searches a mesh for degenerated triangles.
More...
Inherits Assimp::BaseProcess.
FindDegeneratesProcess: Searches a mesh for degenerated triangles.
§ FindDegeneratesProcess()
FindDegeneratesProcess::FindDegeneratesProcess |
( |
| ) |
|
§ ~FindDegeneratesProcess()
FindDegeneratesProcess::~FindDegeneratesProcess |
( |
| ) |
|
§ EnableInstantRemoval()
void Assimp::FindDegeneratesProcess::EnableInstantRemoval |
( |
bool |
d | ) |
|
|
inline |
Enable the instant removal of degenerated primitives.
- Parameters
-
d | hm ... difficult to guess what this means, hu!? |
§ 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.
§ IsInstantRemoval()
bool Assimp::FindDegeneratesProcess::IsInstantRemoval |
( |
| ) |
const |
|
inline |
Check whether instant removal is currently enabled.
- Returns
- ...
§ SetupProperties()
void FindDegeneratesProcess::SetupProperties |
( |
const Importer * |
pImp | ) |
|
|
virtual |
The documentation for this class was generated from the following files: