Go to the source code of this file.
◆ MR_EdgeMap
◆ MR_FaceMap
◆ MR_VertMap
◆ MR_edgeMapsComposition_const_MR_EdgeMap_ref()
returns map a2c from a2b and b2c maps Generated from function MR::edgeMapsComposition
. Parameter a2b
can not be null. It is a single object. Parameter b2c
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_EdgeMap_Destroy()
to free it when you're done using it.
◆ MR_edgeMapsComposition_MR_EdgeMap_ref()
updates a2b map to a2c map using b2c map Generated from function MR::edgeMapsComposition
. Parameter a2b
can not be null. It is a single object. Parameter b2c
can not be null. It is a single object.
◆ MR_faceMapsComposition_const_MR_FaceMap_ref()
returns map a2c from a2b and b2c maps Generated from function MR::faceMapsComposition
. Parameter a2b
can not be null. It is a single object. Parameter b2c
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_FaceMap_Destroy()
to free it when you're done using it.
◆ MR_faceMapsComposition_MR_FaceMap_ref()
updates a2b map to a2c map using b2c map Generated from function MR::faceMapsComposition
. Parameter a2b
can not be null. It is a single object. Parameter b2c
can not be null. It is a single object.
◆ MR_vertMapsComposition_const_MR_VertMap_ref()
returns map a2c from a2b and b2c maps Generated from function MR::vertMapsComposition
. Parameter a2b
can not be null. It is a single object. Parameter b2c
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_VertMap_Destroy()
to free it when you're done using it.
◆ MR_vertMapsComposition_MR_VertMap_ref()
updates a2b map to a2c map using b2c map Generated from function MR::vertMapsComposition
. Parameter a2b
can not be null. It is a single object. Parameter b2c
can not be null. It is a single object.