CppNCorr
C++ ncorr Digital Image Correlation engine
Loading...
Searching...
No Matches
ncorr::details::sparse_tree_element Struct Referencefinal

Public Types

typedef ROI2D::difference_type difference_type
 

Public Member Functions

 sparse_tree_element (difference_type p1, difference_type p2, difference_type val)
 
bool operator< (const sparse_tree_element &b) const
 

Public Attributes

difference_type p1
 
difference_type p2
 
difference_type val
 

Detailed Description

Definition at line 108 of file Data2D.cpp.

Member Typedef Documentation

◆ difference_type

Constructor & Destructor Documentation

◆ sparse_tree_element()

ncorr::details::sparse_tree_element::sparse_tree_element ( difference_type  p1,
difference_type  p2,
difference_type  val 
)
inline

Definition at line 112 of file Data2D.cpp.

Member Function Documentation

◆ operator<()

Definition at line 115 of file Data2D.cpp.

Member Data Documentation

◆ p1

difference_type ncorr::details::sparse_tree_element::p1

Definition at line 123 of file Data2D.cpp.

◆ p2

difference_type ncorr::details::sparse_tree_element::p2

Definition at line 124 of file Data2D.cpp.

◆ val

difference_type ncorr::details::sparse_tree_element::val
mutable

Definition at line 125 of file Data2D.cpp.


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