Skip to content

Remove as much warnings as possible #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion SolARFramework.pro
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ DEFINES += "_BCOM_SHARED=__declspec(dllexport)"

include (SolARFramework.pri)

DEFINES += XPCF_DISABLE_ATTRIBUTES

unix {
# Avoids adding install steps manually. To be commented to have a better control over them.
QMAKE_POST_LINK += "make install"
QMAKE_POST_LINK += "$(MAKE) install"
}

linux {
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/display/I2DOverlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace display {
* This class provides drawing methods to overlay 2D debug informations on top of an image.
*/

class [[xpcf::clientUUID("f7d538cd-1d6f-4daa-8701-3e31357c213e")]] [[xpcf::serverUUID("ad47d50c-83d6-4b63-af31-8cf3642addd0")]] I2DOverlay :
class XPCF_CLIENTUUID("f7d538cd-1d6f-4daa-8701-3e31357c213e") XPCF_SERVERUUID("ad47d50c-83d6-4b63-af31-8cf3642addd0") I2DOverlay :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief I2DOverlay default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/display/I3DOverlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace display {
*
* This class provides drawing method to overlay 3D debug informations on top of an image.
*/
class [[xpcf::clientUUID("ce48f688-bb48-4d61-800c-e504c0d060a8")]] [[xpcf::serverUUID("cb391967-f407-4a67-b092-26d44de001ce")]] I3DOverlay :
class XPCF_CLIENTUUID("ce48f688-bb48-4d61-800c-e504c0d060a8") XPCF_SERVERUUID("cb391967-f407-4a67-b092-26d44de001ce") I3DOverlay :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief I3DOverlay default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/display/I3DPointsViewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace display {
*
* This class provides a viewer to display points cloud in a window.
*/
class [[xpcf::clientUUID("423cd9a6-f93a-4e1b-88f0-0762c1db5db3")]] [[xpcf::serverUUID("15e7a40b-9269-40a1-b95d-7139cff7ee4c")]] I3DPointsViewer :
class XPCF_CLIENTUUID("423cd9a6-f93a-4e1b-88f0-0762c1db5db3") XPCF_SERVERUUID("15e7a40b-9269-40a1-b95d-7139cff7ee4c") I3DPointsViewer :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief I3DPointsViewer default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/display/IImageViewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace display {
* This class provides a viewer to display an image in a window.
*/

class [[xpcf::clientUUID("a580d26e-331d-42d4-8bfe-f19913ba97fb")]] [[xpcf::serverUUID("b99d8c4e-10ef-4d7a-ba7c-dfa114cf1620")]] IImageViewer :
class XPCF_CLIENTUUID("a580d26e-331d-42d4-8bfe-f19913ba97fb") XPCF_SERVERUUID("b99d8c4e-10ef-4d7a-ba7c-dfa114cf1620") IImageViewer :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
virtual ~IImageViewer() = default;
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/display/IMaskOverlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace display {
* <TT>UUID: 35a2454a-cb09-44ac-b2ce-0b0732175f94</TT>
*/

class [[xpcf::clientUUID("10d2d826-714e-4eb9-91d4-9c577585ddfe")]] [[xpcf::serverUUID("86974141-74a8-40a2-8150-c20eda855ed4")]] IMaskOverlay :
class XPCF_CLIENTUUID("10d2d826-714e-4eb9-91d4-9c577585ddfe") XPCF_SERVERUUID("86974141-74a8-40a2-8150-c20eda855ed4") IMaskOverlay :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IMaskOverlay default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/display/IMatchesOverlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace display {
*
* This class provides drawing method to overlay matches between two images.
*/
class [[xpcf::clientUUID("a35aa6c7-ce39-4158-866d-5b0210267c12")]] [[xpcf::serverUUID("ef9096d0-c4ec-430d-8424-993b9010e3e3")]] IMatchesOverlay :
class XPCF_CLIENTUUID("a35aa6c7-ce39-4158-866d-5b0210267c12") XPCF_SERVERUUID("ef9096d0-c4ec-430d-8424-993b9010e3e3") IMatchesOverlay :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IMatchesOverlay default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/I2DTrackablesDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace features {
* @brief <B>Detect a set of given 2D trackables in an image.</B>
* <TT>UUID: 607d0b0d-766d-4ff2-9b72-45c555f9726f</TT>
*/
class [[xpcf::clientUUID("b62759a5-069a-40b0-846e-71f6adc9cb5e")]] [[xpcf::serverUUID("b73bdd5a-aecb-4e63-b40f-cd05fa7b8490")]] I2DTrackablesDetector :
class XPCF_CLIENTUUID("b62759a5-069a-40b0-846e-71f6adc9cb5e") XPCF_SERVERUUID("b73bdd5a-aecb-4e63-b40f-cd05fa7b8490") I2DTrackablesDetector :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
///@brief I2DTrackablesDetector default constructor.
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IContoursExtractor.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace features {
*/


class [[xpcf::clientUUID("892788ad-8366-4d79-aec8-92aa4ed34665")]] [[xpcf::serverUUID("a2e6ed26-7795-407b-b7e6-e04140c8ab80")]] IContoursExtractor :
class XPCF_CLIENTUUID("892788ad-8366-4d79-aec8-92aa4ed34665") XPCF_SERVERUUID("a2e6ed26-7795-407b-b7e6-e04140c8ab80") IContoursExtractor :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IContoursExtractor default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IContoursFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace features {
* This class provides a filtering method to prune a set of contours.
*/

class [[xpcf::clientUUID("a8cad1a4-be07-43df-90f3-4bf7d7481528")]] [[xpcf::serverUUID("571317b1-4fe5-44cc-bf86-4c4c079150c3")]] IContoursFilter :
class XPCF_CLIENTUUID("a8cad1a4-be07-43df-90f3-4bf7d7481528") XPCF_SERVERUUID("571317b1-4fe5-44cc-bf86-4c4c079150c3") IContoursFilter :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IContoursFilter default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/ICornerRefinement.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace features {
*
* This class provides a method to refine the corner locations.
*/
class [[xpcf::clientUUID("b33148d7-0366-4167-a641-1efb43869715")]] [[xpcf::serverUUID("c730d426-c7ee-41ec-acae-31bc0a98329c")]] ICornerRefinement :
class XPCF_CLIENTUUID("b33148d7-0366-4167-a641-1efb43869715") XPCF_SERVERUUID("c730d426-c7ee-41ec-acae-31bc0a98329c") ICornerRefinement :
virtual public org::bcom::xpcf::IComponentIntrospect {

public:
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IDescriptorMatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace features {
* <TT>UUID: dda38a40-c50a-4e7d-8433-0f04c7c98518</TT>
* Just implement the first interface, the second interface is implemented in ADescriptorMatcher.
*/
class [[xpcf::clientUUID("97adde0e-bb1f-45ee-b9de-3ce6b1275550")]] [[xpcf::serverUUID("b273541a-ec8c-4614-9b3e-7b11d27ac9f7")]] IDescriptorMatcher :
class XPCF_CLIENTUUID("97adde0e-bb1f-45ee-b9de-3ce6b1275550") XPCF_SERVERUUID("b273541a-ec8c-4614-9b3e-7b11d27ac9f7") IDescriptorMatcher :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IDescriptorMatcher default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IDescriptorMatcherGeometric.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace features {
* <TT>UUID: 2ed445a6-32f3-44a1-9dc5-3b0cfec778db</TT>
* Just implement the first interface, the second interface is implemented in ADescriptorMatcherGeometric.
*/
class [[xpcf::clientUUID("1bd62a3f-3376-45c3-a980-94d042ae509f")]] [[xpcf::serverUUID("75930efc-a96e-4d07-86b0-2ab2d9ea0102")]] IDescriptorMatcherGeometric :
class XPCF_CLIENTUUID("1bd62a3f-3376-45c3-a980-94d042ae509f") XPCF_SERVERUUID("75930efc-a96e-4d07-86b0-2ab2d9ea0102") IDescriptorMatcherGeometric :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IDescriptorMatcherGeometric default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IDescriptorMatcherRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace features {
* <TT>UUID: bdef063d-96de-4425-83c5-fec7b7e448c8</TT>
* Just implement the first interface, the second and third interface are implemented in ADescriptorMatcherRegion.
*/
class [[xpcf::clientUUID("92474130-2e1c-471c-aafe-c84c5144552f")]] [[xpcf::serverUUID("b4ca2b4f-cbcc-4688-be15-301b3d4b081c")]] IDescriptorMatcherRegion :
class XPCF_CLIENTUUID("92474130-2e1c-471c-aafe-c84c5144552f") XPCF_SERVERUUID("b4ca2b4f-cbcc-4688-be15-301b3d4b081c") IDescriptorMatcherRegion :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IDescriptorMatcherRegion default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IDescriptorMatcherStereo.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace features {
* <TT>UUID: 272f1ef0-c269-4631-b75c-fc7316d10915</TT>
* Just implement the first interface, the second interface is implemented in ADescriptorMatcherStereo.
*/
class [[xpcf::clientUUID("06bc0b35-6240-4bb9-ae8a-1de2c5f77a13")]] [[xpcf::serverUUID("9f72e88e-ca7a-4ac9-af81-cf08382dda03")]] IDescriptorMatcherStereo :
class XPCF_CLIENTUUID("06bc0b35-6240-4bb9-ae8a-1de2c5f77a13") XPCF_SERVERUUID("9f72e88e-ca7a-4ac9-af81-cf08382dda03") IDescriptorMatcherStereo :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IDescriptorMatcherStereo constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IDescriptorsExtractor.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace features {
*
* This class provides a method to extract descriptors from a set of keypoints
*/
class [[xpcf::clientUUID("79b1a2c4-639c-42ef-832f-130cf6131271")]] [[xpcf::serverUUID("a5bcfadd-4a12-45b3-a90f-0f1a82d51d12")]] IDescriptorsExtractor :
class XPCF_CLIENTUUID("79b1a2c4-639c-42ef-832f-130cf6131271") XPCF_SERVERUUID("a5bcfadd-4a12-45b3-a90f-0f1a82d51d12") IDescriptorsExtractor :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
///
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IDescriptorsExtractorFromImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace features {
*
* This class provides a method to extract descriptors directly from an image
*/
class [[xpcf::clientUUID("6ed44a98-6743-414e-84de-970fab9b3507")]] [[xpcf::serverUUID("1df6caec-4032-48ae-9a46-72e40aadf0a5")]] IDescriptorsExtractorFromImage :
class XPCF_CLIENTUUID("6ed44a98-6743-414e-84de-970fab9b3507") XPCF_SERVERUUID("1df6caec-4032-48ae-9a46-72e40aadf0a5") IDescriptorsExtractorFromImage :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IDescriptorsExtractorFromImage default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IDescriptorsExtractorSBPattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace features {
*
* This class provides a method to extract descriptors of a squared binary pattern by simply concatenating pattern rows in a single vector.
*/
class [[xpcf::clientUUID("c2a230ae-6fb0-4e30-b06c-05c29c6feb9b")]] [[xpcf::serverUUID("b79db157-da75-4e58-be04-f82a7c54dc7c")]] IDescriptorsExtractorSBPattern :
class XPCF_CLIENTUUID("c2a230ae-6fb0-4e30-b06c-05c29c6feb9b") XPCF_SERVERUUID("b79db157-da75-4e58-be04-f82a7c54dc7c") IDescriptorsExtractorSBPattern :
virtual public org::bcom::xpcf::IComponentIntrospect {

public:
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IFeatureWithDepthFromStereo.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace features {
* @brief <B>Perform feature extraction and keypoint depth estimation from each stereo images.</B>
* <TT>UUID: 10853f36-c0c0-4afb-81b8-0b1a06ca4e71</TT>
*/
class [[xpcf::clientUUID("23c6b83f-d6a2-415b-a7ba-21556d28cad9")]] [[xpcf::serverUUID("a5a81922-7bac-44b1-a561-9c7b83a07589")]] IFeatureWithDepthFromStereo :
class XPCF_CLIENTUUID("23c6b83f-d6a2-415b-a7ba-21556d28cad9") XPCF_SERVERUUID("a5a81922-7bac-44b1-a561-9c7b83a07589") IFeatureWithDepthFromStereo :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IFeatureWithDepthFromStereo constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IImageMatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace features {
*/


class [[xpcf::clientUUID("0fcb5bf1-7251-4c7d-a3cc-3da7b4c306f4")]] [[xpcf::serverUUID("6b8f3e75-1745-45aa-a3bc-ac9c76c4d7db")]] IImageMatcher:
class XPCF_CLIENTUUID("0fcb5bf1-7251-4c7d-a3cc-3da7b4c306f4") XPCF_SERVERUUID("6b8f3e75-1745-45aa-a3bc-ac9c76c4d7db") IImageMatcher:
virtual public org::bcom::xpcf::IComponentIntrospect
{
public:
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IKeypointDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace features {
*
* This class provides a method to detect the keypoint from an image using different kind of method (SURF, ORB, SIFT, etc.).
*/
class [[xpcf::clientUUID("e16c54b9-bec7-46f3-9118-e884f60792e8")]] [[xpcf::serverUUID("7094b3a7-e257-46bf-84c5-c5e5ce3b8d39")]] IKeypointDetector :
class XPCF_CLIENTUUID("e16c54b9-bec7-46f3-9118-e884f60792e8") XPCF_SERVERUUID("7094b3a7-e257-46bf-84c5-c5e5ce3b8d39") IKeypointDetector :
virtual public org::bcom::xpcf::IComponentIntrospect {

public:
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IKeypointDetectorRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace features {
*
* This class provides a method to detect the keypoint from an given region of an image using different kind of method (SURF, ORB, SIFT, etc.).
*/
class [[xpcf::clientUUID("984ae965-bc03-42d4-8acd-7dcb4e9ac4aa")]] [[xpcf::serverUUID("ecce7865-2ae3-4b51-b267-28067beb742c")]] IKeypointDetectorRegion :
class XPCF_CLIENTUUID("984ae965-bc03-42d4-8acd-7dcb4e9ac4aa") XPCF_SERVERUUID("ecce7865-2ae3-4b51-b267-28067beb742c") IKeypointDetectorRegion :
virtual public org::bcom::xpcf::IComponentIntrospect {

public:
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IKeypointsReIndexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace features {
* @brief <B>Reorganizes the keypoints detected from two images that match together in two vector of points where the nth point of the first vector matches with the nth point of the second vector.</B>
* <TT>UUID: 920e64a2-df17-11e7-80c1-9a214cf093ae</TT>
*/
class [[xpcf::clientUUID("681727ef-5122-4b21-8cd0-e56314c215bc")]] [[xpcf::serverUUID("0305c89a-f5f2-46ce-a3a3-c795179f8e8c")]] IKeypointsReIndexer :
class XPCF_CLIENTUUID("681727ef-5122-4b21-8cd0-e56314c215bc") XPCF_SERVERUUID("0305c89a-f5f2-46ce-a3a3-c795179f8e8c") IKeypointsReIndexer :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IKeypointsReIndexer default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/IMatchesFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace features {
* @brief <B>Filters a set of matches.</B>
* <TT>UUID: e0d6cc82-6af2-493d-901a-2384fca0b16f</TT>
*/
class [[xpcf::clientUUID("72253404-a06f-4b3f-996e-b17d5aaba9b4")]] [[xpcf::serverUUID("04f5af9a-c533-4776-ad25-f7f0f80315ee")]]IMatchesFilter :
class XPCF_CLIENTUUID("72253404-a06f-4b3f-996e-b17d5aaba9b4") XPCF_SERVERUUID("04f5af9a-c533-4776-ad25-f7f0f80315ee")IMatchesFilter :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
///@brief IMatchesFilter default constructor.
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/features/ISBPatternReIndexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace features {
* @brief <B>Gives both the 4 corners of a pattern in its reference coordinate system (pixels, cells, etc.) and the 4 corners in pixels of this pattern in the current image.</B>
* <TT>UUID: 79c5b810-d557-11e7-9296-cec278b6b50a</TT>
*/
class [[xpcf::clientUUID("f6633107-382c-44d1-bbee-e3223946f608")]] [[xpcf::serverUUID("2c59c1e6-c757-4147-9c97-12cd7878f88d")]] ISBPatternReIndexer :
class XPCF_CLIENTUUID("f6633107-382c-44d1-bbee-e3223946f608") XPCF_SERVERUUID("2c59c1e6-c757-4147-9c97-12cd7878f88d") ISBPatternReIndexer :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief ISBPatternReIndexer default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/fusion/IVisualInertialFusion.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct VisionData {
*
* This class provides a fusion method to process inputs from both visual and inertial sensors.
*/
class [[xpcf::clientUUID("71f122b4-e42a-498e-8792-4a4807f7d61d")]] [[xpcf::serverUUID("10fa56bd-9679-47c3-86d8-2956edc18783")]] IVisualInertialFusion :
class XPCF_CLIENTUUID("71f122b4-e42a-498e-8792-4a4807f7d61d") XPCF_SERVERUUID("10fa56bd-9679-47c3-86d8-2956edc18783") IVisualInertialFusion :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IVisualInertialFusion default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/I2DPointsRectification.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace geom {
* <TT>UUID: 188e9e9c-6d73-4495-9d9f-3bc5d35c4b43</TT>
* Just implement the first interface, the second interface is implemented in A2DPointsRectification.
*/
class [[xpcf::clientUUID("7ec39cd6-c0e1-4b4d-a064-e42e56fc258b")]] [[xpcf::serverUUID("e02ef0d2-b3b1-4a2d-b088-f236b9447fed")]] I2DPointsRectification :
class XPCF_CLIENTUUID("7ec39cd6-c0e1-4b4d-a064-e42e56fc258b") XPCF_SERVERUUID("e02ef0d2-b3b1-4a2d-b088-f236b9447fed") I2DPointsRectification :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief I2DPointsRectification constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/I2DTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace geom {
* <TT>UUID: dbf5a8a1-cbcb-4a95-8dfd-4d9d5877e56f</TT>
*/

class [[xpcf::clientUUID("125ebd15-d7b2-4f20-98a9-572a48d477bf")]] [[xpcf::serverUUID("e59ed354-1ddc-4f89-b445-31001e0acc67")]] I2DTransform :
class XPCF_CLIENTUUID("125ebd15-d7b2-4f20-98a9-572a48d477bf") XPCF_SERVERUUID("e59ed354-1ddc-4f89-b445-31001e0acc67") I2DTransform :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief I2DTransform default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/I3DTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace geom {
* <TT>UUID: 9c1052b2-46c0-467b-8363-36f19b6b445f</TT>
*/

class [[xpcf::clientUUID("600dd260-12ff-4fa3-877a-0db9d490e20e")]] [[xpcf::serverUUID("a8c4d66c-b112-49a2-9eae-d9e1fd0e34b5")]] I3DTransform :
class XPCF_CLIENTUUID("600dd260-12ff-4fa3-877a-0db9d490e20e") XPCF_SERVERUUID("a8c4d66c-b112-49a2-9eae-d9e1fd0e34b5") I3DTransform :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief I3DTransform default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/IDepthEstimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace geom {
* @brief <B>Depth estimation based on disparity of matched features.</B>
* <TT>UUID: 0d3c4b5d-bbb2-4adc-80b0-b7e8720a704d</TT>
*/
class [[xpcf::clientUUID("a0d958fd-53ed-490b-aec4-2a5a93a60d98")]] [[xpcf::serverUUID("d47a2503-e1c6-4db2-9bff-52a3259bcbe1")]] IDepthEstimation :
class XPCF_CLIENTUUID("a0d958fd-53ed-490b-aec4-2a5a93a60d98") XPCF_SERVERUUID("d47a2503-e1c6-4db2-9bff-52a3259bcbe1") IDepthEstimation :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IDepthEstimation constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/IImage2WorldMapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace geom {
* <TT>UUID: 67bcd080-258d-4b16-b693-cd30c013eb05</TT>
*/

class [[xpcf::clientUUID("79e05ea9-ff48-45fd-aa04-bad8441bf8b0")]] [[xpcf::serverUUID("2dcd37ad-0c08-4793-b249-b0dd56b5bf12")]] IImage2WorldMapper :
class XPCF_CLIENTUUID("79e05ea9-ff48-45fd-aa04-bad8441bf8b0") XPCF_SERVERUUID("2dcd37ad-0c08-4793-b249-b0dd56b5bf12") IImage2WorldMapper :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IImage2WorldMapper default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/IProject.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace geom {
* <TT>UUID: b485f37d-a8ea-49f6-b361-f2b30777d9ba</TT>
*/

class [[xpcf::clientUUID("64351b8a-7801-4ca9-841f-a4254506abc3")]] [[xpcf::serverUUID("8edec0aa-8547-49b0-a1a5-0eb148e44386")]] IProject :
class XPCF_CLIENTUUID("64351b8a-7801-4ca9-841f-a4254506abc3") XPCF_SERVERUUID("8edec0aa-8547-49b0-a1a5-0eb148e44386") IProject :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IProjection default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/IReprojectionStereo.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace geom {
* <TT>UUID: 166a0aad-8c0a-4cdc-9edf-41ff9e514212</TT>
* Just implement the first and second interface, the third interface is implemented in AReprojectionStereo.
*/
class [[xpcf::clientUUID("6bb5443e-ffa3-47f1-9276-54577fcd5368")]] [[xpcf::serverUUID("f9ebdfd6-1066-475a-8b72-d51ef3ceadb8")]] IReprojectionStereo :
class XPCF_CLIENTUUID("6bb5443e-ffa3-47f1-9276-54577fcd5368") XPCF_SERVERUUID("f9ebdfd6-1066-475a-8b72-d51ef3ceadb8") IReprojectionStereo :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IReprojectionStereo constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/IUndistortPoints.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace geom {
* <TT>UUID: a345a1d2-c3f3-497f-948b-cd1a199e6657</TT>
*/

class [[xpcf::clientUUID("9833188d-b7c6-4600-9032-35b0c4119eea")]] [[xpcf::serverUUID("def64009-6792-4e4f-b467-d17309232147")]] IUndistortPoints :
class XPCF_CLIENTUUID("9833188d-b7c6-4600-9032-35b0c4119eea") XPCF_SERVERUUID("def64009-6792-4e4f-b467-d17309232147") IUndistortPoints :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IUndistortPoints default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/geom/IUnproject.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace geom {
* <TT>UUID: 21113a74-de60-4a3c-8b65-f3112beb3dc6</TT>
*/

class [[xpcf::clientUUID("7e71a7db-6a67-4c28-ad40-1922370fdc00")]] [[xpcf::serverUUID("10dc5091-bf42-4a0d-8573-0a099220da39")]] IUnproject :
class XPCF_CLIENTUUID("7e71a7db-6a67-4c28-ad40-1922370fdc00") XPCF_SERVERUUID("10dc5091-bf42-4a0d-8573-0a099220da39") IUnproject :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
/// @brief IUnproject default constructor
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/image/IImageConvertor.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace image {
* @brief <B>Converts image with a specific layout.</B>
* <TT>UUID: 9c982719-6cb4-4831-aa88-9e01afacbd16</TT>
*/
class [[xpcf::clientUUID("1977563c-c43f-4e5f-8df2-464d162889c3")]] [[xpcf::serverUUID("36458944-2986-49be-8ebf-55f2d12cc9dc")]] IImageConvertor :
class XPCF_CLIENTUUID("1977563c-c43f-4e5f-8df2-464d162889c3") XPCF_SERVERUUID("36458944-2986-49be-8ebf-55f2d12cc9dc") IImageConvertor :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
IImageConvertor() = default;
Expand Down
2 changes: 1 addition & 1 deletion interfaces/api/image/IImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace image {
* <TT>UUID: f7948ae2-e994-416f-be40-dd404ca03a83</TT>
*
*/
class [[xpcf::clientUUID("4b446acb-eb14-4f06-952d-722dd21ee4da")]] [[xpcf::serverUUID("639e76f5-322c-4599-a72c-bc8cfa2ceae3")]] IImageFilter :
class XPCF_CLIENTUUID("4b446acb-eb14-4f06-952d-722dd21ee4da") XPCF_SERVERUUID("639e76f5-322c-4599-a72c-bc8cfa2ceae3") IImageFilter :
virtual public org::bcom::xpcf::IComponentIntrospect {
public:
IImageFilter() = default;
Expand Down
Loading