#include "vtkCommonCoreModule.h"
#include "vtkType.h"
#include "vtkSystemIncludes.h"
#include "vtkSetGet.h"
#include "vtkObject.h"
#include "vtkStdString.h"
#include "vtkUnicodeString.h"
#include "vtkVariantInlineOperators.h"
Go to the source code of this file.
#define vtkExtraExtendedTemplateMacro |
( |
|
call | ) |
|
Value:vtkExtendedTemplateMacro(call); \
A atomic type representing the union of many types.
Definition at line 53 of file vtkVariant.h.
#define vtkExtendedArrayIteratorTemplateMacro |
( |
|
call | ) |
|
Value:vtkArrayIteratorTemplateMacro(call); \
A atomic type representing the union of many types.
Definition at line 58 of file vtkVariant.h.
VTKCOMMONCORE_EXPORT ostream& operator<< |
( |
ostream & |
os, |
|
|
const vtkVariant & |
val |
|
) |
| |