Go to the documentation of this file.
19 #ifndef viskores_filter_field_transform_FieldToColors_h
20 #define viskores_filter_field_transform_FieldToColors_h
30 namespace field_transform
73 this->ModifiedCount = -1;
128 bool IsOutputRGB()
const {
return this->OutputModeType == OutputMode::RGB; }
130 bool IsOutputRGBA()
const {
return this->OutputModeType == OutputMode::RGBA; }
158 #endif // viskores_filter_field_transform_FieldToColors_h
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
Base class for all filters.
Definition: Filter.h:171
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
Color Table for coloring arbitrary fields.
Definition: cont/ColorTable.h:97
int32_t Int32
Base type to use for 32-bit signed integer numbers.
Definition: Types.h:189
detail::FloatingPointReturnType< T >::Type Magnitude(const T &x)
Returns the magnitude of a vector.
Definition: VectorAnalysis.h:108
Color Sample Table used with viskores::cont::ColorTable for fast coloring.
Definition: ColorTableSamples.h:40
Color Sample Table used with viskores::cont::ColorTable for fast coloring.
Definition: ColorTableSamples.h:60