brainrat-private  5.1.2
measurevector.h File Reference
#include <sstream>
#include <vector>
#include <math.h>
#include <aims/def/assert.h>
#include <cartobase/object/object.h>
#include <cartobase/object/property.h>
#include <cartobase/smart/rcptr.h>
#include <brainrat/object/array.h>
Include dependency graph for measurevector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::BaseMeasureVector< T >
 

Namespaces

 bio
 ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::OnDemand);.
 
 carto
 

Typedefs

typedef bio::BaseMeasureVector< double > bio::MeasureVector
 

Functions

template<typename T >
BaseMeasureVector< T > bio::operator+ (const BaseMeasureVector< T > &aa, const BaseMeasureVector< T > &bb)
 
template<typename T >
BaseMeasureVector< T > bio::operator- (const BaseMeasureVector< T > &aa, const BaseMeasureVector< T > &bb)
 
template<typename T >
BaseMeasureVector< T > bio::operator* (const BaseMeasureVector< T > &aa, const T &bb)
 
template<typename T >
BaseMeasureVector< T > bio::operator* (const T &aa, const BaseMeasureVector< T > &bb)
 
template<typename T >
BaseMeasureVector< T > bio::operator/ (const BaseMeasureVector< T > &aa, const T &bb)
 
template<typename T >
std::ostream & bio::operator<< (std::ostream &out, const bio::BaseMeasureVector< T > &aa)
 
template<typename T >
void printVector (std::ostream &os, const std::vector< T > &thing)
 
std::ostream & carto::operator<< (std::ostream &os, const carto::Array< double > &thing)
 
std::ostream & carto::operator<< (std::ostream &os, const carto::Array< int > &thing)
 

Function Documentation

◆ printVector()

template<typename T >
void printVector ( std::ostream &  os,
const std::vector< T > &  thing 
)
inline

Definition at line 294 of file measurevector.h.