TTK base package.
More...
#include <BaseClass.h>
TTK base package.
- Author
- Guillaume Favelier guill.nosp@m.aume.nosp@m..fave.nosp@m.lier.nosp@m.@lip6.nosp@m..fr
- Date
- June 2018.
Definition at line 70 of file BaseClass.h.
◆ BaseClass()
◆ ~BaseClass()
virtual ttk::BaseClass::~BaseClass |
( |
| ) |
|
|
virtualdefault |
◆ getThreadNumber()
int ttk::BaseClass::getThreadNumber |
( |
| ) |
const |
|
inline |
◆ setThreadNumber()
virtual int ttk::BaseClass::setThreadNumber |
( |
const int |
threadNumber | ) |
|
|
inlinevirtual |
◆ setWrapper()
int BaseClass::setWrapper |
( |
const Wrapper * |
wrapper | ) |
|
|
virtual |
Specify a pointer to a calling object that wraps the current class deriving from ttk::BaseClass.
This function is useful to pass the execution context (debug level, number of threads, etc.) from a wrapper to a base object.
- Parameters
-
wrapper | Pointer to the wrapping object. |
- Returns
- Returns 0 upon success, negative values otherwise.
Reimplemented in ttk::Debug, and ttk::Triangulation.
Definition at line 36 of file BaseClass.cpp.
◆ lastObject_
bool ttk::BaseClass::lastObject_ |
|
protected |
◆ threadNumber_
int ttk::BaseClass::threadNumber_ |
|
mutableprotected |
◆ wrapper_
The documentation for this class was generated from the following files:
- /home/julien/Pro/git/github/ttk-tierny/core/base/common/BaseClass.h
- /home/julien/Pro/git/github/ttk-tierny/core/base/common/BaseClass.cpp