TTK
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ttk::ftm::Segment Class Reference

#include <FTMSegmentation.h>

Public Member Functions

 Segment (SimplexId size)
 
void sort (const Scalars *s)
 
void createFromList (const Scalars *s, std::list< std::vector< SimplexId > > &regularsList, const bool reverse)
 
segm_const_it begin () const
 
segm_const_it end () const
 
segm_it begin ()
 
segm_it end ()
 
SimplexId size () const
 
SimplexId operator[] (const size_t &idx) const
 
SimplexIdoperator[] (const size_t &idx)
 

Detailed Description

Definition at line 30 of file FTMSegmentation.h.

Constructor & Destructor Documentation

◆ Segment()

Segment::Segment ( SimplexId  size)

Definition at line 29 of file FTMSegmentation.cpp.

Member Function Documentation

◆ begin() [1/2]

segm_it Segment::begin ( )

Definition at line 36 of file FTMSegmentation.cpp.

◆ begin() [2/2]

segm_const_it Segment::begin ( ) const

Definition at line 32 of file FTMSegmentation.cpp.

◆ createFromList()

void Segment::createFromList ( const Scalars s,
std::list< std::vector< SimplexId > > &  regularsList,
const bool  reverse 
)

Definition at line 40 of file FTMSegmentation.cpp.

◆ end() [1/2]

segm_it Segment::end ( )

Definition at line 76 of file FTMSegmentation.cpp.

◆ end() [2/2]

segm_const_it Segment::end ( ) const

Definition at line 72 of file FTMSegmentation.cpp.

◆ operator[]() [1/2]

SimplexId & Segment::operator[] ( const size_t &  idx)

Definition at line 84 of file FTMSegmentation.cpp.

◆ operator[]() [2/2]

SimplexId Segment::operator[] ( const size_t &  idx) const

Definition at line 80 of file FTMSegmentation.cpp.

◆ size()

SimplexId Segment::size ( ) const

Definition at line 88 of file FTMSegmentation.cpp.

◆ sort()

void Segment::sort ( const Scalars s)

Definition at line 92 of file FTMSegmentation.cpp.


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