#include "otbOpenCVUtils.h"
#include <vector>
Go to the source code of this file.
◆ OTB_CV_WRAP_CSTREF_GET
#define OTB_CV_WRAP_CSTREF_GET |
( |
|
type, |
|
|
|
name |
|
) |
| virtual const type& get##name() const override; |
◆ OTB_CV_WRAP_PROPERTY
#define OTB_CV_WRAP_PROPERTY |
( |
|
type, |
|
|
|
name |
|
) |
| |
Value: virtual type get##name() const override; \
virtual void set##name(type val) override;
Definition at line 60 of file otbCvRTreesWrapper.h.
◆ OTB_CV_WRAP_PROPERTY_REF
#define OTB_CV_WRAP_PROPERTY_REF |
( |
|
type, |
|
|
|
name |
|
) |
| |
Value: virtual type get##name() const override; \
virtual void set##name(const type& val) override;
Definition at line 64 of file otbCvRTreesWrapper.h.