11 #ifndef BRAINRAT_DATA_BVCLASS_H
12 #define BRAINRAT_DATA_BVCLASS_H
15 #include <cartobase/object/object.h>
16 #include <cartobase/object/property.h>
17 #include <cartobase/object/pythonreader_d.h>
18 #include <cartobase/object/pythonwriter_d.h>
39 removeProperty(
"n" );
40 removeProperty(
"p" );
41 removeProperty(
"d" );
42 removeProperty(
"h" );
64 printVector<bio::BVclass>(os, thing);
BVclass(double prior, std::string name="")
carto::Array< carto::Array< carto::Array< int > > > histo
BVclass(carto::Array< carto::Array< carto::Array< int > > > h, carto::Array< double > d, double prior=0.0, std::string name="")
carto::Array< double > density
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...
carto::Array< BVclass > BVclasses
std::ostream & operator<<(std::ostream &os, const bio::BVclass &thing)
std::ostream & operator<<(std::ostream &os, const carto::Array< bio::BVclass > &thing)