RemoveVCProcess: Class to exclude specific parts of the data structure from further processing by removing them,.
More...
Inherits Assimp::BaseProcess.
RemoveVCProcess: Class to exclude specific parts of the data structure from further processing by removing them,.
◆ RemoveVCProcess()
| RemoveVCProcess::RemoveVCProcess |
( |
| ) |
|
The default class constructor.
◆ ~RemoveVCProcess()
| RemoveVCProcess::~RemoveVCProcess |
( |
| ) |
|
◆ Execute()
| void RemoveVCProcess::Execute |
( |
aiScene * |
pScene | ) |
|
|
virtual |
Executes the post processing step on the given imported data.
At the moment a process is not supposed to fail.
- Parameters
-
| pScene | The imported data to work at. |
Implements Assimp::BaseProcess.
◆ GetDeleteFlags()
| unsigned int Assimp::RemoveVCProcess::GetDeleteFlags |
( |
| ) |
const |
|
inline |
Query the current configuration.
◆ IsActive()
| bool RemoveVCProcess::IsActive |
( |
unsigned int |
pFlags | ) |
const |
|
virtual |
Returns whether the processing step is present in the given flag field.
- 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.
◆ SetDeleteFlags()
| void Assimp::RemoveVCProcess::SetDeleteFlags |
( |
unsigned int |
f | ) |
|
|
inline |
Manually setup the configuration flags for the step.
- Parameters
-
| Bitwise | combination of the aiComponent enumerated values. |
◆ SetupProperties()
| void RemoveVCProcess::SetupProperties |
( |
const Importer * |
pImp | ) |
|
|
virtual |
The documentation for this class was generated from the following files: