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