MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.SeparationPointStorage.Block Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, phmap_flat_hash_map_unsigned_long_long_std_array_Id_VertTag_3 smap, std_vector_Vector3_float coords, VertId shift, Triangulation tris, Vector_Id_VoxelTag_FaceId faceMap)
 
VertId nextVid (self)
 
VertId shift (self)
 
None shift (self, VertId arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
SeparationPointStorage.Block operator (*args, **kwargs)
 
SeparationPointStorage.Block operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_coords = 48
 
typing _offsetof_faceMap = 104
 
typing _offsetof_shift = 72
 
typing _offsetof_smap = 0
 
typing _offsetof_tris = 80
 

Detailed Description

Generated from:  MR::SeparationPointStorage::Block

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.SeparationPointStorage.Block.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.SeparationPointStorage.Block.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.SeparationPointStorage.Block.__init__ ( self,
phmap_flat_hash_map_unsigned_long_long_std_array_Id_VertTag_3 smap,
std_vector_Vector3_float coords,
VertId shift,
Triangulation tris,
Vector_Id_VoxelTag_FaceId faceMap )
Implicit aggregate constructor.

Member Function Documentation

◆ nextVid()

VertId mrmeshpy.SeparationPointStorage.Block.nextVid ( self)
during filling, it is the id of next valid point;

◆ operator() [1/2]

SeparationPointStorage.Block mrmeshpy.SeparationPointStorage.Block.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

SeparationPointStorage.Block mrmeshpy.SeparationPointStorage.Block.operator ( * args,
** kwargs )
static

◆ shift() [1/2]

VertId mrmeshpy.SeparationPointStorage.Block.shift ( self)
after makeUniqueVids(), it is the unique id of first point in coords

◆ shift() [2/2]

None mrmeshpy.SeparationPointStorage.Block.shift ( self,
VertId arg1 )

Member Data Documentation

◆ _offsetof_coords

typing mrmeshpy.SeparationPointStorage.Block._offsetof_coords = 48
staticprotected

◆ _offsetof_faceMap

typing mrmeshpy.SeparationPointStorage.Block._offsetof_faceMap = 104
staticprotected

◆ _offsetof_shift

typing mrmeshpy.SeparationPointStorage.Block._offsetof_shift = 72
staticprotected

◆ _offsetof_smap

typing mrmeshpy.SeparationPointStorage.Block._offsetof_smap = 0
staticprotected

◆ _offsetof_tris

typing mrmeshpy.SeparationPointStorage.Block._offsetof_tris = 80
staticprotected

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