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

TTK processing package that deal with segmentation of an arc in the Reeb Graph. More...

#include <FTRSegmentation.h>

Public Member Functions

 Segment (idVertex size)
 
 Segment ()
 
segm_const_it begin () const
 
segm_const_it end () const
 
segm_it begin ()
 
segm_it end ()
 
idVertex size () const
 
void reserve (const idVertex size)
 
void emplace_back (const idVertex v)
 
idVertex operator[] (const size_t &idx) const
 
idVertexoperator[] (const size_t &idx)
 

Detailed Description

TTK processing package that deal with segmentation of an arc in the Reeb Graph.

TTK classes for the segmentation of an arc in the Reeb Graph.

Author
Charles Gueunet charl.nosp@m.es.g.nosp@m.ueune.nosp@m.t@li.nosp@m.p6.fr
Date
2018-08-02
Author
Charles Gueunet charl.nosp@m.es.g.nosp@m.ueune.nosp@m.t@li.nosp@m.p6.fr
Date
2018-08-02
Parameters
dataTypeData type of the input scalar field (char, float, etc.).

Definition at line 32 of file FTRSegmentation.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

Segment::Segment ( idVertex  size)
explicit

Definition at line 26 of file FTRSegmentation.cpp.

◆ Segment() [2/2]

Segment::Segment ( )
default

Member Function Documentation

◆ begin() [1/2]

segm_it Segment::begin ( )

Definition at line 35 of file FTRSegmentation.cpp.

◆ begin() [2/2]

segm_const_it Segment::begin ( ) const

Definition at line 31 of file FTRSegmentation.cpp.

◆ emplace_back()

void Segment::emplace_back ( const idVertex  v)

Definition at line 55 of file FTRSegmentation.cpp.

◆ end() [1/2]

segm_it Segment::end ( )

Definition at line 43 of file FTRSegmentation.cpp.

◆ end() [2/2]

segm_const_it Segment::end ( ) const

Definition at line 39 of file FTRSegmentation.cpp.

◆ operator[]() [1/2]

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

Definition at line 63 of file FTRSegmentation.cpp.

◆ operator[]() [2/2]

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

Definition at line 59 of file FTRSegmentation.cpp.

◆ reserve()

void Segment::reserve ( const idVertex  size)

Definition at line 51 of file FTRSegmentation.cpp.

◆ size()

idVertex Segment::size ( ) const

Definition at line 47 of file FTRSegmentation.cpp.


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