Version: 5.1.6

MULTIPR_EmptyMeshCallback Class Reference

#include <MULTIPR_ProgressCallback.hxx>

Public Member Functions

 MULTIPR_EmptyMeshCallback ()
 Builds a new MULTIPR_EmptyMeshCallback (default constructor).
virtual ~MULTIPR_EmptyMeshCallback ()
 Destructor.
virtual void reportEmptyMesh (std::string pInfo)=0
 Callback.

Constructor & Destructor Documentation

MULTIPR_EmptyMeshCallback.MULTIPR_EmptyMeshCallback (  ) 

Builds a new MULTIPR_EmptyMeshCallback (default constructor).

virtual MULTIPR_EmptyMeshCallback.~MULTIPR_EmptyMeshCallback (  )  [virtual]

Destructor.

Removes everything.


Member Function Documentation

virtual void MULTIPR_EmptyMeshCallback.reportEmptyMesh ( std::string  pInfo  )  [pure virtual]

Callback.

Called each time an empty mesh is produced.

Parameters:
pInfo information related to the empty mesh.