
Public Member Functions | |
override void | Dispose () |
Kit (HPS.Kit in_that) | |
override HPS.Type | ObjectType () |
override HPS.Type | Type () |
![]() | |
virtual bool | Empty () |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
bool | HasType (HPS.Type in_mask) |
Object (HPS.Object that) | |
virtual void | Reset () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The Kit class is the base class for all Visualize kits.
Member Function Documentation
◆ ObjectType()
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Reimplemented in HPS.Stream.ExportOptionsKit, HPS.Stream.ImportResultsKit, HPS.OBJ.ImportResultsKit, HPS.STL.ImportResultsKit, HPS.PointCloud.ImportOptionsKit, HPS.Stream.ImportOptionsKit, HPS.OBJ.ImportOptionsKit, HPS.PointCloud.ImportResultsKit, HPS.STL.ImportOptionsKit, HPS.StandAloneWindowOptionsKit, HPS.LightingAttributeKit, HPS.LineAttributeKit, HPS.LineKit, HPS.LinePatternKit, HPS.LinePatternOptionsKit, HPS.LinePatternParallelKit, HPS.MarkerAttributeKit, HPS.MarkerKit, HPS.MaterialKit, HPS.MaterialMappingKit, HPS.MeshKit, HPS.NURBSCurveKit, HPS.NURBSSurfaceAttributeKit, HPS.NURBSSurfaceKit, HPS.OffScreenWindowOptionsKit, HPS.PBRMaterialKit, HPS.PerformanceKit, HPS.PolygonKit, HPS.PostProcessEffectsKit, HPS.SearchOptionsKit, HPS.SegmentOptimizationOptionsKit, HPS.SelectabilityKit, HPS.SelectionOptionsKit, HPS.ShapeKit, HPS.ShellKit, HPS.ShellOptimizationOptionsKit, HPS.ShellRelationOptionsKit, HPS.ShellRelationResultsKit, HPS.SphereAttributeKit, HPS.SphereKit, HPS.SpotlightKit, HPS.TextAttributeKit, HPS.TextKit, HPS.TextureOptionsKit, HPS.TransparencyKit, HPS.TrimKit, HPS.UpdateOptionsKit, HPS.VisibilityKit, HPS.VisualEffectsKit, HPS.SubwindowKit, HPS.TransformMaskKit, and HPS.WindowInfoKit.
◆ Type()
|
inlinevirtual |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types.
- Warning
- This function must synchronize the database (by waiting for all pending database operations to complete) in order to know the type status of this object with certainty. Therefore this function can negatively impact performance. You should vigorously avoid using this function in high-traffic or peformance-critical areas of your code.
- Returns
- The true type of the object in question.
Reimplemented from HPS.Object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Kit.cs