21 #ifndef __ctkVisualizationVTKWidgetsPythonQtDecorators_h
22 #define __ctkVisualizationVTKWidgetsPythonQtDecorators_h
58 for(
int idx = 0; idx < 8; ++idx)
60 bounds << _bounds[idx];
70 for(
int idx = 0; idx < 8; ++idx)
72 bounds << _bounds[idx];
80 for(
int idx = 0; idx < bounds.length() && idx < 8; ++idx)
82 _bounds[idx] = bounds[idx];
92 for(
int idx = 0; idx < 8; ++idx)
94 bounds << _bounds[idx];
106 for(
int idx = 0; idx < 4; ++idx)
108 bounds << _bounds[idx];
116 for(
int idx = 0; idx < bounds.length() && idx < 4; ++idx)
118 _bounds[idx] = bounds[idx];
void chartBounds(double bounds[8]) const
void setChartUserBounds(double *bounds)
void chartExtent(double bounds[8]) const
void chartUserBounds(double *bounds) const
void setValidBounds(double bounds[4])
void validBounds(double bounds[4]) const