ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::OnDemand);.
More...
|
| std::ostream & | operator<< (std::ostream &os, const bio::BVclass &thing) |
| |
| template<typename T> |
| BaseMeasureVector< T > | operator+ (const BaseMeasureVector< T > &aa, const BaseMeasureVector< T > &bb) |
| |
| template<typename T> |
| BaseMeasureVector< T > | operator- (const BaseMeasureVector< T > &aa, const BaseMeasureVector< T > &bb) |
| |
| template<typename T> |
| BaseMeasureVector< T > | operator* (const BaseMeasureVector< T > &aa, const T &bb) |
| |
| template<typename T> |
| BaseMeasureVector< T > | operator* (const T &aa, const BaseMeasureVector< T > &bb) |
| |
| template<typename T> |
| BaseMeasureVector< T > | operator/ (const BaseMeasureVector< T > &aa, const T &bb) |
| |
| template<typename T> |
| std::ostream & | operator<< (std::ostream &out, const bio::BaseMeasureVector< T > &aa) |
| |
| carto::GenericObject * | plaquesHelper (carto::GenericObject *o, const std::string &n, carto::PythonReader &r) |
| |
| void | plaquesHelper (const carto::GenericObject &obj, soma::PythonWriter &w, int ind, bool writeInternals) |
| |
| std::string | timeString (std::string format="%d-%m-%Y %H:%M:%S") |
| |
| DpyReader & | operator>> (DpyReader &reader, DpyData &thing) |
| |
| DpyWriter & | operator<< (DpyWriter &writer, const DpyData &thing) |
| |
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::OnDemand);.
p.get(Point3dl(x, y, z, t), processorindex); // returns copy of processed value p.get(processorindex); // returns reference to processed image
◆ BVclasses
◆ MeasureVector
◆ ImageProcessorMode
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator+()
◆ operator-()
◆ operator/()
◆ operator<<() [1/3]
◆ operator<<() [2/3]
| std::ostream & bio::operator<< |
( |
std::ostream & | os, |
|
|
const bio::BVclass & | thing ) |
◆ operator<<() [3/3]
◆ operator>>()
◆ plaquesHelper() [1/2]
| carto::GenericObject * bio::plaquesHelper |
( |
carto::GenericObject * | o, |
|
|
const std::string & | n, |
|
|
carto::PythonReader & | r ) |
◆ plaquesHelper() [2/2]
| void bio::plaquesHelper |
( |
const carto::GenericObject & | obj, |
|
|
soma::PythonWriter & | w, |
|
|
int | ind, |
|
|
bool | writeInternals ) |
◆ timeString()
| std::string bio::timeString |
( |
std::string | format = "%d-%m-%Y %H:%M:%S" | ) |
|