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