TreeNode 1.5.2
A library to manipulate phylogenetic trees
Loading...
Searching...
No Matches
PhyloTree.Formats.BinaryTreeMetadata Class Reference

Holds metadata information about a file containing trees in binary format. More...

Properties

IEnumerable< long > TreeAddresses [get, set]
 The addresses of the trees (i.e. byte offsets from the start of the file). More...
 
bool GlobalNames [get, set]
 Determines whether there are any global names stored in the file's header that are used when parsing the trees. More...
 
IReadOnlyList< string > Names [get, set]
 Contains any global names stored in the file's header that are used when parsing the trees. More...
 
IReadOnlyList< AttributeAllAttributes [get, set]
 Contains any global attributes stored in the file's header that are used when parsing the trees. More...
 

Detailed Description

Holds metadata information about a file containing trees in binary format.

Definition at line 666 of file Binary.cs.

Property Documentation

◆ AllAttributes

IReadOnlyList<Attribute> PhyloTree.Formats.BinaryTreeMetadata.AllAttributes
getset

Contains any global attributes stored in the file's header that are used when parsing the trees.

Definition at line 686 of file Binary.cs.

◆ GlobalNames

bool PhyloTree.Formats.BinaryTreeMetadata.GlobalNames
getset

Determines whether there are any global names stored in the file's header that are used when parsing the trees.

Definition at line 676 of file Binary.cs.

◆ Names

IReadOnlyList<string> PhyloTree.Formats.BinaryTreeMetadata.Names
getset

Contains any global names stored in the file's header that are used when parsing the trees.

Definition at line 681 of file Binary.cs.

◆ TreeAddresses

IEnumerable<long> PhyloTree.Formats.BinaryTreeMetadata.TreeAddresses
getset

The addresses of the trees (i.e. byte offsets from the start of the file).

Definition at line 671 of file Binary.cs.


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