MeshLib
 
Loading...
Searching...
No Matches
MR::ModelPointsData Struct Reference

structure to contain pointers to model data More...

#include <MRGridSampling.h>

Public Attributes

const VertCoordspoints { nullptr }
 all points of model
 
const VertBitSetvalidPoints { nullptr }
 bitset of valid points
 
const AffineXf3fxf { nullptr }
 model world xf
 
ObjId fakeObjId {}
 if present this value will override ObjId in result ObjVertId
 

Detailed Description

structure to contain pointers to model data

Member Data Documentation

◆ fakeObjId

ObjId MR::ModelPointsData::fakeObjId {}

if present this value will override ObjId in result ObjVertId

◆ points

const VertCoords* MR::ModelPointsData::points { nullptr }

all points of model

◆ validPoints

const VertBitSet* MR::ModelPointsData::validPoints { nullptr }

bitset of valid points

◆ xf

const AffineXf3f* MR::ModelPointsData::xf { nullptr }

model world xf


The documentation for this struct was generated from the following file: