Developer documentation | Axl-2.5.1

axlFieldParametricSurfaceTangentVectorCreator Class Reference

#include <axlFieldParametricSurfaceTangentVectorCreator.h>

Inheritance diagram for axlFieldParametricSurfaceTangentVectorCreator:
axlAbstractFieldGenerator axlAbstractProcess

Public Slots

void setInput (dtkAbstractData *data, int channel)
 
void setParameter (double data, int channel)
 
int update (void)
 
int channelCount (void)
 
- Public Slots inherited from axlAbstractFieldGenerator
virtual void setInput (dtkAbstractData *data, int channel=0)
 
virtual int update (void)
 

Public Member Functions

 axlFieldParametricSurfaceTangentVectorCreator (void)
 
 ~axlFieldParametricSurfaceTangentVectorCreator (void)
 
QString description (void) const
 
QString identifier (void) const
 
QString form (void) const
 Description of the form for the dialog with the process. More...
 
- Public Member Functions inherited from axlAbstractFieldGenerator
 axlAbstractFieldGenerator (void)
 
virtual ~axlAbstractFieldGenerator (void)
 
- Public Member Functions inherited from axlAbstractProcess
 axlAbstractProcess (void)
 
virtual ~axlAbstractProcess (void)
 
virtual void copyProcess (axlAbstractProcess *process)
 
virtual bool hasParameters (void)
 
virtual void setDescription (QString description)
 
virtual void setIdentifier (QString identifier)
 

Static Public Member Functions

static bool registered (void)
 

Additional Inherited Members

- Signals inherited from axlAbstractFieldGenerator
void dataSetFieldsChanged (QList< axlAbstractData * > dataSet, QString fieldName)
 

Detailed Description

Constructor & Destructor Documentation

axlFieldParametricSurfaceTangentVectorCreator::axlFieldParametricSurfaceTangentVectorCreator ( void  )
axlFieldParametricSurfaceTangentVectorCreator::~axlFieldParametricSurfaceTangentVectorCreator ( void  )

Member Function Documentation

int axlFieldParametricSurfaceTangentVectorCreator::channelCount ( void  )
slot
QString axlFieldParametricSurfaceTangentVectorCreator::description ( void  ) const
virtual

Reimplemented from axlAbstractFieldGenerator.

Definition at line 101 of file axlFieldParametricSurfaceTangentVectorCreator.cpp.

QString axlFieldParametricSurfaceTangentVectorCreator::form ( void  ) const
inlinevirtual

Description of the form for the dialog with the process.

The string use to describe the form is formatted as follows:

"INPUT[:CHANNEL] TYPE LABEL"
"PARAMETER[:CHANNEL] TYPE LABEL"
"OUTPUT [:CHANNEL] LABEL"

where:

  • CHANNEL is a number identifying the rank of an input, see dtkAbstractProcess. Write this value only if the process method setInput uses a channel in its parameters !
  • TYPE is either int, double or data.
  • LABEL is the input's name.

Here is an example of such a declaration:

QString form(void) const
{
return QString(
" INPUT:0 data StartPoint \n"
" INPUT:1 data EndPoint \n"
" PARAMETER:0 double Radius \n"
" OUTPUT Cylinder ");
}

Reimplemented from axlAbstractProcess.

Definition at line 52 of file axlFieldParametricSurfaceTangentVectorCreator.h.

QString axlFieldParametricSurfaceTangentVectorCreator::identifier ( void  ) const
virtual

Reimplemented from axlAbstractProcess.

Definition at line 106 of file axlFieldParametricSurfaceTangentVectorCreator.cpp.

static bool axlFieldParametricSurfaceTangentVectorCreator::registered ( void  )
static
void axlFieldParametricSurfaceTangentVectorCreator::setInput ( dtkAbstractData *  data,
int  channel 
)
slot
void axlFieldParametricSurfaceTangentVectorCreator::setParameter ( double  data,
int  channel 
)
slot
int axlFieldParametricSurfaceTangentVectorCreator::update ( void  )
slot

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