Macros | Functions
vnl_scalar_join_iterator.hxx File Reference
#include <list>
#include <iostream>
#include "vnl_scalar_join_iterator.h"
#include <cassert>
#include <vnl/vnl_matrix.h>

Go to the source code of this file.

Macros

#define VNL_SCALAR_JOIN_ITERATOR_INSTANTIATE(T)
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &s, const vnl_scalar_join_iterator_indexed_pair< T > &p)
 

Detailed Description

Author
Andrew W. Fitzgibbon, Oxford RRG
Date
27 Dec 96

Definition in file vnl_scalar_join_iterator.hxx.

Macro Definition Documentation

◆ VNL_SCALAR_JOIN_ITERATOR_INSTANTIATE

#define VNL_SCALAR_JOIN_ITERATOR_INSTANTIATE (   T)
Value:
template class VNL_EXPORT vnl_scalar_join_iterator_indexed_pair<T >;\
template class VNL_EXPORT vnl_scalar_join_iterator<T >; \
template VNL_EXPORT std::ostream& operator<<(std::ostream& s, const vnl_scalar_join_iterator_indexed_pair<T >& p);\
Database join on matrix columns.
std::ostream & operator<<(std::ostream &s, vnl_decnum const &r)
decimal output.
Definition: vnl_decnum.h:393
Helper class to hold the sorted arrays of indices.

Definition at line 18 of file vnl_scalar_join_iterator.hxx.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  s,
const vnl_scalar_join_iterator_indexed_pair< T > &  p 
)

Definition at line 43 of file vnl_scalar_join_iterator.hxx.