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

#include <ContourForests.h>

Public Member Functions

 Interface (const SimplexId &seed)
 
const SimplexIdgetSeed () const
 
std::vector< SimplexId > & getUpper ()
 
std::vector< SimplexId > & getLower ()
 
SimplexId getNbUpper () const
 
SimplexId getNbLower () const
 
void setSeed (const SimplexId &local_seed)
 
void addUpper (const SimplexId &lb)
 
void addLower (const SimplexId &lb)
 
void upReserve (const SimplexId &u)
 
void loReserve (const SimplexId &l)
 
void appendUpper (const std::vector< SimplexId > &vertices)
 
void appendLower (const std::vector< SimplexId > &vertices)
 
void swapUpper (std::vector< SimplexId > &verts)
 
void swapLower (std::vector< SimplexId > &verts)
 

Detailed Description

Definition at line 29 of file ContourForests.h.

Constructor & Destructor Documentation

◆ Interface()

Interface::Interface ( const SimplexId seed)

Definition at line 17 of file ContourForests.cpp.

Member Function Documentation

◆ addLower()

void ttk::cf::Interface::addLower ( const SimplexId lb)
inline

Definition at line 71 of file ContourForests.h.

◆ addUpper()

void ttk::cf::Interface::addUpper ( const SimplexId lb)
inline

Definition at line 67 of file ContourForests.h.

◆ appendLower()

void ttk::cf::Interface::appendLower ( const std::vector< SimplexId > &  vertices)
inline

Definition at line 88 of file ContourForests.h.

◆ appendUpper()

void ttk::cf::Interface::appendUpper ( const std::vector< SimplexId > &  vertices)
inline

Definition at line 83 of file ContourForests.h.

◆ getLower()

std::vector< SimplexId > & ttk::cf::Interface::getLower ( )
inline

Definition at line 52 of file ContourForests.h.

◆ getNbLower()

SimplexId ttk::cf::Interface::getNbLower ( ) const
inline

Definition at line 59 of file ContourForests.h.

◆ getNbUpper()

SimplexId ttk::cf::Interface::getNbUpper ( ) const
inline

Definition at line 55 of file ContourForests.h.

◆ getSeed()

const SimplexId & ttk::cf::Interface::getSeed ( ) const
inline

Definition at line 44 of file ContourForests.h.

◆ getUpper()

std::vector< SimplexId > & ttk::cf::Interface::getUpper ( )
inline

Definition at line 48 of file ContourForests.h.

◆ loReserve()

void ttk::cf::Interface::loReserve ( const SimplexId l)
inline

Definition at line 79 of file ContourForests.h.

◆ setSeed()

void ttk::cf::Interface::setSeed ( const SimplexId local_seed)
inline

Definition at line 63 of file ContourForests.h.

◆ swapLower()

void ttk::cf::Interface::swapLower ( std::vector< SimplexId > &  verts)
inline

Definition at line 97 of file ContourForests.h.

◆ swapUpper()

void ttk::cf::Interface::swapUpper ( std::vector< SimplexId > &  verts)
inline

Definition at line 93 of file ContourForests.h.

◆ upReserve()

void ttk::cf::Interface::upReserve ( const SimplexId u)
inline

Definition at line 75 of file ContourForests.h.


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