14 #include "msdevstudio/MSconfig.h"
31 using namespace hippodraw;
57 m_z_label_entries ( projector.m_z_label_entries ),
58 m_z_label_density ( projector.m_z_label_density ),
59 m_value_range( projector.m_value_range )
83 bool have_weight = w_col < UINT_MAX;
90 for (
unsigned int i = 0; i <
size; i++ )
94 double x =
m_ntuple -> valueAt ( i, x_col );
95 double y =
m_ntuple -> valueAt ( i, y_col );
98 w =
m_ntuple -> valueAt ( i, w_col );
119 }
else if ( axis ==
Axes::Y ) {
160 if( new_offset == 0.0 )
return;
186 = dynamic_cast <
const DataSource * > ( object );
188 if ( datasource != 0 ) {
201 = dynamic_cast <
const DataSource * > ( object );
203 if ( datasource != 0 ) {