determines how to save points/lines/mesh More...
#include <MRSaveSettings.h>
Public Attributes | |
| bool | onlyValidPoints |
| bool | packPrimitives |
| const MRVertColors * | colors |
| optional per-vertex color to save with the geometry | |
| MRProgressCallback | progress |
| to report save progress and cancel saving if user desires | |
determines how to save points/lines/mesh
| const MRVertColors* MRSaveSettings::colors |
optional per-vertex color to save with the geometry
| bool MRSaveSettings::onlyValidPoints |
true - save valid points/vertices only (pack them); false - save all points/vertices preserving their indices
| bool MRSaveSettings::packPrimitives |
if it is turned on, then higher compression ratios are reached but the order of primitives (triangles in meshes or edges in polylines) is changed; currently this flag affects the saving in .ctm and .ply formats only
| MRProgressCallback MRSaveSettings::progress |
to report save progress and cancel saving if user desires