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