|
| | Mesh (triangulationType *tri) |
| |
| | Mesh ()=default |
| |
| void | setTriangulation (triangulationType *tri) |
| |
| triangulationType * | getTriangulation () |
| |
| void | alloc () override |
| |
| void | init () override |
| |
| void | preprocess () |
| |
| SimplexId | getDimensionality () const |
| |
| idVertex | getNumberOfVertices () const |
| |
| idEdge | getNumberOfEdges () const |
| |
| idCell | getNumberOfTriangles () const |
| |
| idCell | getNumberOfCells () const |
| |
| idVertex | getVertexNeighborNumber (const idVertex v) const |
| |
| void | getVertexNeighbor (const idVertex v, const idVertex local_v, idVertex &res) |
| |
| idEdge | getVertexEdgeNumber (const idEdge e) const |
| |
| void | getVertexEdge (const idVertex v, const idEdge local_e, idEdge &res) const |
| |
| idCell | getVertexTriangleNumber (const idVertex v) const |
| |
| void | getVertexTriangle (const idVertex v, const idCell local_c, idCell &res) const |
| |
| void | getEdgeVertex (const idEdge e, const char local_id, idVertex &res) const |
| |
| idCell | getEdgeTriangleNumber (const idEdge e) const |
| |
| void | getEdgeTriangle (const idEdge e, const idCell local_t, idCell &res) const |
| |
| idEdge | getTriangleEdgeNumber (const idCell t) const |
| |
| void | getTriangleEdge (const idCell t, const char local_id, idEdge &res) const |
| |
| void | preSortEdges (const VertCompFN &lowerThan) |
| |
| void | preSortTriangles (const VertCompFN &lowerThan) |
| |
| orderedEdge | getOrderedEdge (const idEdge e, const bool increasingOrder) const |
| |
| void | getOrderedEdge (const idEdge e, const bool increasingOrder, orderedEdge &oEdge) const |
| |
| orderedTriangle | getOrderedTriangle (const idCell t, const bool increasingOrder) const |
| |
| void | getOrderedTriangle (const idCell t, const bool increasingOrder, orderedTriangle &oTri) const |
| |
| bool | compareEdges (const idEdge e0, const idEdge e1, const VertCompFN &lowerThan) const |
| |
| bool | compareLinks (const linkEdge &l0, const linkEdge &l1, const VertCompFN &lowerTan) const |
| |
| std::string | printEdges () const |
| |
| std::string | printEdge (const idEdge e) const |
| |
| void | setNumberOfElmt (const idVertex nbVerts) |
| |
| template<typename type > |
| void | fillVector (std::vector< type > &vect, const type &elmt) |
| |
| | 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) |
| |
template<typename triangulationType>
class ttk::ftr::Mesh< triangulationType >
TTK FTRGraph mesh related operations.
- Author
- Gueunet Charles charl.nosp@m.es.g.nosp@m.ueune.nosp@m.t+tt.nosp@m.k@gma.nosp@m.il.c.nosp@m.om
- Date
- 2018-01-25
This class manage mesh request and is based on Triangulation. It add the ability to pre-sort some requests.
- See also
- ttk::FTRGraph
Definition at line 61 of file Mesh.h.