#include <axlTrimmedParametricSurface.h>
Public Member Functions | |
axlTrimmedParametricSurface (QObject *parent=0) | |
axlTrimmedParametricSurface (axlCurveOnParamSurface *outer, QList< axlCurveOnParamSurface * > inner) | |
~axlTrimmedParametricSurface () | |
void | setSurfaceBeTrimmed (axlAbstractSurface *surf) |
void | setOuterIsBoundary (bool outerIsBoundaryOrNot) |
void | setOuter (axlCurveOnParamSurface *outer) |
void | setInner (QList< axlCurveOnParamSurface * > list_inner) |
void | addInner (axlCurveOnParamSurface *inner) |
void | addListInner (QList< axlCurveOnParamSurface * > list_inner) |
axlCurveOnParamSurface & | getOuter () const |
axlCurveOnParamSurface * | getOuter () |
axlAbstractSurfaceParametric & | getSurface () const |
axlAbstractSurface * | getSurface () |
bool | getouterIsBoundaryOrNot () |
QList< axlCurveOnParamSurface * > & | getInner () const |
axlCurveOnParamSurface * | getInner (int id) |
virtual QString | description (void) const |
virtual QString | identifier (void) const |
axlTrimmedParametricSurface & | operator= (const axlTrimmedParametricSurface &other) |
Public Member Functions inherited from axlAbstractSurface | |
axlAbstractSurface (void) | |
virtual | ~axlAbstractSurface (void) |
virtual int | dimension (void) const |
virtual axlMesh * | toAxlMesh (void) |
virtual void * | surface (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) |
Additional Inherited Members | |
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) |
Signals inherited from axlAbstractData | |
void | modifiedGeometry (void) |
void | modifiedStructure (void) |
void | modifiedField (void) |
void | modifiedProperty (void) |
Properties inherited from axlAbstractData | |
QColor | color |
double | opacity |
double | size |
QString | shader |
Definition at line 31 of file axlTrimmedParametricSurface.h.
axlTrimmedParametricSurface::axlTrimmedParametricSurface | ( | QObject * | parent = 0 | ) |
Definition at line 12 of file axlTrimmedParametricSurface.cpp.
axlTrimmedParametricSurface::axlTrimmedParametricSurface | ( | axlCurveOnParamSurface * | outer, |
QList< axlCurveOnParamSurface * > | inner | ||
) |
Definition at line 22 of file axlTrimmedParametricSurface.cpp.
axlTrimmedParametricSurface::~axlTrimmedParametricSurface | ( | ) |
Definition at line 28 of file axlTrimmedParametricSurface.cpp.
void axlTrimmedParametricSurface::addInner | ( | axlCurveOnParamSurface * | inner | ) |
Definition at line 68 of file axlTrimmedParametricSurface.cpp.
void axlTrimmedParametricSurface::addListInner | ( | QList< axlCurveOnParamSurface * > | list_inner | ) |
Definition at line 73 of file axlTrimmedParametricSurface.cpp.
|
virtual |
Definition at line 34 of file axlTrimmedParametricSurface.cpp.
QList< axlCurveOnParamSurface * > & axlTrimmedParametricSurface::getInner | ( | ) | const |
Definition at line 98 of file axlTrimmedParametricSurface.cpp.
axlCurveOnParamSurface * axlTrimmedParametricSurface::getInner | ( | int | id | ) |
Definition at line 107 of file axlTrimmedParametricSurface.cpp.
axlCurveOnParamSurface & axlTrimmedParametricSurface::getOuter | ( | ) | const |
Definition at line 78 of file axlTrimmedParametricSurface.cpp.
axlCurveOnParamSurface * axlTrimmedParametricSurface::getOuter | ( | ) |
Definition at line 83 of file axlTrimmedParametricSurface.cpp.
bool axlTrimmedParametricSurface::getouterIsBoundaryOrNot | ( | ) |
Definition at line 103 of file axlTrimmedParametricSurface.cpp.
axlAbstractSurfaceParametric & axlTrimmedParametricSurface::getSurface | ( | ) | const |
Definition at line 88 of file axlTrimmedParametricSurface.cpp.
axlAbstractSurface * axlTrimmedParametricSurface::getSurface | ( | ) |
Definition at line 93 of file axlTrimmedParametricSurface.cpp.
|
virtual |
Definition at line 40 of file axlTrimmedParametricSurface.cpp.
axlTrimmedParametricSurface & axlTrimmedParametricSurface::operator= | ( | const axlTrimmedParametricSurface & | other | ) |
Definition at line 112 of file axlTrimmedParametricSurface.cpp.
void axlTrimmedParametricSurface::setInner | ( | QList< axlCurveOnParamSurface * > | list_inner | ) |
Definition at line 59 of file axlTrimmedParametricSurface.cpp.
void axlTrimmedParametricSurface::setOuter | ( | axlCurveOnParamSurface * | outer | ) |
Definition at line 49 of file axlTrimmedParametricSurface.cpp.
void axlTrimmedParametricSurface::setOuterIsBoundary | ( | bool | outerIsBoundaryOrNot | ) |
Definition at line 54 of file axlTrimmedParametricSurface.cpp.
void axlTrimmedParametricSurface::setSurfaceBeTrimmed | ( | axlAbstractSurface * | surf | ) |
Definition at line 44 of file axlTrimmedParametricSurface.cpp.