|
brainrat-private 6.0.4
|
#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.
Classes | |
| class | bio::BaseMeasureVector< T > |
Namespaces | |
| namespace | bio |
| ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::OnDemand);. | |
| namespace | 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) |
|
inline |
Definition at line 294 of file measurevector.h.
Referenced by carto::operator<<(), carto::operator<<(), and carto::operator<<().