|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkIpPic.h"Go to the source code of this file.
Macros | |
| #define | mitkIpPicTypeMultiplex0(function, pic) |
| #define | mitkIpPicTypeMultiplex1(function, pic, param1) |
| #define | mitkIpPicTypeMultiplex2(function, pic, param1, param2) |
| #define | mitkIpPicTypeMultiplex3(function, pic, param1, param2, param3) |
| #define | mitkIpPicTypeMultiplex4(function, pic, param1, param2, param3, param4) |
| #define | mitkIpPicTypeMultiplex5(function, pic, param1, param2, param3, param4, param5) |
| #define | mitkIpPicTypeMultiplex6(function, pic, param1, param2, param3, param4, param5, param6) |
| #define | mitkIpPicTypeMultiplex7(function, pic, param1, param2, param3, param4, param5, param6, param7) |
| #define | mitkIpPicTypeMultiplex7(function, pic, param1, param2, param3, param4, param5, param6, param7) |
| #define | mitkIpPicTypeMultiplex8(function, pic, param1, param2, param3, param4, param5, param6, param7, param8) |
| #define | mitkIpPicTypeMultiplex9(function, pic, param1, param2, param3, param4, param5, param6, param7, param8, param9) |
| #define | mitkIpPicTypeMultiplex10(function, pic, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10) |
| #define | mitkIpPicTypeMultiplex16(function, pic, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16) |
| #define | mitkIpPicTypeMultiplexR0(function, pic, returnValue) |
| #define | mitkIpPicTypeMultiplexR1(function, pic, returnValue, param1) |
| #define | mitkIpPicTypeMultiplexR2(function, pic, returnValue, param1, param2) |
| #define | mitkIpPicTypeMultiplexR3(function, pic, returnValue, param1, param2, param3) |
| #define | mitkIpPicTypeMultiplexR4(function, pic, returnValue, param1, param2, param3, param4) |
| #define | mitkIpPicTypeMultiplexR5(function, pic, returnValue, param1, param2, param3, param4, param5) |
| #define | mitkIpPicTypeMultiplexR6(function, pic, returnValue, param1, param2, param3, param4, param5, param6) |
| #define | mitkIpPicTypeMultiplexR7(function, pic, returnValue, param1, param2, param3, param4, param5, param6, param7) |
| #define | mitkIpPicTypeMultiplexR8(function, pic, returnValue, param1, param2, param3, param4, param5, param6, param7, param8) |
| #define | mitkIpPicTypeMultiplexR9(function, pic, returnValue, param1, param2, param3, param4, param5, param6, param7, param8, param9) |
Module Name:mitkIpPicTypeMultiplex
Module Klasse: ADT
Beschreibung:Multiplexing a method with the image datatyp. The image is the first parameter. The method must be about a template method. The number of parameter is constricted by 16
Method with two parameter and without a return value: mitkIpPicTypeMultiplex2( funktionsname, parameter1, Parameter2 );
Method with one parameter and a return value: mitkIpPicTypeMultiplexR1( funktionsname, rückgabewert, parameter );
If R is set the method return a value The number set the count of parameter
exported classes and methods: no one
imported classes and methods: std::complex
module is not finished
.0
.09.2000
Vetter
Definition in file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex0 | ( | function, | |
| pic | |||
| ) |
Definition at line 84 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex1 | ( | function, | |
| pic, | |||
| param1 | |||
| ) |
Definition at line 110 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex10 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7, | |||
| param8, | |||
| param9, | |||
| param10 | |||
| ) |
Definition at line 415 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex16 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7, | |||
| param8, | |||
| param9, | |||
| param10, | |||
| param11, | |||
| param12, | |||
| param13, | |||
| param14, | |||
| param15, | |||
| param16 | |||
| ) |
Definition at line 445 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex2 | ( | function, | |
| pic, | |||
| param1, | |||
| param2 | |||
| ) |
Definition at line 143 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex3 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3 | |||
| ) |
Definition at line 174 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex4 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4 | |||
| ) |
Definition at line 204 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex5 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5 | |||
| ) |
Definition at line 235 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex6 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6 | |||
| ) |
Definition at line 265 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex7 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7 | |||
| ) |
Definition at line 325 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex7 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7 | |||
| ) |
Definition at line 325 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex8 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7, | |||
| param8 | |||
| ) |
Definition at line 355 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplex9 | ( | function, | |
| pic, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7, | |||
| param8, | |||
| param9 | |||
| ) |
Definition at line 385 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR0 | ( | function, | |
| pic, | |||
| returnValue | |||
| ) |
with return value
Definition at line 478 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR1 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1 | |||
| ) |
Definition at line 504 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR2 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2 | |||
| ) |
Definition at line 530 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR3 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2, | |||
| param3 | |||
| ) |
Definition at line 555 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR4 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4 | |||
| ) |
Definition at line 580 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR5 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5 | |||
| ) |
Definition at line 605 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR6 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6 | |||
| ) |
Definition at line 630 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR7 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7 | |||
| ) |
Definition at line 655 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR8 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7, | |||
| param8 | |||
| ) |
Definition at line 680 of file mitkIpPicTypeMultiplex.h.
| #define mitkIpPicTypeMultiplexR9 | ( | function, | |
| pic, | |||
| returnValue, | |||
| param1, | |||
| param2, | |||
| param3, | |||
| param4, | |||
| param5, | |||
| param6, | |||
| param7, | |||
| param8, | |||
| param9 | |||
| ) |
Definition at line 705 of file mitkIpPicTypeMultiplex.h.