This is the complete list of members for BinaryTransform, including all inherited members.
| adjustValues(AxisModelBase &model, hippodraw::Axes::Type axes, const Range &limit)=0 | BinaryTransform | pure virtual |
| aspectRatio() const | BinaryTransform | virtual |
| BinaryTransform() | BinaryTransform | protected |
| BinaryTransform(UnaryTransform *, bool=false, bool=false, bool=true, bool=true) | BinaryTransform | protected |
| BinaryTransform(const BinaryTransform &) | BinaryTransform | protected |
| calcRectangle(const Range &x, const Range &y)=0 | BinaryTransform | pure virtual |
| clone() const =0 | BinaryTransform | pure virtual |
| inverseTransform(double &x, double &y) const =0 | BinaryTransform | pure virtual |
| inverseTransformZ(double &z) const | BinaryTransform | |
| isLinearInXY() const =0 | BinaryTransform | pure virtual |
| isLinearInZ() const | BinaryTransform | virtual |
| isPeriodic() const | BinaryTransform | |
| limitX() const =0 | BinaryTransform | pure virtual |
| limitY() const =0 | BinaryTransform | pure virtual |
| limitZ() const | BinaryTransform | |
| m_is_periodic | BinaryTransform | protected |
| m_name | TransformBase | protected |
| m_needs_grid | BinaryTransform | protected |
| m_needs_x_ticks | BinaryTransform | protected |
| m_needs_y_ticks | BinaryTransform | protected |
| m_z | BinaryTransform | protected |
| name() const | TransformBase | |
| needsGrid() const | BinaryTransform | |
| needsXTicks() const | BinaryTransform | |
| needsYTicks() const | BinaryTransform | |
| setNeedsGrid(bool needs_grid) | BinaryTransform | |
| setNeedsXTicks(bool needs_x_ticks) | BinaryTransform | |
| setNeedsYTicks(bool needs_y_ticks) | BinaryTransform | |
| setTicks(AxisModelBase &axis_model, hippodraw::Axes::Type axis)=0 | BinaryTransform | pure virtual |
| setZTransform(TransformBase *transform) | BinaryTransform | |
| transform(double &x, double &y) const =0 | BinaryTransform | pure virtual |
| transform(std::vector< double > &x, std::vector< double > &y) const =0 | BinaryTransform | pure virtual |
| TransformBase() | TransformBase | protected |
| TransformBase(const TransformBase &t) | TransformBase | protected |
| transformZ(double &z) const | BinaryTransform | |
| validate(Range &x, Range &y) const =0 | BinaryTransform | pure virtual |
| zTransform() const | BinaryTransform | |
| ~BinaryTransform() | BinaryTransform | virtual |
| ~TransformBase() | TransformBase | virtual |