MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.Nesting.NestingResult. This is the const half of the class. More...

Inheritance diagram for MR.Nesting.Const_NestingResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_NestingResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_NestingResult (MR.AffineXf3f xf, bool nested)
 Constructs MR.Nesting.NestingResult elementwise.
unsafe Const_NestingResult (MR.Nesting.Const_NestingResult _other)
 Generated from constructor MR.Nesting.NestingResult.NestingResult.
 Const_NestingResult (NestingResult _other)
 Generated from constructor MR.Nesting.NestingResult.NestingResult.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.AffineXf3f__ref_storage_xf
unsafe bool * __ref_storage_nested

Properties

unsafe ref readonly MR.AffineXf3f xf [get]
 best found xf for this object (might be equal with input xf if no good nesting was found)
unsafe bool nested [get]
 false - means that this object does not fit the nest

Detailed Description

Generated from class MR.Nesting.NestingResult. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_NestingResult() [1/4]

unsafe MR.Nesting.Const_NestingResult.Const_NestingResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_NestingResult() [2/4]

unsafe MR.Nesting.Const_NestingResult.Const_NestingResult ( MR.AffineXf3f xf,
bool nested )
inline

Constructs MR.Nesting.NestingResult elementwise.

◆ Const_NestingResult() [3/4]

unsafe MR.Nesting.Const_NestingResult.Const_NestingResult ( MR.Nesting.Const_NestingResult _other)
inline

Generated from constructor MR.Nesting.NestingResult.NestingResult.

◆ Const_NestingResult() [4/4]

MR.Nesting.Const_NestingResult.Const_NestingResult ( NestingResult _other)
inline

Generated from constructor MR.Nesting.NestingResult.NestingResult.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Nesting.Const_NestingResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Nesting.Const_NestingResult.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_nested

unsafe bool* MR.Nesting.Const_NestingResult.__ref_storage_nested
protected

◆ __ref_storage_xf

unsafe MR.AffineXf3f* MR.Nesting.Const_NestingResult.__ref_storage_xf
protected

Property Documentation

◆ nested

unsafe bool MR.Nesting.Const_NestingResult.nested
get

false - means that this object does not fit the nest

◆ xf

unsafe ref readonly MR.AffineXf3f MR.Nesting.Const_NestingResult.xf
get

best found xf for this object (might be equal with input xf if no good nesting was found)


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