Assimp
v3.1.1 (June 2014)
|
RemoveVCProcess: Class to exclude specific parts of the data structure from further processing by removing them,. More...
Inherits Assimp::BaseProcess.
Public Member Functions | |
void | Execute (aiScene *pScene) |
Executes the post processing step on the given imported data. More... | |
unsigned int | GetDeleteFlags () const |
Query the current configuration. More... | |
bool | IsActive (unsigned int pFlags) const |
Returns whether the processing step is present in the given flag field. More... | |
RemoveVCProcess () | |
The default class constructor. More... | |
void | SetDeleteFlags (unsigned int f) |
Manually setup the configuration flags for the step. More... | |
virtual void | SetupProperties (const Importer *pImp) |
Called prior to ExecuteOnScene(). More... | |
~RemoveVCProcess () | |
The class destructor. More... | |
![]() | |
BaseProcess () | |
Constructor to be privately used by Importer. More... | |
void | ExecuteOnScene (Importer *pImp) |
Executes the post processing step on the given imported data. More... | |
SharedPostProcessInfo * | GetSharedData () |
Get the shared data that is assigned to the step. More... | |
virtual bool | RequireVerboseFormat () const |
Check whether this step expects its input vertex data to be in verbose format. More... | |
void | SetSharedData (SharedPostProcessInfo *sh) |
Assign a new SharedPostProcessInfo to the step. More... | |
virtual | ~BaseProcess () |
Destructor, private as well. More... | |
Additional Inherited Members | |
![]() | |
ProgressHandler * | progress |
Currently active progress handler. More... | |
SharedPostProcessInfo * | shared |
See the doc of #SharedPostProcessInfo for more details. More... | |
RemoveVCProcess: Class to exclude specific parts of the data structure from further processing by removing them,.
RemoveVCProcess::RemoveVCProcess | ( | ) |
The default class constructor.
RemoveVCProcess::~RemoveVCProcess | ( | ) |
The class destructor.
Executes the post processing step on the given imported data.
At the moment a process is not supposed to fail.
pScene | The imported data to work at. |
Implements Assimp::BaseProcess.
|
inline |
Query the current configuration.
|
virtual |
Returns whether the processing step is present in the given flag field.
pFlags | The processing flags the importer was called with. A bitwise combination of aiPostProcessSteps. |
Implements Assimp::BaseProcess.
|
inline |
Manually setup the configuration flags for the step.
Bitwise | combination of the aiComponent enumerated values. |
Called prior to ExecuteOnScene().
The function is a request to the process to update its configuration basing on the Importer's configuration property list.
Reimplemented from Assimp::BaseProcess.