24#ifndef _PB_NUMERIC_DISPLAY_FORMAT_
25#define _PB_NUMERIC_DISPLAY_FORMAT_
27#include <MeshViz/graph/PbBase.h>
92 { type = m_formatType ; tenPower = m_tenPowerFormat ; numDecimal = m_numDecimalFormat ; }
103 int m_tenPowerFormat ;
104 int m_numDecimalFormat ;