Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/mesh/mesh.h
| Context not available. | |||||
| #include <memory> | #include <memory> | ||||
| #include "draco/draco_features.h" | |||||
| #include "draco/attributes/geometry_indices.h" | #include "draco/attributes/geometry_indices.h" | ||||
| #include "draco/core/hash_utils.h" | #include "draco/core/hash_utils.h" | ||||
| #include "draco/core/macros.h" | #include "draco/core/macros.h" | ||||
| #include "draco/core/status.h" | |||||
| #include "draco/draco_features.h" | |||||
| #include "draco/point_cloud/point_cloud.h" | #include "draco/point_cloud/point_cloud.h" | ||||
| namespace draco { | namespace draco { | ||||
| Context not available. | |||||
| }; | }; | ||||
| protected: | protected: | ||||
| #ifdef DRACO_ATTRIBUTE_DEDUPLICATION_SUPPORTED | #ifdef DRACO_ATTRIBUTE_INDICES_DEDUPLICATION_SUPPORTED | ||||
| // Extends the point deduplication to face corners. This method is called from | // Extends the point deduplication to face corners. This method is called from | ||||
| // the PointCloud::DeduplicatePointIds() and it remaps all point ids stored in | // the PointCloud::DeduplicatePointIds() and it remaps all point ids stored in | ||||
| // |faces_| to the new deduplicated point ids using the map |id_map|. | // |faces_| to the new deduplicated point ids using the map |id_map|. | ||||
| Context not available. | |||||