Searched refs:m_pfCurrentValues (Results 1 – 3 of 3) sorted by relevance
85 , m_pfCurrentValues(NULL) in EquidistantTickFactory()89 m_pfCurrentValues = new double[getTickDepth()]; in EquidistantTickFactory()142 delete[] m_pfCurrentValues; in ~EquidistantTickFactory()231 m_pfCurrentValues[0] = m_fOuterMajorTickBorderMin + nTick*m_rIncrement.Distance; in getMajorTick()233 if(m_pfCurrentValues[0]>m_fOuterMajorTickBorderMax) in getMajorTick()235 if( !approxEqual(m_pfCurrentValues[0],m_fOuterMajorTickBorderMax) ) in getMajorTick()238 if(m_pfCurrentValues[0]<m_fOuterMajorTickBorderMin) in getMajorTick()240 if( !approxEqual(m_pfCurrentValues[0],m_fOuterMajorTickBorderMin) ) in getMajorTick()246 m_pfCurrentValues[0] = m_rScale.Scaling->doScaling( m_pfCurrentValues[0] ); in getMajorTick()248 return &m_pfCurrentValues[0]; in getMajorTick()[all …]
384 , m_pfCurrentValues(NULL) in TickmarkHelper()388 m_pfCurrentValues = new double[getTickDepth()]; in TickmarkHelper()448 delete[] m_pfCurrentValues; in ~TickmarkHelper()496 m_pfCurrentValues[0] = m_fOuterMajorTickBorderMin + nTick*m_rIncrement.Distance; in getMajorTick()498 if(m_pfCurrentValues[0]>m_fOuterMajorTickBorderMax) in getMajorTick()500 if( !approxEqual(m_pfCurrentValues[0],m_fOuterMajorTickBorderMax) ) in getMajorTick()503 if(m_pfCurrentValues[0]<m_fOuterMajorTickBorderMin) in getMajorTick()505 if( !approxEqual(m_pfCurrentValues[0],m_fOuterMajorTickBorderMin) ) in getMajorTick()511 m_pfCurrentValues[0] = m_rScale.Scaling->doScaling( m_pfCurrentValues[0] ); in getMajorTick()513 return &m_pfCurrentValues[0]; in getMajorTick()[all …]
151 double* m_pfCurrentValues; member in chart::EquidistantTickFactory