#include <axlFieldParametricSurfaceTangentVectorCreator.h>
axlFieldParametricSurfaceTangentVectorCreator::axlFieldParametricSurfaceTangentVectorCreator |
( |
void |
| ) |
|
axlFieldParametricSurfaceTangentVectorCreator::~axlFieldParametricSurfaceTangentVectorCreator |
( |
void |
| ) |
|
int axlFieldParametricSurfaceTangentVectorCreator::channelCount |
( |
void |
| ) |
|
|
slot |
QString axlFieldParametricSurfaceTangentVectorCreator::description |
( |
void |
| ) |
const |
|
virtual |
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:
{
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 |
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: