MarkerAttributeKit

class HPS.MarkerAttributeKit : public HPS.Kit

Public Functions

override void Dispose ()
override bool Empty ()
bool Equals (HPS.MarkerAttributeKit in_kit)
override bool Equals (Object obj)
override int GetHashCode ()
MarkerAttributeKit ()
MarkerAttributeKit (HPS.MarkerAttributeKit in_kit)
override HPS.Type ObjectType ()
void Set (HPS.MarkerAttributeKit in_kit)
HPS.MarkerAttributeKit SetDrawingPreference (HPS.Marker.DrawingPreference in_preference)
HPS.MarkerAttributeKit SetGlyphRotation (float in_rotation)
HPS.MarkerAttributeKit SetSize (float in_size)
HPS.MarkerAttributeKit SetSize (float in_size, HPS.Marker.SizeUnits in_units)
HPS.MarkerAttributeKit SetSymbol (string in_glyph_name)
void Show (out HPS.MarkerAttributeKit out_kit)
bool ShowDrawingPreference (out HPS.Marker.DrawingPreference out_preference)
bool ShowGlyphRotation (out float out_rotation)
bool ShowSize (out float out_size, out HPS.Marker.SizeUnits out_units)
bool ShowSymbol (out string out_glyph_name)
HPS.MarkerAttributeKit UnsetDrawingPreference ()
HPS.MarkerAttributeKit UnsetEverything ()
HPS.MarkerAttributeKit UnsetGlyphRotation ()
HPS.MarkerAttributeKit UnsetSize ()
HPS.MarkerAttributeKit UnsetSymbol ()

Public Static Functions

HPS.MarkerAttributeKit GetDefault ()
bool operator!= (HPS.MarkerAttributeKit a, HPS.MarkerAttributeKit b)
bool operator== (HPS.MarkerAttributeKit a, HPS.MarkerAttributeKit b)