Sha256: 269343e8660eb6d49fb48b01824165c627bd1943361b30c5e6a09599e67a75ef
Contents?: true
Size: 841 Bytes
Versions: 10
Compression:
Stored size: 841 Bytes
Contents
/* * Copyright 2017 Uber Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** @file h3UniEdge.h * @brief H3UniEdge functions for manipulating unidirectional edge indexes. */ #ifndef H3UNIEDGE_H #define H3UNIEDGE_H #include "algos.h" #include "h3Index.h" // nothing non-public in this file #endif
Version data entries
10 entries across 10 versions & 1 rubygems