|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The ShapeKit class is a user space object. It is used for specifying all settings related to a ShapeDefinition.
◆ ShapeKit() [1/2]
HPS.ShapeKit.ShapeKit |
( |
| ) |
|
|
inline |
The default constructor creates an empty ShapeKit object.
◆ ShapeKit() [2/2]
The copy constructor creates a new ShapeKit object that contains the same settings as the source ShapeKit.
- Parameters
-
◆ Empty()
override bool HPS.ShapeKit.Empty |
( |
| ) |
|
|
inlinevirtual |
Indicates whether this ShapeKit has any values set on it.
- Returns
- true if no values are set on this ShapeKit, false otherwise.
Reimplemented from HPS.Object.
◆ Equals()
Check if the source ShapeKit is equivalent to this ShapeKit.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetDefault()
Creates a ShapeKit which contains the definition of the specified default shape.
- Parameters
-
in_default_shape | The default shape for which to get the corresponding ShapeKit. |
- Returns
- A ShapeKit which contains the definition of the specified default shape.
◆ ObjectType()
override HPS.Type HPS.ShapeKit.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.Kit.
◆ Set()
◆ SetElement()
Set a single element for this ShapeKit. This must be specified when defining a shape.
- Parameters
-
in_element | A reference to the ShapeElement to set on this kit. |
- Returns
- A reference to this ShapeKit.
◆ SetElements()
Sets the elements for this ShapeKit. This must be specified when defining a shape.
- Parameters
-
in_def | The array of elements for the shape. |
- Returns
- A reference to this ShapeKit.
◆ Show()
◆ ShowElements()
Shows the elements for this ShapeKit.
- Parameters
-
out_def | The elements for the shape. |
- Returns
- true if elements were set, false otherwise.
◆ UnsetElements()
Removes the elements for the shape.
- Returns
- A reference to this ShapeKit.
◆ UnsetEverything()
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ShapeKit.cs