Go to the documentation of this file.
11 #ifndef vtk_m_filter_field_transform_FieldToColors_h
12 #define vtk_m_filter_field_transform_FieldToColors_h
16 #include <vtkm/filter/field_transform/vtkm_filter_field_transform_export.h>
22 namespace field_transform
48 this->ModifiedCount = -1;
68 bool IsOutputRGB()
const {
return this->OutputModeType == OutputMode::RGB; }
69 bool IsOutputRGBA()
const {
return this->OutputModeType == OutputMode::RGBA; }
91 #endif // vtk_m_filter_field_transform_FieldToColors_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Color Table for coloring arbitrary fields.
Definition: cont/ColorTable.h:89
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
VTKM_EXEC_CONT detail::FloatingPointReturnType< T >::Type Magnitude(const T &x)
Returns the magnitude of a vector.
Definition: VectorAnalysis.h:100
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Definition: FilterField.h:21
Color Sample Table used with vtkm::cont::ColorTable for fast coloring.
Definition: ColorTableSamples.h:32
#define VTKM_CONT
Definition: ExportMacros.h:57
Color Sample Table used with vtkm::cont::ColorTable for fast coloring.
Definition: ColorTableSamples.h:51
int32_t Int32
Definition: Types.h:160