Differential D9642 Diff 31697 extern/draco/draco/src/draco/compression/attributes/sequential_attribute_decoder.h
Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/draco/src/draco/compression/attributes/sequential_attribute_decoder.h
- This file was moved from extern/draco/dracoenc/src/draco/compression/attributes/sequential_attribute_decoder.h.
| Show All 9 Lines | |||||
| // distributed under the License is distributed on an "AS IS" BASIS, | // distributed under the License is distributed on an "AS IS" BASIS, | ||||
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| // See the License for the specific language governing permissions and | // See the License for the specific language governing permissions and | ||||
| // limitations under the License. | // limitations under the License. | ||||
| // | // | ||||
| #ifndef DRACO_COMPRESSION_ATTRIBUTES_SEQUENTIAL_ATTRIBUTE_DECODER_H_ | #ifndef DRACO_COMPRESSION_ATTRIBUTES_SEQUENTIAL_ATTRIBUTE_DECODER_H_ | ||||
| #define DRACO_COMPRESSION_ATTRIBUTES_SEQUENTIAL_ATTRIBUTE_DECODER_H_ | #define DRACO_COMPRESSION_ATTRIBUTES_SEQUENTIAL_ATTRIBUTE_DECODER_H_ | ||||
| #include "draco/draco_features.h" | |||||
| #include "draco/compression/attributes/prediction_schemes/prediction_scheme_interface.h" | #include "draco/compression/attributes/prediction_schemes/prediction_scheme_interface.h" | ||||
| #include "draco/compression/point_cloud/point_cloud_decoder.h" | #include "draco/compression/point_cloud/point_cloud_decoder.h" | ||||
| #include "draco/draco_features.h" | |||||
| namespace draco { | namespace draco { | ||||
| // A base class for decoding attribute values encoded by the | // A base class for decoding attribute values encoded by the | ||||
| // SequentialAttributeEncoder. | // SequentialAttributeEncoder. | ||||
| class SequentialAttributeDecoder { | class SequentialAttributeDecoder { | ||||
| public: | public: | ||||
| SequentialAttributeDecoder(); | SequentialAttributeDecoder(); | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||