Public Member Functions | Protected Member Functions | List of all members
HPS.SolidLinePatternElement Class Reference

The SolidLinePatternElement class is a user space object. It is used for specifying solid elements within a line pattern. More...

Inheritance diagram for HPS.SolidLinePatternElement:
HPS.LinePatternElement HPS.Object

Public Member Functions

override void Dispose ()
 
 SolidLinePatternElement ()
 The default constructor creates an empty SolidLinePatternElement object. More...
 
 SolidLinePatternElement (HPS.LinePatternElement in_that)
 This constructor creates a SolidLinePatternElement object that contains the same settings as the source LinePatternElement. The copy will only be successful if the source line pattern element is really an upcast of a solid line pattern element. Otherwise the copy will fail and the resulting SolidLinePatternElement will be invalid. More...
 
 SolidLinePatternElement (HPS.SolidLinePatternElement in_that)
 This constructor creates a SolidLinePatternElement object that contains the same settings as the source LinePatternElement. The copy will only be successful if the source line pattern element is really an upcast of a solid line pattern element. Otherwise the copy will fail and the resulting SolidLinePatternElement will be invalid. More...
 
 SolidLinePatternElement (float in_size, HPS.LinePattern.SizeUnits in_units)
 This constructor creates a SolidLinePatternElement with a given size. More...
 
override HPS.Type ObjectType ()
 This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More...
 
void SetColor (HPS.RGBAColor in_color)
 Sets the color for this SolidLinePatternElement. If this is not set, this SolidLinePatternElement will take the effective line (or edge) color in the segment where the line (or edge) pattern is used. More...
 
void SetMaterialByIndex (float in_material_index)
 Sets the color (by material index) for this SolidLinePatternElement. If this is not set, this SolidLinePatternElement will take the effective line (or edge) color in the segment where the line (or edge) pattern is used. More...
 
bool ShowColor (out HPS.Material.Type out_type, out HPS.RGBAColor out_color, out float out_index)
 Shows the color for this SolidLinePatternElement. More...
 
- Public Member Functions inherited from HPS.LinePatternElement
 LinePatternElement ()
 The default constructor creates an empty LinePatternElement object. More...
 
 LinePatternElement (HPS.LinePatternElement in_that)
 The copy constructor creates a new LinePatternElement object that contains the same settings as the source LinePatternElement. More...
 
void Set (HPS.LinePatternElement in_that)
 Copies the source LinePatternElement into this LinePatternElement. More...
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.LinePatternElement in_that)
 Check if the source LinePatternElement is equivalent to this LinePatternElement. More...
 
void SetSize (float in_size, HPS.LinePattern.SizeUnits in_units)
 Sets the size of this LinePatternElement. More...
 
bool ShowSize (out float out_size, out HPS.LinePattern.SizeUnits out_units)
 Shows the size of this LinePatternElement. More...
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More...
 
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...
 
virtual bool Empty ()
 Indicates whether this object has any values set on it. More...
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
IntPtr GetInstanceID ()
 Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. 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.LinePatternElement
static bool operator== (HPS.LinePatternElement a, HPS.LinePatternElement b)
 
static bool operator!= (HPS.LinePatternElement a, HPS.LinePatternElement b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 
- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

Detailed Description

The SolidLinePatternElement class is a user space object. It is used for specifying solid elements within a line pattern.

Constructor & Destructor Documentation

HPS.SolidLinePatternElement.SolidLinePatternElement ( )
inline

The default constructor creates an empty SolidLinePatternElement object.

HPS.SolidLinePatternElement.SolidLinePatternElement ( HPS.LinePatternElement  in_that)
inline

This constructor creates a SolidLinePatternElement object that contains the same settings as the source LinePatternElement. The copy will only be successful if the source line pattern element is really an upcast of a solid line pattern element. Otherwise the copy will fail and the resulting SolidLinePatternElement will be invalid.

Parameters
in_thatThe source <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref> to copy.
HPS.SolidLinePatternElement.SolidLinePatternElement ( HPS.SolidLinePatternElement  in_that)
inline

This constructor creates a SolidLinePatternElement object that contains the same settings as the source LinePatternElement. The copy will only be successful if the source line pattern element is really an upcast of a solid line pattern element. Otherwise the copy will fail and the resulting SolidLinePatternElement will be invalid.

Parameters
in_thatThe source <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref> to copy.
HPS.SolidLinePatternElement.SolidLinePatternElement ( float  in_size,
HPS.LinePattern.SizeUnits  in_units 
)
inline

This constructor creates a SolidLinePatternElement with a given size.

Parameters
in_sizeThe length of the <ref refid="class_h_p_s_1_1_solid_line_pattern_element" kindref="compound">SolidLinePatternElement</ref>.
in_unitsThe units for the length of the <ref refid="class_h_p_s_1_1_solid_line_pattern_element" kindref="compound">SolidLinePatternElement</ref>.

Member Function Documentation

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

This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.

Returns
The declared type of the object in question, which may differ from the true, underlying type.

Reimplemented from HPS.LinePatternElement.

void HPS.SolidLinePatternElement.SetColor ( HPS.RGBAColor  in_color)
inline

Sets the color for this SolidLinePatternElement. If this is not set, this SolidLinePatternElement will take the effective line (or edge) color in the segment where the line (or edge) pattern is used.

Parameters
in_colorThe color for this <ref refid="class_h_p_s_1_1_solid_line_pattern_element" kindref="compound">SolidLinePatternElement</ref>.
void HPS.SolidLinePatternElement.SetMaterialByIndex ( float  in_material_index)
inline

Sets the color (by material index) for this SolidLinePatternElement. If this is not set, this SolidLinePatternElement will take the effective line (or edge) color in the segment where the line (or edge) pattern is used.

bool HPS.SolidLinePatternElement.ShowColor ( out HPS.Material.Type  out_type,
out HPS.RGBAColor  out_color,
out float  out_index 
)
inline

Shows the color for this SolidLinePatternElement.

Parameters
out_typeIndicates which of the following arguments is valid.
out_colorThe color of this <ref refid="class_h_p_s_1_1_solid_line_pattern_element" kindref="compound">SolidLinePatternElement</ref>. This is only valid if out_type is <ref refid="class_h_p_s_1_1_material_1a2ec9b893c8c5b2e37ec82aff0c82a18da5769501214f669cb063fd410bb5eb822" kindref="member">Material::Type::ExplicitRGBAColor</ref>.
out_indexThe material index for this <ref refid="class_h_p_s_1_1_solid_line_pattern_element" kindref="compound">SolidLinePatternElement</ref>. This is only valid if out_type is <ref refid="class_h_p_s_1_1_material_1a2ec9b893c8c5b2e37ec82aff0c82a18da3e21f60632b7774f92151ddc6b0c64b5" kindref="member">Material::Type::MaterialIndex</ref>.
Returns
true if a color was set, false otherwise.

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