MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_PlyLoadParams Class Reference

optional load artifacts and other setting for PLY file loading Generated from class MR.PlyLoadParams. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_PlyLoadParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_PlyLoadParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_PlyLoadParams (MR.Std.Optional_MRTriangulation? tris, MR.Std.Optional_MREdges? edges, MR.VertColors? colors, MR.FaceColors? faceColors, MR.VertCoords2? uvCoords, MR.TriCornerUVCoords? triCornerUvCoords, MR.VertCoords? normals, MR.MeshTexture? texture, string dir, MR.Std._ByValue_Function_BoolFuncFromFloat callback, bool telemetrySignal)
 Constructs MR.PlyLoadParams elementwise.
 
unsafe Const_PlyLoadParams (MR._ByValue_PlyLoadParams _other)
 Generated from constructor MR.PlyLoadParams.PlyLoadParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.? Optional_MRTriangulation tris [get]
 optional load artifact: polyline edges
 
unsafe MR.Std.? Optional_MREdges edges [get]
 optional load artifact: per-vertex color map
 
unsafe MR.? VertColors colors [get]
 optional load artifact: per-face color map
 
unsafe MR.? FaceColors faceColors [get]
 optional load artifact: per-vertex uv-coordinates
 
unsafe MR.? VertCoords2 uvCoords [get]
 optional load artifact: per-corner uv-coordinates for each triangle
 
unsafe MR.? TriCornerUVCoords triCornerUvCoords [get]
 optional load artifact: per-vertex normals
 
unsafe MR.? VertCoords normals [get]
 optional load artifact: texture image
 
unsafe MR.? MeshTexture texture [get]
 directory to load texture files from
 
unsafe MR.Std.Filesystem.Const_Path dir [get]
 callback for set progress and stop process
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat callback [get]
 permit telemetry signal about loading
 
unsafe bool telemetrySignal [get]
 
- Properties inherited from MR.Misc.Object< Const_PlyLoadParams >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_PlyLoadParams >
bool _IsOwningVal
 

Detailed Description

optional load artifacts and other setting for PLY file loading Generated from class MR.PlyLoadParams. This is the const half of the class.


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