MeshLib
 
Loading...
Searching...
No Matches
MRObjectPointsHistory.h
Go to the documentation of this file.
1#pragma once
2
3#include "exports.h"
4#include <MRMesh/MRMeshFwd.h>
5#include <memory>
6
7namespace MR
8{
9
12MRVIEWER_API void packPointsWithHistory( const std::shared_ptr<ObjectPoints>& objPoints, Reorder reoder );
13
16MRVIEWER_API void packPointsWithHistory( const std::shared_ptr<ObjectPoints>& objPoints, Reorder reoder, VertBitSet newValidVerts );
17
18} //namespace MR
Definition MRDotNet/MRBitSet.h:39
Definition MRCameraOrientationPlugin.h:7
MRVIEWER_API void packPointsWithHistory(const std::shared_ptr< ObjectPoints > &objPoints, Reorder reoder)
Reorder
determines how points to be ordered
Definition MRMesh/MRMeshFwd.h:606