#include <axlFieldParametricNormalVectorCreator.h>
axlFieldParametricNormalVectorCreator::axlFieldParametricNormalVectorCreator |
( |
void |
| ) |
|
axlFieldParametricNormalVectorCreator::~axlFieldParametricNormalVectorCreator |
( |
void |
| ) |
|
int axlFieldParametricNormalVectorCreator::channelCount |
( |
void |
| ) |
|
|
slot |
QString axlFieldParametricNormalVectorCreator::description |
( |
void |
| ) |
const |
|
virtual |
QString axlFieldParametricNormalVectorCreator::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 51 of file axlFieldParametricNormalVectorCreator.h.
QString axlFieldParametricNormalVectorCreator::identifier |
( |
void |
| ) |
const |
|
virtual |
static bool axlFieldParametricNormalVectorCreator::registered |
( |
void |
| ) |
|
|
static |
void axlFieldParametricNormalVectorCreator::setInput |
( |
dtkAbstractData * |
data, |
|
|
int |
channel |
|
) |
| |
|
slot |
int axlFieldParametricNormalVectorCreator::update |
( |
void |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: