VTK  9.6.20260315
vtkConstantArray.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkCompiler.h"
#include "vtkConstantImplicitBackend.h"
#include "vtkImplicitArray.h"
Include dependency graph for vtkConstantArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkConstantArray< ValueTypeT >
 A utility array for wrapping constant functions in implicit arrays. More...
 

Namespaces

namespace  vtkDataArrayPrivate
 

Macros

#define vtkCreateConstantWrappedArrayInterface(T)
 
#define VTK_CONSTANT_ARRAY_EXTERN
 

Functions

 vtkArrayDownCast_TemplateFastCastMacro (vtkConstantArray)
 
 vtkExternTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkConstantArray)
 

Macro Definition Documentation

◆ vtkCreateConstantWrappedArrayInterface

#define vtkCreateConstantWrappedArrayInterface ( T)
Value:
void ConstructBackend(T value); \
T GetConstantValue() const;
#define vtkCreateImplicitWrappedArrayInterface(T)

Definition at line 95 of file vtkConstantArray.h.

◆ VTK_CONSTANT_ARRAY_EXTERN

#define VTK_CONSTANT_ARRAY_EXTERN

Definition at line 129 of file vtkConstantArray.h.

Function Documentation

◆ vtkArrayDownCast_TemplateFastCastMacro()

vtkArrayDownCast_TemplateFastCastMacro ( vtkConstantArray )

◆ vtkExternTemplateMacro()

vtkExternTemplateMacro ( extern template class VTKCOMMONCORE_EXPORT vtkConstantArray)