#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>
Go to the source code of this file.
|
| bio |
| ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::OnDemand);.
|
|
| carto |
|
|
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) |
|
◆ printVector()
template<typename T >
void printVector |
( |
std::ostream & |
os, |
|
|
const std::vector< T > & |
thing |
|
) |
| |
|
inline |