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

#include <DeprecatedSegmentation.h>

Public Member Functions

 Segment (const bool order=true)
 
bool isAscending () const
 
void sort (const Scalars *s)
 
void emplace_back (const SimplexId &v)
 
void clear ()
 
void norm_next (segmentIterator &it)
 
SimplexIdoperator[] (size_t idx)
 
const SimplexIdoperator[] (size_t idx) const
 
sorted_iterator sbegin ()
 
sorted_iterator send ()
 

Detailed Description

Definition at line 29 of file DeprecatedSegmentation.h.

Constructor & Destructor Documentation

◆ Segment()

Segment::Segment ( const bool  order = true)

Definition at line 20 of file DeprecatedSegmentation.cpp.

Member Function Documentation

◆ clear()

void Segment::clear ( )

Definition at line 47 of file DeprecatedSegmentation.cpp.

◆ emplace_back()

void Segment::emplace_back ( const SimplexId v)

Definition at line 43 of file DeprecatedSegmentation.cpp.

◆ isAscending()

bool Segment::isAscending ( ) const

Definition at line 23 of file DeprecatedSegmentation.cpp.

◆ norm_next()

void ttk::cf::Segment::norm_next ( segmentIterator it)

◆ operator[]() [1/2]

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

Definition at line 52 of file DeprecatedSegmentation.cpp.

◆ operator[]() [2/2]

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

Definition at line 56 of file DeprecatedSegmentation.cpp.

◆ sbegin()

sorted_iterator Segment::sbegin ( )

Definition at line 60 of file DeprecatedSegmentation.cpp.

◆ send()

sorted_iterator Segment::send ( )

Definition at line 68 of file DeprecatedSegmentation.cpp.

◆ sort()

void Segment::sort ( const Scalars s)

Definition at line 27 of file DeprecatedSegmentation.cpp.


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