Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::LinePatternParallelKit Class Reference

The LinePatternParallelKit class is a user space object. More...

#include <hps.h>

Inheritance diagram for HPS::LinePatternParallelKit:
Collaboration diagram for HPS::LinePatternParallelKit:

Public Member Functions

 LinePatternParallelKit ()
 The default constructor creates an empty LinePatternParallelKit object. More...
 
 LinePatternParallelKit (LinePatternParallelKit const &in_kit)
 The copy constructor creates a new LinePatternParallelKit object that contains the same settings as the source LinePatternParallelKit. More...
 
 LinePatternParallelKit (LinePatternParallelKit &&in_that)
 The move constructor creates a LinePatternParallelKit by transferring the underlying impl of the rvalue reference to this LinePatternParallelKit thereby avoiding a copy and allocation. More...
 
LinePatternParallelKitoperator= (LinePatternParallelKit &&in_that)
 The move assignment operator transfers the underlying impl of the rvalue reference to this LinePatternParallelKit thereby avoiding a copy. More...
 
virtual ~LinePatternParallelKit ()
 
HPS::Type ObjectType () const
 
void Set (LinePatternParallelKit const &in_kit)
 Copies the source LinePatternParallelKit into this LinePatternParallelKit. More...
 
void Show (LinePatternParallelKit &out_kit) const
 Copies this LinePatternParallelKit into the given LinePatternParallelKit. More...
 
LinePatternParallelKitoperator= (LinePatternParallelKit const &in_kit)
 Copies the source LinePatternParallelKit into this LinePatternParallelKit. More...
 
bool Empty () const
 Indicates whether this LinePatternParallelKit has any values set on it. More...
 
bool Equals (LinePatternParallelKit const &in_kit) const
 Check if the source LinePatternParallelKit is equivalent to this LinePatternParallelKit. More...
 
bool operator== (LinePatternParallelKit const &in_kit) const
 Check if the source LinePatternParallelKit is equivalent to this LinePatternParallelKit. More...
 
bool operator!= (LinePatternParallelKit const &in_kit) const
 Check if the source LinePatternParallelKit is not equivalent to this LinePatternParallelKit. More...
 
LinePatternParallelKitSetStartCap (GlyphLinePatternElement const &in_start)
 Sets the glyph to draw at the start point for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetEndCap (GlyphLinePatternElement const &in_end)
 Sets the glyph to draw at the end point for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetJoin (GlyphLinePatternElement const &in_join)
 Sets the glyph to draw at all joins for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetBody (LinePatternElementArray const &in_elements)
 Sets the line pattern element array for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetBody (size_t in_count, LinePatternElement const in_elements [])
 Sets the line pattern element body for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetBody (LinePatternElement const &in_element)
 Sets the line pattern element body for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetAbsoluteLength (bool in_state)
 Sets a flag indicating whether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetAbsoluteWeight (bool in_state)
 Sets a flag indicating whether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetJustification (LinePattern::Justification in_type)
 Sets how the pattern will fit between the end points for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetOffset (float in_offset, LinePattern::SizeUnits in_units, bool in_fixed=false)
 Sets the offset above or below the line connecting two points defining a segment for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetWeight (float in_weight, LinePattern::SizeUnits in_units, bool in_fixed=false)
 Sets the line weight for this LinePatternParallelKit. More...
 
LinePatternParallelKitSetContinuous (bool in_state)
 Sets whether to reset the line pattern in each segment for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetStartCap ()
 Removes the glyph to draw at the start point for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetEndCap ()
 Removes the glyph to draw at the end point for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetJoin ()
 Removes the glyph to draw at all joins for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetBody ()
 Removes the line pattern element body for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetAbsoluteLength ()
 Removes whether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetAbsoluteWeight ()
 Removes whether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetJustification ()
 Removes how the pattern will fit between the end points for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetOffset ()
 Removes the offset above or below the line connecting two points defining a segment for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetWeight ()
 Removes the line weight for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetContinuous ()
 Removes whether to reset the line pattern in each segment for this LinePatternParallelKit. More...
 
LinePatternParallelKitUnsetEverything ()
 Removes all settings from this LinePatternParallelKit. More...
 
bool ShowStartCap (GlyphLinePatternElement &out_start) const
 Shows the glyph to draw at the start point for this LinePatternParallelKit. More...
 
bool ShowEndCap (GlyphLinePatternElement &out_end) const
 Shows the glyph to draw at the end point for this LinePatternParallelKit. More...
 
bool ShowJoin (GlyphLinePatternElement &out_join) const
 Shows the glyph to draw at all joins for this LinePatternParallelKit. More...
 
bool ShowBody (LinePatternElementArray &out_elements) const
 Shows the line pattern element body for this LinePatternParallelKit. More...
 
bool ShowAbsoluteLength (bool &out_state) const
 Shows whether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit. More...
 
bool ShowAbsoluteWeight (bool &out_state) const
 Shows whether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit. More...
 
bool ShowJustification (LinePattern::Justification &out_type) const
 Shows how the pattern will fit between the end points for this LinePatternParallelKit. More...
 
bool ShowOffset (float &out_offset, LinePattern::SizeUnits &out_units, bool &out_fixed) const
 Shows the offset above or below the line connecting two points defining a segment for this LinePatternParallelKit. More...
 
bool ShowWeight (float &out_weight, LinePattern::SizeUnits &out_units, bool &out_fixed) const
 Shows the line weight for this LinePatternParallelKit. More...
 
bool ShowContinuous (bool &out_state) const
 Shows whether to reset the line pattern in each segment for this LinePatternParallelKit. More...
 
virtual HPS::Type Type () const
 This function returns the true type of the underlying object. More...
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 
bool HasType (HPS::Type in_mask) const
 This function indicates whether this Object has the given Type mask. More...
 
intptr_t GetClassID () const
 Returns a unique identifier that is shared by all objects of the same class. More...
 
intptr_t GetInstanceID () const
 Returns an identifier that can be used to identify which instance of a class an object is. More...
 

Static Public Member Functions

template<typename T >
static intptr_t ClassID ()
 Unique identifier for this class. More...
 

Static Public Attributes

static const HPS::Type staticType = HPS::Type::LinePatternParallelKit
 

Detailed Description

The LinePatternParallelKit class is a user space object.

It is used to define a single parallel within a line pattern.

Constructor & Destructor Documentation

◆ LinePatternParallelKit() [1/3]

HPS::LinePatternParallelKit::LinePatternParallelKit ( )

The default constructor creates an empty LinePatternParallelKit object.

◆ LinePatternParallelKit() [2/3]

HPS::LinePatternParallelKit::LinePatternParallelKit ( LinePatternParallelKit const &  in_kit)

The copy constructor creates a new LinePatternParallelKit object that contains the same settings as the source LinePatternParallelKit.

Parameters
in_kitThe source LinePatternParallelKit to copy.

◆ LinePatternParallelKit() [3/3]

HPS::LinePatternParallelKit::LinePatternParallelKit ( LinePatternParallelKit &&  in_that)

The move constructor creates a LinePatternParallelKit by transferring the underlying impl of the rvalue reference to this LinePatternParallelKit thereby avoiding a copy and allocation.

Parameters
in_thatAn rvalue reference to a LinePatternParallelKit to take the impl from.

◆ ~LinePatternParallelKit()

virtual HPS::LinePatternParallelKit::~LinePatternParallelKit ( )
virtual

Member Function Documentation

◆ ClassID()

template<typename T >
static intptr_t HPS::Object::ClassID ( )
inlinestaticinherited

Unique identifier for this class.

Note: this method uses construction of static objects. If used in a constructor, it should be used in the body not the initializer list.

◆ Empty()

bool HPS::LinePatternParallelKit::Empty ( ) const
virtual

Indicates whether this LinePatternParallelKit has any values set on it.

Returns
true if no values are set on this LinePatternParallelKit, false otherwise.

Reimplemented from HPS::Object.

◆ Equals()

bool HPS::LinePatternParallelKit::Equals ( LinePatternParallelKit const &  in_kit) const

Check if the source LinePatternParallelKit is equivalent to this LinePatternParallelKit.

Parameters
in_kitThe source LinePatternParallelKit to compare to this LinePatternParallelKit.
Returns
true if the objects are equivalent, false otherwise.

◆ GetClassID()

intptr_t HPS::Object::GetClassID ( ) const
inherited

Returns a unique identifier that is shared by all objects of the same class.

Returns
A unique value shared by all objects of the same class.

◆ GetInstanceID()

intptr_t HPS::Object::GetInstanceID ( ) const
inherited

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.

Returns
A value unique to an instance of an object and all objects that are backed by the same database resource.

◆ HasType()

bool HPS::Object::HasType ( HPS::Type  in_mask) const
inherited

This function indicates whether this Object has the given Type mask.

Parameters
in_maskThe Type mask to check against this Object.
Returns
true if this Object has the given Type mask, false otherwise.

◆ ObjectType()

HPS::Type HPS::LinePatternParallelKit::ObjectType ( ) const
inlinevirtual

Reimplemented from HPS::Kit.

Here is the call graph for this function:

◆ operator!=()

bool HPS::LinePatternParallelKit::operator!= ( LinePatternParallelKit const &  in_kit) const

Check if the source LinePatternParallelKit is not equivalent to this LinePatternParallelKit.

Parameters
in_kitThe source LinePatternParallelKit to compare to this LinePatternParallelKit.
Returns
true if the objects are not equivalent, false otherwise.

◆ operator=() [1/2]

LinePatternParallelKit& HPS::LinePatternParallelKit::operator= ( LinePatternParallelKit &&  in_that)

The move assignment operator transfers the underlying impl of the rvalue reference to this LinePatternParallelKit thereby avoiding a copy.

Parameters
in_thatAn rvalue reference to a LinePatternParallelKit to take the impl from.
Returns
A reference to this LinePatternParallelKit.

◆ operator=() [2/2]

LinePatternParallelKit& HPS::LinePatternParallelKit::operator= ( LinePatternParallelKit const &  in_kit)

Copies the source LinePatternParallelKit into this LinePatternParallelKit.

Parameters
in_kitThe source LinePatternParallelKit to copy.
Returns
A reference to this LinePatternParallelKit.

◆ operator==()

bool HPS::LinePatternParallelKit::operator== ( LinePatternParallelKit const &  in_kit) const

Check if the source LinePatternParallelKit is equivalent to this LinePatternParallelKit.

Parameters
in_kitThe source LinePatternParallelKit to compare to this LinePatternParallelKit.
Returns
true if the objects are equivalent, false otherwise.

◆ Reset()

◆ Set()

void HPS::LinePatternParallelKit::Set ( LinePatternParallelKit const &  in_kit)

Copies the source LinePatternParallelKit into this LinePatternParallelKit.

Parameters
in_kitThe source LinePatternParallelKit to copy.

◆ SetAbsoluteLength()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetAbsoluteLength ( bool  in_state)

Sets a flag indicating whether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit.

Parameters
in_stateWhether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetAbsoluteWeight()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetAbsoluteWeight ( bool  in_state)

Sets a flag indicating whether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit.

Parameters
in_stateWhether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetBody() [1/3]

LinePatternParallelKit& HPS::LinePatternParallelKit::SetBody ( LinePatternElementArray const &  in_elements)

Sets the line pattern element array for this LinePatternParallelKit.

Parameters
in_elementsThe line pattern element array for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetBody() [2/3]

LinePatternParallelKit& HPS::LinePatternParallelKit::SetBody ( size_t  in_count,
LinePatternElement const  in_elements[] 
)

Sets the line pattern element body for this LinePatternParallelKit.

Parameters
in_countSize of the following array.
in_elementsThe line pattern element body for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetBody() [3/3]

LinePatternParallelKit& HPS::LinePatternParallelKit::SetBody ( LinePatternElement const &  in_element)

Sets the line pattern element body for this LinePatternParallelKit.

Parameters
in_elementThe line pattern element body for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetContinuous()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetContinuous ( bool  in_state)

Sets whether to reset the line pattern in each segment for this LinePatternParallelKit.

Parameters
in_stateWhether to reset the line pattern in each segment for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetEndCap()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetEndCap ( GlyphLinePatternElement const &  in_end)

Sets the glyph to draw at the end point for this LinePatternParallelKit.

Parameters
in_endThe glyph to draw at the end point for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetJoin()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetJoin ( GlyphLinePatternElement const &  in_join)

Sets the glyph to draw at all joins for this LinePatternParallelKit.

Parameters
in_joinThe glyph to draw at all joins for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetJustification()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetJustification ( LinePattern::Justification  in_type)

Sets how the pattern will fit between the end points for this LinePatternParallelKit.

Parameters
in_typeHow the pattern will fit between the end points for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetOffset()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetOffset ( float  in_offset,
LinePattern::SizeUnits  in_units,
bool  in_fixed = false 
)

Sets the offset above or below the line connecting two points defining a segment for this LinePatternParallelKit.

Parameters
in_offsetThe offset above (positive) or below (negative) the line connecting two points defining a segment for this LinePatternParallelKit.
in_unitsThe units for the offset for this LinePatternParallelKit.
in_fixedWhether to prevent scaling the offset based on the effective line weight in the segment where this pattern is used. Defaults to false.
Returns
A reference to this LinePatternParallelKit.

◆ SetStartCap()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetStartCap ( GlyphLinePatternElement const &  in_start)

Sets the glyph to draw at the start point for this LinePatternParallelKit.

Parameters
in_startThe glyph to draw at the start point for this LinePatternParallelKit.
Returns
A reference to this LinePatternParallelKit.

◆ SetWeight()

LinePatternParallelKit& HPS::LinePatternParallelKit::SetWeight ( float  in_weight,
LinePattern::SizeUnits  in_units,
bool  in_fixed = false 
)

Sets the line weight for this LinePatternParallelKit.

Parameters
in_weightThe line weight for this LinePatternParallelKit.
in_unitsThe units for the weight for this LinePatternParallelKit.
in_fixedWhether to override the effective line weight in the segment where this pattern is used. Defaults to false.
Returns
A reference to this LinePatternParallelKit.

◆ Show()

void HPS::LinePatternParallelKit::Show ( LinePatternParallelKit out_kit) const

Copies this LinePatternParallelKit into the given LinePatternParallelKit.

Parameters
out_kitThe LinePatternParallelKit to populate with the contents of this LinePatternParallelKit.

◆ ShowAbsoluteLength()

bool HPS::LinePatternParallelKit::ShowAbsoluteLength ( bool &  out_state) const

Shows whether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit.

Parameters
out_stateWhether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit.
Returns
true if an absolute length was set, false otherwise.

◆ ShowAbsoluteWeight()

bool HPS::LinePatternParallelKit::ShowAbsoluteWeight ( bool &  out_state) const

Shows whether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit.

Parameters
out_stateWhether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit.
Returns
true if an absolute weight was set, false otherwise.

◆ ShowBody()

bool HPS::LinePatternParallelKit::ShowBody ( LinePatternElementArray out_elements) const

Shows the line pattern element body for this LinePatternParallelKit.

Parameters
out_elementsThe line pattern element body for this LinePatternParallelKit.
Returns
true if a body was set, false otherwise.

◆ ShowContinuous()

bool HPS::LinePatternParallelKit::ShowContinuous ( bool &  out_state) const

Shows whether to reset the line pattern in each segment for this LinePatternParallelKit.

Parameters
out_stateWhether to reset the line pattern in each segment for this LinePatternParallelKit.
Returns
true if a continuous flag was set, false otherwise.

◆ ShowEndCap()

bool HPS::LinePatternParallelKit::ShowEndCap ( GlyphLinePatternElement out_end) const

Shows the glyph to draw at the end point for this LinePatternParallelKit.

Parameters
out_endThe glyph to draw at the end point for this LinePatternParallelKit.
Returns
true if an end cap was set, false otherwise.

◆ ShowJoin()

bool HPS::LinePatternParallelKit::ShowJoin ( GlyphLinePatternElement out_join) const

Shows the glyph to draw at all joins for this LinePatternParallelKit.

Parameters
out_joinThe glyph to draw at all joins for this LinePatternParallelKit.
Returns
true if a join was set, false otherwise.

◆ ShowJustification()

bool HPS::LinePatternParallelKit::ShowJustification ( LinePattern::Justification out_type) const

Shows how the pattern will fit between the end points for this LinePatternParallelKit.

Parameters
out_typeHow the pattern will fit between the end points for this LinePatternParallelKit.
Returns
true if a justficiation was set, false otherwise.

◆ ShowOffset()

bool HPS::LinePatternParallelKit::ShowOffset ( float &  out_offset,
LinePattern::SizeUnits out_units,
bool &  out_fixed 
) const

Shows the offset above or below the line connecting two points defining a segment for this LinePatternParallelKit.

Parameters
out_offsetThe offset above (positive) or below (negative) the line connecting two points defining a segment for this LinePatternParallelKit.
out_unitsThe units for the offset for this LinePatternParallelKit.
out_fixedWhether to prevent scaling the offset based on the effective line weight in the segment where this pattern is used.
Returns
true if an offset is set, false otherwise.

◆ ShowStartCap()

bool HPS::LinePatternParallelKit::ShowStartCap ( GlyphLinePatternElement out_start) const

Shows the glyph to draw at the start point for this LinePatternParallelKit.

Parameters
out_startThe glyph to draw at the start point for this LinePatternParallelKit.
Returns
true if a start cap was set, false otherwise.

◆ ShowWeight()

bool HPS::LinePatternParallelKit::ShowWeight ( float &  out_weight,
LinePattern::SizeUnits out_units,
bool &  out_fixed 
) const

Shows the line weight for this LinePatternParallelKit.

Parameters
out_weightThe line weight for this LinePatternParallelKit.
out_unitsThe units for the weight for this LinePatternParallelKit.
out_fixedWhether to override the effective line weight in the segment where this pattern is used.
Returns
true if a weight was set, false otherwise.

◆ Type()

virtual HPS::Type HPS::Kit::Type ( ) const
inlinevirtualinherited

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.

◆ UnsetAbsoluteLength()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetAbsoluteLength ( )

Removes whether to prevent scaling line pattern elements whose size is specified in pixels for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetAbsoluteWeight()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetAbsoluteWeight ( )

Removes whether to prevent scaling line pattern elements whose weight is specified in pixels for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetBody()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetBody ( )

Removes the line pattern element body for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetContinuous()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetContinuous ( )

Removes whether to reset the line pattern in each segment for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetEndCap()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetEndCap ( )

Removes the glyph to draw at the end point for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetEverything()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetEverything ( )

Removes all settings from this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetJoin()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetJoin ( )

Removes the glyph to draw at all joins for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetJustification()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetJustification ( )

Removes how the pattern will fit between the end points for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetOffset()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetOffset ( )

Removes the offset above or below the line connecting two points defining a segment for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetStartCap()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetStartCap ( )

Removes the glyph to draw at the start point for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

◆ UnsetWeight()

LinePatternParallelKit& HPS::LinePatternParallelKit::UnsetWeight ( )

Removes the line weight for this LinePatternParallelKit.

Returns
A reference to this LinePatternParallelKit.

Member Data Documentation

◆ staticType

const HPS::Type HPS::LinePatternParallelKit::staticType = HPS::Type::LinePatternParallelKit
static

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