#include <axlAbstractVolumeParametric.h>
 
  
 | Public Slots | |
| void | setSamples_u (const int &color) | 
| void | setSamples_v (const int &color) | 
| void | setSamples_w (const int &color) | 
|  Public Slots inherited from axlAbstractData | |
| void | touchGeometry (void) | 
| void | touchProperty (void) | 
| void | touchStructure (void) | 
| virtual void | touchField (void) | 
| void | setColor (const QColor &color) | 
| void | setOpacity (const double &opacity) | 
| void | setSize (const double &size) | 
| void | setShader (const QString &shader) | 
| void | setEditable (bool edit) | 
| Public Member Functions | |
| axlAbstractVolumeParametric (void) | |
| virtual | ~axlAbstractVolumeParametric (void) | 
| virtual axlPoint | eval (double u, double v, double w) | 
| virtual void | eval (axlPoint *point, double u, double v, double w) | 
| virtual void | eval (double &, double &, double &, double u, double v, double w) | 
| virtual void | normal (axlPoint *normal, double u, double v, double w) | 
| virtual axlMesh | eval (double u, double v, double w, int derivs, bool u_from_right=true, bool v_from_right=true, bool w_from_right=true, double resolution=1.0e-12) | 
| virtual dtkDeprecated::dtkVector3D< double > | eval2 (double u, double v, double w) | 
| virtual dtkDeprecated::dtkVector3D< double > | normal (double u, double v, double w) | 
| virtual void | normal (dtkDeprecated::dtkVector3D< double > *normal, double u, double v, double w) | 
| virtual int | numSamples_u (void) | 
| virtual int | numSamples_v (void) | 
| virtual int | numSamples_w (void) | 
| virtual double | startParam_u (void) | 
| virtual double | endParam_u (void) | 
| virtual double | startParam_v (void) | 
| virtual double | endParam_v (void) | 
| virtual double | startParam_w (void) | 
| virtual double | endParam_w (void) | 
| virtual int | stripes (void) | 
| virtual void | setStripes (int stripes) | 
| virtual void | setNumSamples_u (int numSamples) | 
| virtual void | setNumSamples_v (int numSamples) | 
| virtual void | setNumSamples_w (int numSamples) | 
| const int & | samples_u (void) const | 
| const int & | samples_v (void) const | 
| const int & | samples_w (void) const | 
|  Public Member Functions inherited from axlAbstractVolume | |
| axlAbstractVolume (void) | |
| virtual | ~axlAbstractVolume (void) | 
| virtual int | dimension (void) const | 
| virtual axlMesh * | toAxlMesh (void) | 
| virtual void * | volume (void) | 
|  Public Member Functions inherited from axlAbstractData | |
| axlAbstractData (axlAbstractData *parent=NULL) | |
| axlAbstractData (const axlAbstractData &data) | |
| virtual | ~axlAbstractData (void) | 
| const QColor & | color (void) const | 
| const double & | opacity (void) const | 
| const double & | size (void) const | 
| const QString & | shader (void) const | 
| const bool & | editable (void) | 
| const bool & | updateView (void) | 
| void | setColor (double r, double g, double b) | 
| void | addField (axlAbstractField *field) | 
| Add a field to the field list of the object.  More... | |
| bool | updateFieldList (QString nameField) | 
| Check if a field with the same name is already applied on the object.  More... | |
| QString | changeFieldName (QString fieldName) | 
| axlMesh * | mesh (void) | 
| Return the mesh of that object is computed.  More... | |
| void | setMesh (axlMesh *mesh) | 
| Set a corresponding mesh for that object.  More... | |
| virtual QVariantList | convertDataToQVariant (void) const | 
| Convert an axlAbstractData into a QVariantList that specifies all properties of the axlAbstractData.  More... | |
| virtual int | convertQVariantToData (const QVariantList &data) | 
| Modify properties and geometry variables of the axlAbstractData. Return 1 if the modification was sucessfully made. Otherwise return 0.  More... | |
| void | setUpdateView (bool updateView) | 
| QList< axlAbstractField * > | fields (void) | 
| Properties | |
| int | samples_u | 
| int | samples_v | 
| int | samples_w | 
|  Properties inherited from axlAbstractData | |
| QColor | color | 
| double | opacity | 
| double | size | 
| QString | shader | 
| Additional Inherited Members | |
|  Signals inherited from axlAbstractData | |
| void | modifiedGeometry (void) | 
| void | modifiedStructure (void) | 
| void | modifiedField (void) | 
| void | modifiedProperty (void) | 
Definition at line 33 of file axlAbstractVolumeParametric.h.
| axlAbstractVolumeParametric::axlAbstractVolumeParametric | ( | void | ) | 
Definition at line 37 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 42 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 158 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 172 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 186 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 49 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 68 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 78 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 95 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 85 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 122 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 112 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 132 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 193 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 200 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 207 of file axlAbstractVolumeParametric.cpp.
| const int & axlAbstractVolumeParametric::samples_u | ( | void | ) | const | 
Definition at line 246 of file axlAbstractVolumeParametric.cpp.
| const int & axlAbstractVolumeParametric::samples_v | ( | void | ) | const | 
Definition at line 257 of file axlAbstractVolumeParametric.cpp.
| const int & axlAbstractVolumeParametric::samples_w | ( | void | ) | const | 
Definition at line 268 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 214 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 234 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 240 of file axlAbstractVolumeParametric.cpp.
| 
 | slot | 
Definition at line 252 of file axlAbstractVolumeParametric.cpp.
| 
 | slot | 
Definition at line 263 of file axlAbstractVolumeParametric.cpp.
| 
 | slot | 
Definition at line 274 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 227 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 151 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 165 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 179 of file axlAbstractVolumeParametric.cpp.
| 
 | virtual | 
Definition at line 220 of file axlAbstractVolumeParametric.cpp.
| 
 | readwrite | 
Definition at line 36 of file axlAbstractVolumeParametric.h.
| 
 | readwrite | 
Definition at line 37 of file axlAbstractVolumeParametric.h.
| 
 | readwrite | 
Definition at line 38 of file axlAbstractVolumeParametric.h.