VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Imaging
Color
vtkImageMapToRGBA.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
17
#ifndef vtkImageMapToRGBA_h
18
#define vtkImageMapToRGBA_h
19
20
#include "
vtkImageMapToColors.h
"
21
#include "vtkImagingColorModule.h"
// For export macro
22
23
VTK_ABI_NAMESPACE_BEGIN
24
class
VTKIMAGINGCOLOR_EXPORT
vtkImageMapToRGBA
:
public
vtkImageMapToColors
25
{
26
public
:
27
static
vtkImageMapToRGBA
*
New
();
28
vtkTypeMacro(
vtkImageMapToRGBA
,
vtkImageMapToColors
);
29
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
30
31
protected
:
32
vtkImageMapToRGBA
() =
default
;
33
~
vtkImageMapToRGBA
()
override
=
default
;
34
35
private
:
36
vtkImageMapToRGBA
(
const
vtkImageMapToRGBA
&) =
delete
;
37
void
operator=(
const
vtkImageMapToRGBA
&) =
delete
;
38
};
39
40
VTK_ABI_NAMESPACE_END
41
#endif
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkImageMapToRGBA
map the input image through a lookup table
Definition:
vtkImageMapToRGBA.h:24
vtkImageMapToColors
map the input image through a lookup table
Definition:
vtkImageMapToColors.h:32
vtkImageMapToColors.h
vtkImageMapToColors::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageMapToColors::New
static vtkImageMapToColors * New()
Generated on Sun Dec 8 2024 22:23:35 for VTK by
1.8.10