VTK  9.3.1
Classes | Macros | Functions
vtkMPIPixelTT.h File Reference
#include "vtkMPI.h"
#include "vtkType.h"
Include dependency graph for vtkMPIPixelTT.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkMPIPixelTT< T >
 

Macros

#define vtkMPIPixelTTMacro1(_ctype)
 

Functions

 vtkMPIPixelTTMacro1 (void)
 
 vtkMPIPixelTTMacro1 (char)
 
 vtkMPIPixelTTMacro1 (signed char)
 
 vtkMPIPixelTTMacro1 (unsigned char)
 
 vtkMPIPixelTTMacro1 (short)
 
 vtkMPIPixelTTMacro1 (int)
 
 vtkMPIPixelTTMacro1 (long)
 
 vtkMPIPixelTTMacro1 (float)
 
 vtkMPIPixelTTMacro1 (double)
 
 vtkMPIPixelTTMacro1 (unsigned long long)
 

Macro Definition Documentation

#define vtkMPIPixelTTMacro1 (   _ctype)
Value:
template <> \
{ \
public: \
static MPI_Datatype MPIType; \
static int VTKType; \
}

Definition at line 16 of file vtkMPIPixelTT.h.

Function Documentation

vtkMPIPixelTTMacro1 ( void  )
vtkMPIPixelTTMacro1 ( char  )
vtkMPIPixelTTMacro1 ( signed  char)
vtkMPIPixelTTMacro1 ( unsigned  char)
vtkMPIPixelTTMacro1 ( short  )
vtkMPIPixelTTMacro1 ( int  )
vtkMPIPixelTTMacro1 ( long  )
vtkMPIPixelTTMacro1 ( float  )
vtkMPIPixelTTMacro1 ( double  )
vtkMPIPixelTTMacro1 ( unsigned long  long)