- we love information hiding!

This commit is contained in:
Guido Ranzuglia granzuglia 2012-07-25 06:54:45 +00:00
parent be3e17e7ad
commit 994c8aec4d
2 changed files with 0 additions and 6 deletions

View File

@ -728,11 +728,6 @@ bool& MeshModel::meshModified()
return this->modified;
}
int MeshModel::dataMask() const
{
return currentDataMask;
}
MeshLabRenderMesh::MeshLabRenderMesh()
:glw(),cm()
{

View File

@ -290,7 +290,6 @@ public:
// but it takes in input a mask coming from a filetype instead of a filter requirement (like topology etc)
void Enable(int openingFileMask);
int dataMask() const;
bool hasDataMask(const int maskToBeTested) const;
void updateDataMask(MeshModel *m);
void updateDataMask(int neededDataMask);