12 #include "GroupRepository.h"
13 #include "ModelImporter3DF.h"
17 #include "SegmentKey3DF.h"
22 GroupRepository3DF(SegmentKey
const & includeSegmentKey, GeometryImporter& geometryImporter,
23 VisibilityChecker& visibilityChecker, ImageRepository& imageRepository,
30 virtual void ApplyGroupColors(SegmentKey & segment, SUColor
const & color);
31 virtual void ApplyGroupTextures(SegmentKey & segment, int32_t
const groupTextureId, std::string
const & imageName);
33 virtual bool InsertInstance(SegmentKey & segment, SegmentKey & includeSegment, std::vector<double>
const & doubleTransform,
bool const isVisible);
Definition: GroupRepository3DF.h:19
Definition: ModelImporter3DF.h:16