Get the covermap as a list of level 20 HtmID (start, end, flag) triples from the current state of the machine The partial and inner trixels are treated separately The flag indicates whether the (start, end) portion of the triple is from partial or inner trixels.

Namespace: Spherical.Htm
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public List<Int64AugPair> GetTriples(
	Markup kind
)
Visual C++
public:
List<Int64AugPair>^ GetTriples(
	Markup kind
)
F#
member GetTriples : 
        kind:Markup -> List<Int64AugPair> 

Parameters

kind
Type: Spherical.Htm..::..Markup
Inner, Outer or Partial

Return Value

list of triples

See Also