Fix -Wdeprecated-copy
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
using namespace MeshCore;
|
||||
using namespace Wm4;
|
||||
|
||||
MeshPointArray::MeshPointArray(const MeshPointArray& ary)
|
||||
: TMeshPointArray(ary)
|
||||
{
|
||||
}
|
||||
|
||||
unsigned long MeshPointArray::Get (const MeshPoint &rclPoint)
|
||||
{
|
||||
iterator clIter;
|
||||
@@ -97,6 +102,12 @@ void MeshPointArray::Transform(const Base::Matrix4D& mat)
|
||||
mat.multVec(*pP,*pP);
|
||||
}
|
||||
|
||||
MeshFacetArray::MeshFacetArray(const MeshFacetArray& ary)
|
||||
: TMeshFacetArray(ary)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void MeshFacetArray::Erase (_TIterator pIter)
|
||||
{
|
||||
unsigned long i, *pulN;
|
||||
|
||||
Reference in New Issue
Block a user