Go to the documentation of this file.
19 #ifndef viskores_filter_field_transform_Warp_h
20 #define viskores_filter_field_transform_Warp_h
29 namespace field_transform
71 this->UseConstantDirection =
false;
83 this->UseConstantDirection =
true;
84 this->ConstantDirection = direction;
89 return this->ConstantDirection;
106 this->UseScaleField =
true;
143 bool UseConstantDirection =
true;
144 bool UseScaleField =
false;
145 bool ChangeCoordinateSystem =
true;
152 #endif // viskores_filter_field_transform_Warp_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
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:244
@ Points
A field that applies to points.