TTK
Loading...
Searching...
No Matches
MyCmp Struct Reference

Public Member Functions

 MyCmp (const vector< double > *vertexScalars, const vector< int > *vertexOffsets, const vector< Node > *nodeList, bool isAscendingOrder)
 
bool operator() (int node1, int node2)
 

Public Attributes

const vector< double > * vertexScalars_
 
const vector< int > * vertexOffsets_
 
const vector< Node > * nodeList_
 
bool isAscendingOrder_
 

Detailed Description

Definition at line 11 of file ContourTree.cpp.

Constructor & Destructor Documentation

◆ MyCmp()

MyCmp::MyCmp ( const vector< double > * vertexScalars,
const vector< int > * vertexOffsets,
const vector< Node > * nodeList,
bool isAscendingOrder )
inline

Definition at line 17 of file ContourTree.cpp.

Member Function Documentation

◆ operator()()

bool MyCmp::operator() ( int node1,
int node2 )
inline

Definition at line 25 of file ContourTree.cpp.

Member Data Documentation

◆ isAscendingOrder_

bool MyCmp::isAscendingOrder_

Definition at line 15 of file ContourTree.cpp.

◆ nodeList_

const vector<Node>* MyCmp::nodeList_

Definition at line 14 of file ContourTree.cpp.

◆ vertexOffsets_

const vector<int>* MyCmp::vertexOffsets_

Definition at line 13 of file ContourTree.cpp.

◆ vertexScalars_

const vector<double>* MyCmp::vertexScalars_

Definition at line 12 of file ContourTree.cpp.


The documentation for this struct was generated from the following file: