All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
InteriorLabelAnchorCategoryMapperFactory.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include "IInteriorLabelAnchorCategoryMapperFactory.h"
6 #include "Types.h"
7 #include "LabelLayer.h"
8 
9 namespace Eegeo
10 {
11  namespace Resources
12  {
13  namespace Interiors
14  {
15  namespace Builder
16  {
18  {
19  public:
21  Labels::LabelLayer::IdType labelLayerId);
22 
24 
25  private:
26  Labels::ILabelAnchorCategoryRepository& m_labelAnchorCategoryRepository;
27  Labels::LabelLayer::IdType m_labelLayerId;
28  };
29  }
30  }
31  }
32 }
33