golib  0.5
goPlotElementVectorCurve< T > Class Template Reference

Public Member Functions

 goPlotElementVectorCurve (const goMath::Vector< T > *x, const goMath::Vector< T > *y, const goMath::Vector< T > *z, int linelength)
 
virtual void data (goString &ret) const
 
- Public Member Functions inherited from goPlotElement
 goPlotElement (const char *command="plot", const char *fn="-", const char *options="with lines")
 
void setPlotCommand (const char *cmd)
 
void setPlotOptions (const char *cmd)
 
void setPlotCommand (const goString &cmd)
 
void setPlotOptions (const goString &cmd)
 
void setFilename (const char *fn)
 
void setFilename (const goString &fn)
 
void setDataFlag (bool f)
 
const goStringplotCommand () const
 
const goStringplotOptions () const
 
const goStringfilename () const
 
bool haveData () const
 

Public Attributes

goMath::Vector< T > myX
 
goMath::Vector< T > myY
 
goMath::Vector< T > myZ
 
int myLinelength
 
- Public Attributes inherited from goPlotElement
goString myPlotOptions
 
goString myPlotCommand
 
goString myFilename
 
bool myDataFlag
 
int myElementType
 

Additional Inherited Members

- Public Types inherited from goPlotElement
enum  Types { NORMAL_ELEMENT, MISC_ELEMENT }
 

The documentation for this class was generated from the following file: