Assimp  v3.1.1 (June 2014)
Assimp::RemoveVCProcess Class Reference

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...
 
- Public Member Functions inherited from Assimp::BaseProcess
 BaseProcess ()
 Constructor to be privately used by Importer. More...
 
void ExecuteOnScene (Importer *pImp)
 Executes the post processing step on the given imported data. More...
 
SharedPostProcessInfoGetSharedData ()
 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

- Protected Attributes inherited from Assimp::BaseProcess
ProgressHandlerprogress
 Currently active progress handler. More...
 
SharedPostProcessInfoshared
 See the doc of #SharedPostProcessInfo for more details. More...
 

Detailed Description

RemoveVCProcess: Class to exclude specific parts of the data structure from further processing by removing them,.

Constructor & Destructor Documentation

◆ RemoveVCProcess()

RemoveVCProcess::RemoveVCProcess ( )

The default class constructor.

◆ ~RemoveVCProcess()

RemoveVCProcess::~RemoveVCProcess ( )

The class destructor.

Member Function Documentation

◆ 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
pSceneThe 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
pFlagsThe 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
Bitwisecombination of the aiComponent enumerated values.

◆ SetupProperties()

void RemoveVCProcess::SetupProperties ( const Importer pImp)
virtual

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.


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