Assimp
v4.1. (December 2018)
|
Post-processing process to find axis-aligned bounding volumes for amm meshes used in a scene. More...
Inherits Assimp::BaseProcess.
Public Member Functions | |
void | Execute (aiScene *pScene) override |
The execution callback. More... | |
GenBoundingBoxesProcess () | |
The class constructor. More... | |
bool | IsActive (unsigned int pFlags) const override |
Will return true, if aiProcess_GenBoundingBoxes is defined. More... | |
~GenBoundingBoxesProcess () | |
The class destructor. More... | |
![]() | |
BaseProcess () AI_NO_EXCEPT | |
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 void | SetupProperties (const Importer *pImp) |
Called prior to ExecuteOnScene(). 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... | |
Post-processing process to find axis-aligned bounding volumes for amm meshes used in a scene.
Assimp::GenBoundingBoxesProcess::GenBoundingBoxesProcess | ( | ) |
The class constructor.
Assimp::GenBoundingBoxesProcess::~GenBoundingBoxesProcess | ( | ) |
The class destructor.
|
overridevirtual |
The execution callback.
Implements Assimp::BaseProcess.
|
overridevirtual |
Will return true, if aiProcess_GenBoundingBoxes is defined.
Implements Assimp::BaseProcess.