More...

Inheritance diagram for HPS.Kit:
HPS.Object HPS.ApplicationWindowOptionsKit HPS.AttributeLockKit HPS.BoundingKit HPS.CameraKit HPS.CircleKit HPS.CircularArcKit HPS.CircularWedgeKit HPS.ColorInterpolationKit HPS.ContourLineKit HPS.CullingKit HPS.CurveAttributeKit HPS.CutGeometryGatheringOptionsKit HPS.CuttingSectionAttributeKit HPS.CuttingSectionKit HPS.CylinderAttributeKit HPS.CylinderKit HPS.DebuggingKit HPS.DistantLightKit HPS.DrawingAttributeKit HPS.EdgeAttributeKit HPS.EllipseKit HPS.EllipticalArcKit HPS.GlyphKit HPS.GridKit HPS.Hardcopy.File.ExportOptionsKit HPS.Hardcopy.GDI.ExportOptionsKit HPS.HiddenLineAttributeKit HPS.HighlightOptionsKit HPS.HighlightSearchOptionsKit HPS.Image.ExportOptionsKit HPS.Image.ImportOptionsKit HPS.ImageKit HPS.InfiniteLineKit 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.OBJ.ImportOptionsKit HPS.OBJ.ImportResultsKit HPS.OffScreenWindowOptionsKit HPS.PBRMaterialKit HPS.PerformanceKit HPS.PointCloud.ImportOptionsKit HPS.PointCloud.ImportResultsKit 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.StandAloneWindowOptionsKit HPS.STL.ImportOptionsKit HPS.STL.ImportResultsKit HPS.Stream.ExportOptionsKit HPS.Stream.ImportOptionsKit HPS.Stream.ImportResultsKit HPS.SubwindowKit HPS.TextAttributeKit HPS.TextKit HPS.TextureOptionsKit HPS.TransformMaskKit HPS.TransparencyKit HPS.TrimKit HPS.UpdateOptionsKit HPS.VisibilityKit HPS.VisualEffectsKit HPS.WindowInfoKit

Public Member Functions

override void Dispose ()
 
 Kit (HPS.Kit in_that)
 
override HPS.Type ObjectType ()
 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). More...
 
override HPS.Type Type ()
 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. More...
 
- Public Member Functions inherited from HPS.Object
virtual bool Empty ()
 Indicates whether this object has any values set on it. More...
 
IntPtr GetClassID ()
 
IntPtr GetInstanceID ()
 Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
 Object (HPS.Object that)
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 
- Protected Attributes inherited from HPS.Object
bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The Kit class is the base class for all Visualize kits.

Member Function Documentation

◆ ObjectType()

override HPS.Type HPS.Kit.ObjectType ( )
inlinevirtual

◆ Type()

override HPS.Type HPS.Kit.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.

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