Template Class VertexPainter

Inheritance Relationships

Base Type

Class Documentation

template<typename TN>
class VertexPainter : public sequant::VertexPainterImpl

Public Functions

VertexPainterImpl(const NamedIndexSet &named_indices, bool distinct_named_indices = true)
Parameters:
  • named_indices – indices not in this list will use colors based on their Index::color()

  • distinct_named_indices – if false, will use same color for all named indices that have same Index::color(), else will use distinct color for each named_index