mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
- we love information hiding!
This commit is contained in:
parent
be3e17e7ad
commit
994c8aec4d
@ -728,11 +728,6 @@ bool& MeshModel::meshModified()
|
||||
return this->modified;
|
||||
}
|
||||
|
||||
int MeshModel::dataMask() const
|
||||
{
|
||||
return currentDataMask;
|
||||
}
|
||||
|
||||
MeshLabRenderMesh::MeshLabRenderMesh()
|
||||
:glw(),cm()
|
||||
{
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user