Changeset View
Changeset View
Standalone View
Standalone View
intern/opensubdiv/internal/evaluator/patch_map.cc
| Show All 17 Lines | |||||
| // distributed under the Apache License with the above modification is | // distributed under the Apache License with the above modification is | ||||
| // distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | // distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||||
| // KIND, either express or implied. See the Apache License for the specific | // KIND, either express or implied. See the Apache License for the specific | ||||
| // language governing permissions and limitations under the Apache License. | // language governing permissions and limitations under the Apache License. | ||||
| // | // | ||||
| // Modifications copyright 2021 Blender Foundation. All rights reserved. | // Modifications copyright 2021 Blender Foundation. All rights reserved. | ||||
| #include "internal/evaluator/patch_map.h" | #include "internal/evaluator/patch_map.h" | ||||
| #include <algorithm> | |||||
| using OpenSubdiv::Far::ConstPatchParamArray; | using OpenSubdiv::Far::ConstPatchParamArray; | ||||
| using OpenSubdiv::Far::Index; | using OpenSubdiv::Far::Index; | ||||
| using OpenSubdiv::Far::PatchParam; | using OpenSubdiv::Far::PatchParam; | ||||
| using OpenSubdiv::Far::PatchParamTable; | using OpenSubdiv::Far::PatchParamTable; | ||||
| using OpenSubdiv::Far::PatchTable; | using OpenSubdiv::Far::PatchTable; | ||||
| namespace blender { | namespace blender { | ||||
| ▲ Show 20 Lines • Show All 179 Lines • Show Last 20 Lines | |||||