Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/compression/mesh/mesh_encoder.h
| Context not available. | |||||
| const Mesh *mesh() const { return mesh_; } | const Mesh *mesh() const { return mesh_; } | ||||
| protected: | protected: | ||||
| bool EncodeGeometryData() override; | Status EncodeGeometryData() override; | ||||
| // Needs to be implemented by the derived classes. | // Needs to be implemented by the derived classes. | ||||
| virtual bool EncodeConnectivity() = 0; | virtual Status EncodeConnectivity() = 0; | ||||
| // Computes and sets the num_encoded_faces_ for the encoder. | // Computes and sets the num_encoded_faces_ for the encoder. | ||||
| virtual void ComputeNumberOfEncodedFaces() = 0; | virtual void ComputeNumberOfEncodedFaces() = 0; | ||||
| Context not available. | |||||