![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macro set used for shape measure class declaration. More...
#include <IPSDKBaseShapeAnalysis/Measure/BaseIndivisibleMeasure.h>#include <IPSDKBaseShapeAnalysis/Measure/BaseGenericMeasure.h>#include <IPSDKBaseShapeAnalysis/Measure/BaseGeometry2dMeasure.h>#include <IPSDKBaseShapeAnalysis/Measure/BaseGeometry3dMeasure.h>#include <IPSDKBaseShapeAnalysis/Measure/BaseIntensityMeasure.h>#include <IPSDKBaseShapeAnalysis/Measure/Result/ValueMeasureResult.h>#include <IPSDKBaseShapeAnalysis/Measure/Result/CollMeasureResult.h>#include <IPSDKUtil/Tools/ProcessingResult.h>#include <boost/type_traits/is_same.hpp>#include <boost/static_assert.hpp>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_MEASURE_BODY(libraryName, msrName) |
| macro allowing to declare measure body More... | |
| #define | IPSDK_DECLARE_INDIVISIBLE_MEASURE(libraryName, msrName) |
| macro allowing to declare a indivisible measure More... | |
| #define | IPSDK_DECLARE_GENERIC_MEASURE(libraryName, msrName) |
| macro allowing to declare a generic measure More... | |
| #define | IPSDK_DECLARE_GEOMETRY2D_MEASURE(libraryName, msrName) |
| macro allowing to declare a geometry 2d measure More... | |
| #define | IPSDK_DECLARE_GEOMETRY3D_MEASURE(libraryName, msrName) |
| macro allowing to declare a geometry 3d measure More... | |
| #define | IPSDK_DECLARE_INTENSITY_MEASURE(libraryName, msrName) |
| macro allowing to declare a intensity measure | |
Header part of macro set used for shape measure class declaration.
| #define IPSDK_DECLARE_MEASURE_BODY | ( | libraryName, | |
| msrName | |||
| ) |
macro allowing to declare measure body
| #define IPSDK_DECLARE_INDIVISIBLE_MEASURE | ( | libraryName, | |
| msrName | |||
| ) |
macro allowing to declare a indivisible measure
| #define IPSDK_DECLARE_GENERIC_MEASURE | ( | libraryName, | |
| msrName | |||
| ) |
macro allowing to declare a generic measure
| #define IPSDK_DECLARE_GEOMETRY2D_MEASURE | ( | libraryName, | |
| msrName | |||
| ) |
macro allowing to declare a geometry 2d measure
| #define IPSDK_DECLARE_GEOMETRY3D_MEASURE | ( | libraryName, | |
| msrName | |||
| ) |
macro allowing to declare a geometry 3d measure
1.8.14