WTFIT
Public Member Functions | Protected Attributes | List of all members
wtfit::Wrapper Class Referenceabstract

Wrapper class to wrap wtfit code. More...

#include <Wrapper.h>

Inheritance diagram for wtfit::Wrapper:
wtfit::Debug vtkOneSkeleton vtkReebSpace vtkThreeSkeleton vtkZeroSkeleton

Public Member Functions

 Wrapper ()
 
 ~Wrapper ()
 
virtual bool needsToAbort ()=0
 
virtual int updateProgress (const float &progress)=0
 
- Public Member Functions inherited from wtfit::Debug
 Debug ()
 
virtual ~Debug ()
 
virtual const int dMsg (ostream &stream, string msg, const int &debugLevel=infoMsg) const
 
const int err (const string msg, const int &debugLevel=infoMsg) const
 
const int msg (const char *msg, const int &debugLevel=infoMsg) const
 
virtual const int setDebugLevel (const int &debugLevel)
 
int setThreadNumber (const int threadNumber)
 
int setWrapper (const Wrapper *wrapper)
 

Protected Attributes

float processingProgress_
 
- Protected Attributes inherited from wtfit::Debug
bool lastObject_
 
int debugLevel_
 
int threadNumber_
 
Wrapperwrapper_
 

Additional Inherited Members

- Public Types inherited from wtfit::Debug
enum  debugPriority {
  fatalMsg, timeMsg, memoryMsg, infoMsg,
  detailedInfoMsg, advancedInfoMsg
}
 

Detailed Description

Wrapper class to wrap wtfit code.

Author
Julien Tierny julie.nosp@m.n.ti.nosp@m.erny@.nosp@m.lip6.nosp@m..fr
Date
October 2014.

Constructor & Destructor Documentation

wtfit::Wrapper::Wrapper ( )
inline
wtfit::Wrapper::~Wrapper ( )
inline

Member Function Documentation

virtual bool wtfit::Wrapper::needsToAbort ( )
pure virtual
virtual int wtfit::Wrapper::updateProgress ( const float &  progress)
pure virtual

Member Data Documentation

float wtfit::Wrapper::processingProgress_
protected

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