The Cover type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Cover(Region) |
Create a Cover object with the given Region, and initialize the
internal cover machine.
| |
Cover(Region, Boolean) |
Create a Cover object with the given Region, and initialize the
internal cover machine.
|
Methods
Name | Description | |
---|---|---|
Cost |
Compute the cost in resources in the current state of the Cover object.
| |
Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetPairs |
Get the covermap as a list of level 20 HtmID
(start, end) pairs from the machine in the current state
| |
GetPseudoArea |
Compute the pseudoarea of selected part of the covermap
| |
GetTriples |
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.
| |
GetTrixels |
Get the covermap as list of trixels the machine in the current state.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
HidList |
Convenience wrapper for a one step cover generation.
| |
HidRange |
Static helper function does one-step cover initialization
and returns HtmID pairs. Implicitly creates an instance
of Cover but discards it at the end, only the list of pairs
is returned to the caller.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
PseudoArea(Int64) |
Compute the PseudoArea (number of level-20 trixels) of the given trixel.
| |
PseudoArea(Hidranges) |
Compute the PseudoArea (number of level 20 trixels) of the given region.
| |
Run |
Run this cover machine until completion.
| |
SetTunables |
Change the tunable parameters for the generation of the covermap
| |
Step |
Step this machine to the next level.
| |
ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
GetLevel |
Return the current level of trixels in the current state of the covermap.
Levels run from 0 to 24.
| |
GetMaxLevel |
Get the current maximum level in effect
| |
GetRegion |
Get the Region object associated with this Cover.
|