MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshC/MRPointsLoadSettings.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3#include "MRColor.h"
4#include "MRVector.h"
5
14
16
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
bool(* MRProgressCallback)(float)
Definition MRMeshC/MRMeshFwd.h:54
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19
MR_EXTERN_C_BEGIN struct MRPointsLoadSettings MRPointsLoadSettings
structure with settings and side output parameters for loading point cloud
MRMESHC_API MRPointsLoadSettings mrPointsLoadSettingsNew(void)
affine transformation: y = A*x + b, where A in VxV, and b in V
Definition MRMeshC/MRAffineXf.h:10
structure with settings and side output parameters for loading point cloud
Definition MRMeshC/MRPointsLoadSettings.h:9
MRAffineXf3f * outXf
transform for the loaded point cloud
Definition MRMeshC/MRPointsLoadSettings.h:11
MRProgressCallback callback
callback for set progress and stop process
Definition MRMeshC/MRPointsLoadSettings.h:12
MRVertColors * colors
points where to load point color map
Definition MRMeshC/MRPointsLoadSettings.h:10