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
22 namespace field_transform
65 this->ModifiedCount = -1;
120 bool IsOutputRGB()
const {
return this->OutputModeType == OutputMode::RGB; }
122 bool IsOutputRGBA()
const {
return this->OutputModeType == OutputMode::RGBA; }
150 #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
Base type to use to index small lists.
Definition: Types.h:194
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
Color Sample Table used with vtkm::cont::ColorTable for fast coloring.
Definition: ColorTableSamples.h:32
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
detail::FloatingPointReturnType< T >::Type Magnitude(const T &x)
Returns the magnitude of a vector.
Definition: VectorAnalysis.h:100
Color Sample Table used with vtkm::cont::ColorTable for fast coloring.
Definition: ColorTableSamples.h:51
int32_t Int32
Base type to use for 32-bit signed integer numbers.
Definition: Types.h:181