Alembic: removed declaration of non-existing functions

Removed AbcMeshWriter::getMeshInfo() and AbcMeshWriter::getMaterialIndices().
This commit is contained in:
Sybren A. Stüvel 2019-01-15 14:09:06 +01:00
parent f16b9dc750
commit 2f2272f71a
1 changed files with 0 additions and 9 deletions

View File

@ -65,17 +65,8 @@ private:
void writeMesh(struct Mesh *mesh);
void writeSubD(struct Mesh *mesh);
void getMeshInfo(struct Mesh *mesh, std::vector<float> &points,
std::vector<int32_t> &facePoints,
std::vector<int32_t> &faceCounts,
std::vector<int32_t> &creaseIndices,
std::vector<int32_t> &creaseLengths,
std::vector<float> &creaseSharpness);
struct Mesh *getFinalMesh(bool &r_needsfree);
void getMaterialIndices(struct Mesh *mesh, std::vector<int32_t> &indices);
void writeArbGeoParams(struct Mesh *mesh);
void getGeoGroups(struct Mesh *mesh, std::map<std::string, std::vector<int32_t> > &geoGroups);