Diffpack Documentation
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Search
GraphBasics Member List
This is the complete list of members for GraphBasics, including all inherited members.
- close()
- drawArrow(const Ptv(real) &start_pt, const Ptv(real) &vector)
- drawArrow(const real start_pt_x, const real start_pt_y, const real start_pt_z, const real vector_x, const real vector_y, const real vector_z)
- drawArrow(const real start_pt_x, const real start_pt_y, const real vector_x, const real vector_y)
- drawLine(const Ptv(real) &from, const Ptv(real) &to)
- drawLine(const real xfrom, const real yfrom, const real zfrom, const real xto, const real yto, const real zto)
- drawLine(const real xfrom, const real yfrom, const real xto, const real yto)
- drawLine(const Ptv(real) &to)
- drawLine(const real x, const real y, const real z)
- drawLine(const real x, const real y)
- fillPolygon(const Ptv(real) points[], const int npoints)
- getDim() const
[inline] - GraphBasics(const String &filename, const int spacedim=3, const FieldPlotType pltype=UNSPECIFIED, const char *name_of_data_set="NONAME", const Format_type format=ASCII)
- markPoint(const Ptv(real) &point)
- markPoint(const real x, const real y, const real z)
- markPoint(const real x, const real y)
- move(const Ptv(real) &to)
- move(const real x, const real y, const real z)
- move(const real x, const real y)
- penDown()
[inline] - penUp()
[inline] - setColorScale(const real min_value, const Color &low, const real max_value, const Color &high)
- setColorScale(const real min_value, const real r_low, const real g_low, const real b_low, const real max_value, const real r_high, const real g_high, const real b_high)
- setCoordinateScalingFactors(const real xfactor=1, const real yfactor=1, const real zfactor=1)
- setMaxArrowLen(const real length)
- setValue(const real value)
- writeText(const char *text, const Ptv(real) *start_pt=NULL, const Ptv(real) *end_pt=NULL)
- ~GraphBasics()
Copyright © 2003 inuTech GmbH. All rights reserved.