This is the base class for the block interfaces that correspond to blocks that hold ordered lists (TAXA, CHARACTERS, TREES). More...
#include <nxsblock.h>
Static Protected Member Functions | |
static unsigned | GetIndicesFromSets (const std::string &label, NxsUnsignedSet *inds, const NxsUnsignedSetMap &itemSets) |
static unsigned | GetIndicesFromSetOrAsNumber (const std::string &label, NxsUnsignedSet *inds, const NxsUnsignedSetMap &itemSets, const unsigned maxInd, const char *itemType) |
This is the base class for the block interfaces that correspond to blocks that hold ordered lists (TAXA, CHARACTERS, TREES).
This interface is used internally during parsing, and is usually NOT called directly by client code.
Definition at line 44 of file nxsblock.h.