|
TreeNode 1.5.2
A library to manipulate phylogenetic trees
|
This is the complete list of members for PhyloTree.Formats.BinaryTree, including all inherited members.
| HasValidTrailer(Stream inputStream, bool keepOpen=false) | PhyloTree.Formats.BinaryTree | static |
| IsValidStream(Stream inputStream, bool keepOpen=false) | PhyloTree.Formats.BinaryTree | static |
| ParseAllTrees(Stream inputStream, bool keepOpen=false, Action< double > progressAction=null) | PhyloTree.Formats.BinaryTree | static |
| ParseAllTrees(string inputFile, Action< double > progressAction=null) | PhyloTree.Formats.BinaryTree | static |
| ParseMetadata(Stream inputStream, bool keepOpen=false, BinaryReader reader=null, Action< double > progressAction=null) | PhyloTree.Formats.BinaryTree | static |
| ParseTrees(Stream inputStream, bool keepOpen=false, Action< double > progressAction=null) | PhyloTree.Formats.BinaryTree | static |
| ParseTrees(string inputFile, Action< double > progressAction=null) | PhyloTree.Formats.BinaryTree | static |
| WriteAllTrees(IEnumerable< TreeNode > trees, string outputFile, bool append=false, Action< int > progressAction=null, Stream additionalDataToCopy=null) | PhyloTree.Formats.BinaryTree | static |
| WriteAllTrees(IEnumerable< TreeNode > trees, Stream outputStream, bool keepOpen=false, Action< int > progressAction=null, Stream additionalDataToCopy=null) | PhyloTree.Formats.BinaryTree | static |
| WriteAllTrees(IList< TreeNode > trees, string outputFile, bool append=false, Action< double > progressAction=null, Stream additionalDataToCopy=null) | PhyloTree.Formats.BinaryTree | static |
| WriteAllTrees(IList< TreeNode > trees, Stream outputStream, bool keepOpen=false, Action< double > progressAction=null, Stream additionalDataToCopy=null) | PhyloTree.Formats.BinaryTree | static |
| WriteTree(TreeNode tree, Stream outputStream, bool keepOpen=false, Stream additionalDataToCopy=null) | PhyloTree.Formats.BinaryTree | static |
| WriteTree(TreeNode tree, string outputFile, bool append=false, Stream additionalDataToCopy=null) | PhyloTree.Formats.BinaryTree | static |