TTK
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
ttk::PDFBounds< dataType > Class Template Reference

#include <UncertainDataEstimator.h>

Inheritance diagram for ttk::PDFBounds< dataType >:
ttk::Debug ttk::BaseClass

Public Member Functions

int evaluateRealization (const void *voidPointer)
 
std::pair< dataType, dataType > getRange () const
 
dataType getRangeMax () const
 
dataType getRangeMin () const
 
dataType * getLowerBoundPointer ()
 
dataType * getUpperBoundPointer ()
 
void setNumberOfVertices (const SimplexId number)
 
- Public Member Functions inherited from ttk::Debug
 Debug ()
 
 ~Debug () override
 
virtual int setDebugLevel (const int &debugLevel)
 
int setWrapper (const Wrapper *wrapper) override
 
int printMsg (const std::string &msg, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::string > &msgs, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printErr (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printWrn (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const double &memory, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::vector< std::string > > &rows, const debug::Priority &priority=debug::Priority::INFO, const bool hasHeader=true, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
void setDebugMsgPrefix (const std::string &prefix)
 
- Public Member Functions inherited from ttk::BaseClass
 BaseClass ()
 
virtual ~BaseClass ()=default
 
int getThreadNumber () const
 
virtual int setThreadNumber (const int threadNumber)
 
virtual int setWrapper (const Wrapper *wrapper)
 

Protected Attributes

SimplexId numberOfVertices_ {0}
 
std::vector< dataType > upperBound_ {}
 
std::vector< dataType > lowerBound_ {}
 
- Protected Attributes inherited from ttk::Debug
int debugLevel_
 
std::string debugMsgPrefix_
 
std::string debugMsgNamePrefix_
 
- Protected Attributes inherited from ttk::BaseClass
bool lastObject_
 
int threadNumber_
 
Wrapperwrapper_
 

Additional Inherited Members

- Protected Member Functions inherited from ttk::Debug
int printMsgInternal (const std::string &msg, const std::string &right, const std::string &filler, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsgInternal (const std::string &msg, const debug::Priority &priority, const debug::LineMode &lineMode, std::ostream &stream=std::cout) const
 
int welcomeMsg (std::ostream &stream)
 
- Static Protected Attributes inherited from ttk::Debug
static COMMON_EXPORTS debug::LineMode lastLineMode = ttk::debug::LineMode::NEW
 

Detailed Description

template<class dataType>
class ttk::PDFBounds< dataType >

Definition at line 20 of file UncertainDataEstimator.h.

Member Function Documentation

◆ evaluateRealization()

template<class dataType >
int ttk::PDFBounds< dataType >::evaluateRealization ( const void *  voidPointer)
inline

Definition at line 22 of file UncertainDataEstimator.h.

◆ getLowerBoundPointer()

template<class dataType >
dataType * ttk::PDFBounds< dataType >::getLowerBoundPointer ( )
inline

Definition at line 93 of file UncertainDataEstimator.h.

◆ getRange()

template<class dataType >
std::pair< dataType, dataType > ttk::PDFBounds< dataType >::getRange ( ) const
inline

Definition at line 61 of file UncertainDataEstimator.h.

◆ getRangeMax()

template<class dataType >
dataType ttk::PDFBounds< dataType >::getRangeMax ( ) const
inline

Definition at line 65 of file UncertainDataEstimator.h.

◆ getRangeMin()

template<class dataType >
dataType ttk::PDFBounds< dataType >::getRangeMin ( ) const
inline

Definition at line 79 of file UncertainDataEstimator.h.

◆ getUpperBoundPointer()

template<class dataType >
dataType * ttk::PDFBounds< dataType >::getUpperBoundPointer ( )
inline

Definition at line 97 of file UncertainDataEstimator.h.

◆ setNumberOfVertices()

template<class dataType >
void ttk::PDFBounds< dataType >::setNumberOfVertices ( const SimplexId  number)
inline

Definition at line 101 of file UncertainDataEstimator.h.

Member Data Documentation

◆ lowerBound_

template<class dataType >
std::vector<dataType> ttk::PDFBounds< dataType >::lowerBound_ {}
protected

Definition at line 108 of file UncertainDataEstimator.h.

◆ numberOfVertices_

template<class dataType >
SimplexId ttk::PDFBounds< dataType >::numberOfVertices_ {0}
protected

Definition at line 106 of file UncertainDataEstimator.h.

◆ upperBound_

template<class dataType >
std::vector<dataType> ttk::PDFBounds< dataType >::upperBound_ {}
protected

Definition at line 107 of file UncertainDataEstimator.h.


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