Eigen::internal::vector_int_pair< Scalar, Dim > Struct Template Reference

#include <KdBVH.h>

Public Types

typedef Matrix< Scalar, Dim, 1 > VectorType
 

Public Member Functions

 vector_int_pair (const VectorType &v, int i)
 

Public Attributes

VectorType first
 
int second
 

Member Typedef Documentation

◆ VectorType

template<typename Scalar , int Dim>
typedef Matrix<Scalar, Dim, 1> Eigen::internal::vector_int_pair< Scalar, Dim >::VectorType

Constructor & Destructor Documentation

◆ vector_int_pair()

template<typename Scalar , int Dim>
Eigen::internal::vector_int_pair< Scalar, Dim >::vector_int_pair ( const VectorType v,
int  i 
)
inline
26 : first(v), second(i) {}
Array< int, Dynamic, 1 > v
Definition: Array_initializer_list_vector_cxx11.cpp:1
int i
Definition: BiCGSTAB_step_by_step.cpp:9
VectorType first
Definition: KdBVH.h:28
int second
Definition: KdBVH.h:29

Member Data Documentation

◆ first

template<typename Scalar , int Dim>
VectorType Eigen::internal::vector_int_pair< Scalar, Dim >::first

◆ second

template<typename Scalar , int Dim>
int Eigen::internal::vector_int_pair< Scalar, Dim >::second

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