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

the main purpose of this class is to avoid copy and move constructor and assignment operator implementation in Object class, which has too many fields for that; since every object stores a pointer on its parent, copying of this object does not copy the children and moving is taken with care Generated from class MR.ObjectChildrenHolder. Derived classes: Direct: (non-virtual) MR.Object Indirect: (non-virtual) MR::AddVisualProperties<MR.FeatureObject, MR::DimensionsVisualizePropertyType::diameter, MR::DimensionsVisualizePropertyType::angle, MR::DimensionsVisualizePropertyType::length> MR::AddVisualProperties<MR.FeatureObject, MR::DimensionsVisualizePropertyType::diameter, MR::DimensionsVisualizePropertyType::length> MR::AddVisualProperties<MR.FeatureObject, MR::DimensionsVisualizePropertyType::diameter> MR.AngleMeasurementObject MR.CircleObject MR.ConeObject MR.CylinderObject MR.DistanceMeasurementObject MR.FeatureObject MR.LineObject MR.MeasurementObject MR.ObjectDistanceMap MR.ObjectGcode MR.ObjectLabel MR.ObjectLines MR.ObjectLinesHolder MR.ObjectMesh MR.ObjectMeshHolder MR.ObjectPoints MR.ObjectPointsHolder MR.ObjectVoxels MR.PlaneObject MR.PointMeasurementObject MR.PointObject MR.RadiusMeasurementObject MR.SceneRootObject MR.SphereObject MR.VisualObject This is the const half of the class. More...

Inheritance diagram for MR.Const_ObjectChildrenHolder:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ObjectChildrenHolder ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ObjectChildrenHolder (MR._ByValue_ObjectChildrenHolder _other)
 Generated from constructor MR.ObjectChildrenHolder.ObjectChildrenHolder.
 Const_ObjectChildrenHolder (Const_ObjectChildrenHolder _other)
 Generated from constructor MR.ObjectChildrenHolder.ObjectChildrenHolder.
 Const_ObjectChildrenHolder (ObjectChildrenHolder _other)
 Generated from constructor MR.ObjectChildrenHolder.ObjectChildrenHolder.
unsafe MR.Std.SharedPtr_MRObject getSharedPtr ()
 Generated from method MR.ObjectChildrenHolder.getSharedPtr.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap, including the memory of all recognized children Generated from method MR.ObjectChildrenHolder.heapBytes.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

the main purpose of this class is to avoid copy and move constructor and assignment operator implementation in Object class, which has too many fields for that; since every object stores a pointer on its parent, copying of this object does not copy the children and moving is taken with care Generated from class MR.ObjectChildrenHolder. Derived classes: Direct: (non-virtual) MR.Object Indirect: (non-virtual) MR::AddVisualProperties<MR.FeatureObject, MR::DimensionsVisualizePropertyType::diameter, MR::DimensionsVisualizePropertyType::angle, MR::DimensionsVisualizePropertyType::length> MR::AddVisualProperties<MR.FeatureObject, MR::DimensionsVisualizePropertyType::diameter, MR::DimensionsVisualizePropertyType::length> MR::AddVisualProperties<MR.FeatureObject, MR::DimensionsVisualizePropertyType::diameter> MR.AngleMeasurementObject MR.CircleObject MR.ConeObject MR.CylinderObject MR.DistanceMeasurementObject MR.FeatureObject MR.LineObject MR.MeasurementObject MR.ObjectDistanceMap MR.ObjectGcode MR.ObjectLabel MR.ObjectLines MR.ObjectLinesHolder MR.ObjectMesh MR.ObjectMeshHolder MR.ObjectPoints MR.ObjectPointsHolder MR.ObjectVoxels MR.PlaneObject MR.PointMeasurementObject MR.PointObject MR.RadiusMeasurementObject MR.SceneRootObject MR.SphereObject MR.VisualObject This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ObjectChildrenHolder() [1/4]

unsafe MR.Const_ObjectChildrenHolder.Const_ObjectChildrenHolder ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ObjectChildrenHolder() [2/4]

unsafe MR.Const_ObjectChildrenHolder.Const_ObjectChildrenHolder ( MR._ByValue_ObjectChildrenHolder _other)
inline

Generated from constructor MR.ObjectChildrenHolder.ObjectChildrenHolder.

◆ Const_ObjectChildrenHolder() [3/4]

MR.Const_ObjectChildrenHolder.Const_ObjectChildrenHolder ( Const_ObjectChildrenHolder _other)
inline

Generated from constructor MR.ObjectChildrenHolder.ObjectChildrenHolder.

◆ Const_ObjectChildrenHolder() [4/4]

MR.Const_ObjectChildrenHolder.Const_ObjectChildrenHolder ( ObjectChildrenHolder _other)
inline

Generated from constructor MR.ObjectChildrenHolder.ObjectChildrenHolder.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ObjectChildrenHolder.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ObjectChildrenHolder.Dispose ( bool disposing)
inlineprotectedvirtual

◆ getSharedPtr()

unsafe MR.Std.SharedPtr_MRObject MR.Const_ObjectChildrenHolder.getSharedPtr ( )
inline

Generated from method MR.ObjectChildrenHolder.getSharedPtr.

◆ heapBytes()

unsafe ulong MR.Const_ObjectChildrenHolder.heapBytes ( )
inline

returns the amount of memory this object occupies on heap, including the memory of all recognized children Generated from method MR.ObjectChildrenHolder.heapBytes.


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