Go to the documentation of this file.
19 #ifndef viskores_filter_geometry_refinement_ConvertToPointCloud_h
20 #define viskores_filter_geometry_refinement_ConvertToPointCloud_h
29 namespace geometry_refinement
49 bool AssociateFieldsWithCells =
false;
62 this->AssociateFieldsWithCells = flag;
75 #endif //viskores_filter_geometry_refinement_ConvertToPointCloud_h
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
void SetAssociateFieldsWithCells(bool flag)
By default, all the input point fields are kept as point fields in the output.
Definition: ConvertToPointCloud.h:60
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
Convert a DataSet to a point cloud.
Definition: ConvertToPointCloud.h:46
bool GetAssociateFieldsWithCells() const
By default, all the input point fields are kept as point fields in the output.
Definition: ConvertToPointCloud.h:65