|
| Quadrangulation () |
|
| ~Quadrangulation () override=default |
|
int | preconditionVertexNeighbors () |
|
int | preconditionVertexStars () |
|
int | preconditionEdges () |
|
void | setInputCells (const SimplexId cellNumber, void *const quadCells) |
|
void | setInputPoints (const SimplexId pointNumber, void *const pointCoords) |
|
int | isVertexExtraordinary (const SimplexId v) |
|
void | getVertexPoint (const SimplexId v, float &x, float &y, float &z) const |
|
void | getCellVertex (const SimplexId c, const int l, SimplexId &v) const |
|
SimplexId | getVertexNeighborNumber (const SimplexId v) const |
|
void | getVertexNeighbor (const SimplexId v, const int l, SimplexId &n) const |
|
SimplexId | getVertexStarNumber (const SimplexId v) const |
|
SimplexId | getVertexStar (const SimplexId v, const int l) const |
|
void | getVertexStar (const SimplexId v, const int l, SimplexId &vs) const |
|
SimplexId | getEdgeStarNumber (const SimplexId e) const |
|
SimplexId | getEdgeStar (const SimplexId e, const int l) const |
|
SimplexId | getCellEdge (const SimplexId c, const int l) |
|
const std::array< SimplexId, 2 > & | getEdge (const SimplexId e) const |
|
SimplexId | getCellVertexNumber (const SimplexId ttkNotUsed(c)) const |
|
int | getDimensionality () const |
|
const SimplexId & | getNumberOfVertices () const |
|
const SimplexId & | getNumberOfCells () const |
|
SimplexId | getNumberOfEdges () const |
|
void | computeDensityAndDeformity (const SimplexId v, float &density, float &deformity) const |
|
void | computeStatistics (std::vector< SimplexId > &vertsValence, std::vector< float > &vertsDensity, std::vector< float > &vertsDifformity, std::vector< float > &quadArea, std::vector< float > &quadDiagsRatio, std::vector< float > &quadEdgesRatio, std::vector< float > &quadAnglesRatio) const |
|
| 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) |
|
| BaseClass () |
|
virtual | ~BaseClass ()=default |
|
int | getThreadNumber () const |
|
virtual int | setThreadNumber (const int threadNumber) |
|
Definition at line 8 of file Quadrangulation.h.