HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HUSD_Merge.h
Go to the documentation of this file.
1 /*
2  * Copyright 2019 Side Effects Software Inc.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17 
18 #ifndef __HUSD_Merge_h__
19 #define __HUSD_Merge_h__
20 
21 #include "HUSD_API.h"
22 #include "HUSD_DataHandle.h"
23 #include "HUSD_Utils.h"
24 #include <GU/GU_DetailHandle.h>
25 #include <UT/UT_StringArray.h>
26 #include <UT/UT_UniquePtr.h>
27 
36 };
37 
39 {
40 public:
41  HUSD_Merge(HUSD_MergeStyle merge_style,
42  HUSD_StripLayerResponse response,
43  bool striplayerbreaks);
44  ~HUSD_Merge();
45 
46  bool addHandle(const HUSD_DataHandle &src,
47  const UT_StringHolder &dest_path =
49  bool addLayer(const UT_StringRef &filepath,
50  const UT_StringMap<UT_StringHolder> &refargs =
52  const GU_DetailHandle &gdh =
53  GU_DetailHandle());
54 
55  const HUSD_LoadMasksPtr &mergedLoadMasks() const;
56  bool execute(HUSD_AutoWriteLock &lock,
57  bool replace_all = false) const;
58 
59 private:
60  class husd_MergePrivate;
61 
63  HUSD_MergeStyle myMergeStyle;
64  HUSD_StripLayerResponse myStripLayerResponse;
65  bool myStripLayerBreaks;
66 };
67 
68 #endif
69 
UT_SharedPtr< HUSD_LoadMasks > HUSD_LoadMasksPtr
#define HUSD_API
Definition: HUSD_API.h:32
std::unique_ptr< T, Deleter > UT_UniquePtr
A smart pointer for unique ownership of dynamically allocated objects.
Definition: UT_UniquePtr.h:39
static const UT_StringHolder theEmptyString
HUSD_StripLayerResponse
Definition: HUSD_Utils.h:91
HUSD_MergeStyle
Definition: HUSD_Merge.h:28
GLenum src
Definition: glcorearb.h:1793